v17.0.0
17.0.0 (2020-01-30)
Bug Fixes
Features
- text improvements (#524) (6e61700)
- listeners: add seriesIdentifiers to element listeners (#525) (027d008), closes #419 #505
BREAKING CHANGES
- listeners: the
onElementOverand theonElementClickare now called with
Array<[GeometryValue, SeriesIdentifier]>instead ofArray<GeometryValue> - renames in
Partitioncharts—Layers:fillLabel.formatter->fillLabel.valueFormatter; typeFillLabel->FillLabelConfig
Non-breaking changes:
-
feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself)
-
feat: font styling is possible separately for values:
valueFormatterconfigs -
test: opacity decrease example; coloring examples
-
feat: hierarchical data (
parent,sortIndex) is made available to accessors (see stories, helpful with eg. coloring) -
refactor: tighter types; other code improvements