🆕 Enhancements
- Added
yaxis.reversed
which flips the chart upside down. Reversed y-axis will be supported in line, area, bar, columns, scatter, bubble and heatmap charts. - add an option to allow custom SVG in point-annotation; fixes #157
- image fill in scatter charts should have
patternUnits: objectBoundingBox
by default - fixes #373
🐞 Bug fixes
- category xaxis annotation fix - fixes #387
- fix NaN issue in area paths which fixed invisible area bug - fixes #374
- send correct xaxis range in zoomed event after beforeZoom - fixes #371
🔥 Breaking changes
- Removed
customShapes
on bars/columns as the code got really complex and bug-prone causing a lot of maintenance cost.
Misc changes
- Fix an abbreviation in the DE locale - Thanks @jnncks
- added scatter-images in examples