-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New features * Localization strings * Switch to API 1.7 * Added displayNameKey to dataRoles * Colors for categories * Grouping legend items by category in several rows * End color selection for gradient * Legend of categories: improvements of displaying after cross filtering * Code clean up * Fix legend text size changes issue. * Update chartutils package
- Loading branch information
1 parent
cd37c76
commit c117e1f
Showing
19 changed files
with
1,473 additions
and
154 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
## 1.9.0 | ||
|
||
* Add sorting of legend items by value | ||
* Add sorting values of series in each category | ||
* Add property to configure displaying of percent value in a scope of each category or all data | ||
* Add property to rotate category labels to 45 degrees for displaying text without truncating | ||
* Add property to force display the labels in case no enough space to display label | ||
|
||
Features for a specific dataset. | ||
The options available only when each value belongs to only one category | ||
|
||
* Gradient color for each category | ||
* Grouping legend items by category | ||
* Sort legend each category items by value | ||
|
||
## 1.8.1 | ||
* Fix for bug - X-axis label hided incorrectly | ||
* Fix for bug - X-axis label hided incorrectly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"visual": { | ||
"name": "MekkoChart", | ||
"displayName": "Mekko Chart", | ||
"displayName": "Mekko Chart 1.9.0", | ||
"guid": "MekkoChart1449744733038", | ||
"visualClassName": "MekkoChart", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "A Mekko chart is a mix of a 100% stacked column chart and a 100% stacked bar chart combined into one view. Similar to a treemap, the dimensional values are represented by length and width of each rectangle. The width of a column is proportional to the total value of the column.", | ||
"supportUrl": "http://community.powerbi.com", | ||
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-mekkochart" | ||
}, | ||
"apiVersion": "1.4.0", | ||
"apiVersion": "1.6.0", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]" | ||
|
Oops, something went wrong.