-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added few improvements and features (#11)
- Loading branch information
1 parent
e263fbe
commit c79f6c0
Showing
11 changed files
with
128 additions
and
36 deletions.
There are no files selected for viewing
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,8 @@ | ||
## 1.4.9 | ||
* Added new formatting option for Category labels "Maximum width" to adjust label width for horizontal oriented bullets. | ||
* Horizontal oriented bullets now renders closer to each other when axis is off. | ||
* Fixed axis tick labels overlapping. | ||
* Visual is updated to API 1.7.0 | ||
|
||
## 1.4.8 | ||
* Bars' values respect selection of other visuals now. |
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
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,13 +1,13 @@ | ||
{ | ||
"name": "powerbi-visuals-bulletchart", | ||
"description": "Bullet chart", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]" | ||
}, | ||
"scripts": { | ||
"postinstall": "pbiviz update 1.6.0", | ||
"postinstall": "pbiviz update 1.7.0", | ||
"pbiviz": "pbiviz", | ||
"start": "pbiviz start", | ||
"package": "pbiviz package", | ||
|
@@ -41,11 +41,12 @@ | |
"karma-typescript-preprocessor": "0.3.0", | ||
"lodash": "4.16.2", | ||
"moment": "2.15.1", | ||
"powerbi-visuals-tools": "1.6.3", | ||
"powerbi-visuals-utils-chartutils": "^0.3.0", | ||
"powerbi-visuals-utils-dataviewutils": "^1.0.1", | ||
"powerbi-visuals-utils-chartutils": "^1.2.0", | ||
"powerbi-visuals-utils-dataviewutils": "^1.2.0", | ||
"powerbi-visuals-tools": "1.7.0", | ||
"powerbi-visuals-utils-testutils": "^0.2.2", | ||
"powerbi-visuals-utils-tooltiputils": "^0.3.0", | ||
"powerbi-visuals-utils-tooltiputils": "^1.0.0", | ||
"powerbi-visuals-utils-formattingutils": "^2.1.0", | ||
"tslint": "^4.4.2", | ||
"tslint-microsoft-contrib": "^4.0.0", | ||
"typescript": "2.1.4" | ||
|
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 |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
"displayName": "Bullet Chart", | ||
"guid": "BulletChart1443347686880", | ||
"visualClassName": "BulletChart", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "A bullet chart that includes four orientations and a few customization options. Use to feature a single measure against a qualitative range.", | ||
"supportUrl": "http://community.powerbi.com", | ||
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-bulletchart" | ||
}, | ||
"apiVersion": "1.6.0", | ||
"apiVersion": "1.7.0", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]" | ||
|
@@ -18,7 +18,6 @@ | |
"icon": "assets/icon.png" | ||
}, | ||
"externalJS": [ | ||
"node_modules/jquery/dist/jquery.min.js", | ||
"node_modules/lodash/lodash.min.js", | ||
"node_modules/d3/d3.js", | ||
"node_modules/powerbi-visuals-utils-typeutils/lib/index.js", | ||
|
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
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
Oops, something went wrong.