#0.4.1
- Curve and color options for CategoricalLinearChart
#0.4.0
- Added spider chart
- Labels position in horizontal bar chart improved
- BREAKING CHANGES
- HorizontalBarChart constructor requires a CSS selector (i.e.
#chart) instead of an id previously - LinearLinearChart constructor requires a CSS selector (i.e.
#chart) instead of an id previously
- HorizontalBarChart constructor requires a CSS selector (i.e.
- All constructors now accept d3 selectable element
- All charts now derive from a base class for more concision and consistency
- LinearLinear improvements:
- hasLine
- hasPoints
- pointsColor
- xFormat
- yFormat
- MultiCategoricalChart improvements:
- yFormat
- colorScale
- possibility to provide yDomain
- Css removed (seemed to make problem)
- New constructor for CategoricalLinearChart
- Css distributed
- Minified version available
- New css style sheet
- Changed bar labels layout
- Set format for horizontal bar chart
- Fix update of horizontal bar chart
- Update test
- Added slider
- Compile in ES5
- Moved Axes to a sub-folder
- Rollup global build (UMD)
- Removed warning about modules only (obsolete)
- Fix color scale in MultiCategoricalChart
- Added MultiCategoricalChart
- Export TimeLinearChart from charts
- Added BottomTimeAxis
- Added TimeLinearChart
- Update d3 to v4.5.0
- Fix yet again
- Fix again
- Updated readme.md
- Fix for labels when bar is small
- Changelog.md
- New CategoricalLinearChart class
- New Legend class