Skip to content

Commit

Permalink
Fixes chart loading with old settings (#43)
Browse files Browse the repository at this point in the history
* fix a bug with non-integer yAxis ticks indexes

* column and value formatter becomes members of instance, binded to this in constructor

* tests update for valueFormattingCallback and columnFormattingCallback

* fixing the case with persents formatting for valueFormattingCallback

* handling of case with invalid non-interger indexes at valueFormattingCallback

* linters fixes + version up

* fix upgraded, tests added, few typo fixes

* Changelog updated

* column and values formatting callbacks becomes received using static getters
  • Loading branch information
blackleaden authored and uve committed Mar 13, 2019
1 parent f4aa84b commit 53d7562
Show file tree
Hide file tree
Showing 7 changed files with 2,408 additions and 2,364 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ typings
.api
*.log
/coverage
webpack.statistics.html
webpack.statistics.*
vim.exe.stackdump
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.3
* Fixed ticks formatting of fractional numbers

## 2.0.2
* UPD: powerbi-visuals-tools has been updated to 3.0.9 to add IE11 support
* UPD: API has been updated to 2.3.0 to add IE11 support
Expand Down
Loading

0 comments on commit 53d7562

Please sign in to comment.