Releases: sgratzl/chartjs-chart-geo
Releases · sgratzl/chartjs-chart-geo
Release 3.0.0-alpha.20
Release 3.0.0-alpha.4
Release 3.0.0-alpha.3
Release 3.0.0-alpha.2 - Chart.js v3
- chart.js v3.0.0-alpha compatible release
Breaking changes
- ESM bundle with tree shaking, in a module case one needs to manually register the chart types, see README
- color / size scale configuration is shifted to
scales.color
andscales.size
respectively. Moreover, theposition
option has changed tolegend.align
within the scale.
Release 3.0.0-alpha.1 - Chart.js v3
- compatible version with chart.js v3.0.0-alpha
- improved build system
- enable animation by default
Performance and Radius/Area Scale
- performance improvement by using caching for tooltip computation
- rendering performance improvement by rendering into a canvas and reuse that
- add radius / area scale option for better visual comparison
Release 2.0.0
Release 2.0.0-alpha.0
- add docu (bc39f9a)
- work on 2.8 compatibility (e031e3d)
- disable legend by default for backwards compatibility (4e99424)
- size scale (a9e9719)
- refactor and start with size legend (0177619)
- cleanup (b0e4ad6)
- fix linting (58c4bc5)
- tuning positions (664102e)
- first running version (8890042)
- wip (81b7d1d)
- work on scales (445cf05)
- work on scale (a249360)
- better tooltips and more color options (e75d94f)
- work on integrating a color scale (67b5ece)
- less specific feature (fdd4c2e)
- avoid some features (aacce52)
- update dependencies (06f77d5)