forked from microsoft/PowerBI-visuals-Tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrate to formatting pane, package version up * +datapoint contextmenu handling in behavior +tooltip handling in behavior +formattinpage localization in model - formatting setting from dataview +eslint +overall refactoring * fix tests, remove jquery, split d3, remove unused packages * eslint error fix * make formattingSettingModel property non-static * use formatting settings legend overall refactoring * scrolling fix TornadoChart * npm audit fix, refactor delete unused files * status badge * rendering events * tooltip support in capabilities to see setting in formatting pane * feature keyboardfocus, bug fix 2303270040009678 * small refactor * gradient feature on supporthighlight, this commit is not finished, checkpoint * supporthighlight via gradient, refactoring * fix highlight test to support gradient * remove unused imports * Use native scroll instead custom * Hide legend settings if legend bucket is empty * Fix default formatting settings and labels height * Add keys for multiselection * Update visual version * Add legend font settings to capabilities * Remove dataview reassignment in render * Fix grouped datalabels * Fix object property access * Fix tests * Fix audit * Update build.yml * Add short and long descriptions to the string resources * Rename master to main * Fix keys for long and short description --------- Co-authored-by: Nursultan Dzhumabaev <[email protected]> Co-authored-by: Iuliia Kulagina <[email protected]>
- Loading branch information
1 parent
322f2a6
commit 51843a3
Showing
16 changed files
with
340 additions
and
519 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,6 +1,6 @@ | ||
{ | ||
"name": "powerbi-visuals-tornadochart", | ||
"version": "2.1.2.0", | ||
"version": "3.0.0.0", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]" | ||
|
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.