HighChartsAPI Add-on - Vaadin Add-on Directory
Highcharts APIIssue Tracker
Source Code
Project Page
Online Demo
HighChartsAPI Add-on version 1.5
Basic functionality is implemented. More updates will be uploaded soon.
HighChartsAPI Add-on version 1.6
+ 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)
HighChartsAPI Add-on version 1.7
+ Axis Component improvements
+ PieChartPlotOptions (Will defaultly be used when none is set)
+ Changed default chart look & feel
+ Removed xAxis, yAxis components
HighChartsAPI Add-on version 1.7.1
**Pre-Release**
+ Axis Component improvements (Axis Title, GridLine Behavior)
+ ChartConfiguration improvements
HighChartsAPI Add-on version 1.7.2
+ 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
HighChartsAPI Add-on version 2.0.0
***QUICK FIX!***
Many people had problems to compile the widgetset with Vaadin 7.4.8!
This version should do it for you.
Also fixed issues:
+ Fixed issue #2
+ Fixed issue #4
HighChartsAPI Add-on version 2.1.2
+ Fixed issue #7
+ Fixed issue #9
HighChartsAPI Add-on version 2.1.3
- Maven layout fix.
HighChartsAPI Add-on version 2.2.0
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!
+ Project setup fix
+ Fixed a maven issue where you got a "could not read artifact descriptor" error
+ Added 'reRendering()' functionality - experimental
+ PlotOptions merged into single-file-pattern
+ Added many remaining Chart types (not all tested yet)
There is one minor change in the usage of this API, you should now use type-safe **HighChartsData** implementations for your data series. You can take a look at my Demo UI for usage information!
HighChartsAPI Add-on version 2.2.1
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!
+ Project setup fix
+ Fixed a maven issue where you got a "could not read artifact descriptor" error
+ Added 'reRendering()' functionality - experimental
+ PlotOptions merged into single-file-pattern
+ Added many remaining Chart types (not all tested yet)
+ Fixed Issue #13
+ Fixed Issue #14
There is one minor change in the usage of this API, you should now use type-safe **HighChartsData** implementations for your data series. You can take a look at my Demo UI for usage information!
HighChartsAPI Add-on version 2.2.1-QF
+ Fixed #13
+ Fixed #14
+ Fixed #22
I promised these fixes very long ago and I am very sorry this little code took so long to be released...
I have not much time to improve this addon and things are slowing down.
Still, I am working on it and there will be furhter releases.
For now, here's a Quick-Fix Version for theses poor mistakes.