Changelog
History of main changes made to the library. Bug
Change
Refactoring
Improvement
Feature
Version 2.4
- Add Vertical gauge
- Add Speedometer
- Add Reverse parameter to Linear and Vertical gauges
- Split legend in two separated components, one to draw vertical and the other to draw horizontally
- Mark Obsolete the old legendbar component
Version 2.3
- Add theme to charts, gauges and legend
- Optimized barcharts and radarchart svg drawing
- Improved labels positioning
- Fix title of svg elements
- Fix grid in radar and polar charts
Version 2.2
- Add secondary color to histogram for negative bars
- Add secondary color to barchart for negative bars
- Mark Obsolete the direction parameter in barchart component
- Split barchart in two separated components, one to draw vertical and the other to draw horizontally
- Fix pie and donut charts orientation
Version 2.1
- Added Linear gauge
- Added Semicircle gauge
- Use hex-string to define color of svg elements
Version 2.0
- Refactoring Legend bar
- Removed Legend data model
- Moved color parameter from chart components to data models
Version 1.4
- Added Legend bar
- Added Parameter to barchart to draw horizontally or vertically
- Adapted horizontal axis positioning of histogram to show negative/positive bars
Version 1.3
- Added Donut chart
- Added hover animations to charts
- Added DrawMode flags for linechart
Version 1.2
- Added Radar chart
- Fix label ticks
Version 1.1
- Added Polar chart
- Fix charts visualization for empty data models
Version 1.0
First release, charts available:- Histogram
- Bar chart
- Line chart
- Pie chart