- add possibility to use functions in tickFormat
- fix blinking and shaking of axis labels during re-renders of chart #580
- fix performance for measure dates on very old dates #573
- return support IE11
- improve tooltip plugin. Add onExclude event.
- update dependencies
- stretch area annotation to first or last ticks if min or max values are skipped
- fix stretching of vertical annotation
- fix xss vulnerability in legend plugin
- fix xss vulnerability on tick size detection
- fix amd build for plugins
- add support d3 v5
- now user can set rotate guide params for x dimensions both with auto layout spec #550
- add event type for onSelect legend plugin settings #550
- return color brewer addon to package #547
- add new settings for legend plugin (onSelect handler and selectedCategories) #545
- add posibility set field bounds for quick filter #543
- fix diff tooltip #534
- improve multiple labels #533
- fix ticks positioning in case annotation adds new ticks #532
- allow override default tickFormatter #532
- fix tick position for vertical facet #530
- improve cutting facet label logic #528
- order for dates in Color legend when scale is periodic #528
- multiline label improvements #526
- Added clickable entry to tooltip plugin settings (@nayrrod in #523)
- Multiline labels support (using lineBreak and lineBreakSeparator flags for label guide #525
- default TypeScript export definition to conform to version 2.6.0 rules (@tyronedougherty in #520)
- place Y facets labels at top-left under facet cell
- place Y axis label at top, X axis label at right
- animation when tooltip disappears
- fix build bundle #514
- trendline plugin applies only for chart element #513
- fixed generating data refs for trendline plugins #513
- D3 v4 is now dependency.
Taucharts
global object name (wastauCharts
)..tau-chart__
CSS class prefix (was.graphical-report__
).export-to
plugin alias changed (wasexportTo
).- Distributive files paths changed.
dist/taucharts.min.js
anddist/taucharts.min.css
contain the core and all the plugins minified together.dist/taucharts.js
anddist/taucharts.css
contain unfinified core, JS and CSS for plugins can be found indist/plugins/
folder (e.g. to import a plugin you should do something likeimport tooltip from 'taucharts/dist/plugins/tooltip';
).