This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
Releases: downdrown/VaadinHighChartsAPI
Releases · downdrown/VaadinHighChartsAPI
Charttype implementation, bug fixes.
Basically this release contains many more chart types, with an all-new Data-API (type-safe).
Also, I heard many people had problems using maven or ivy for dep management.
I think this was a problem from my old maven setup which was a bit dizzy.
So now I changed the whole layout and this annoying problem should be solved!
Bugfix Release
Quick Fix
Beta 1.7.2
First Beta Version
- Version problem solved (Addon was bound to Vaadin 7.4.2)
- Added AreaChartSeries
- Added AreaChartPlotOptions
- Added BarChartPlotOptions
- Added ColumnChartPlotOptions
- Added LineChartPlotOptions
- Changed default chartConfiguration behaviour
- Added 'default colors' to chartConfiguration
Several improvements
+ Axis Component improvements (Axis Title, GridLine Behavior) + ChartConfiguration improvements
Several Improvements
- Axis Component improvements
- PieChartPlotOptions (Will defaultly be used when none is set)
- Changed default chart look & feel
- Removed xAxis, yAxis components
Added Features
- Different instantiation (!!!) - Take a look at the Code Samples for further info!
- Empty Title
- Default Background is now transparent
- LineChart
- BarChart
- Margin for Chart
- Colors interface
- Changing Chart Colors
- (JavaDoc)
- (Demo UI)