Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Releases: downdrown/VaadinHighChartsAPI

Charttype implementation, bug fixes.

22 Sep 05:18
Compare
Choose a tag to compare

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

28 Jul 12:11
Compare
Choose a tag to compare

Fixed issue #7 - Removed Widgetset from AddOn.
Fixed issue #9 - Dynamic JavaScript libraries are now static Content.

Quick Fix

16 Jun 12:35
Compare
Choose a tag to compare

Many People had problems compiling the widgetset with Vaadin 7.4.8!
This should do it for you all!

Also fixed issues:

  • Fixed issue #2
  • Fixed issue #4

Beta 1.7.2

16 Apr 04:50
Compare
Choose a tag to compare

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

10 Apr 12:09
Compare
Choose a tag to compare
Several improvements Pre-release
Pre-release
+ Axis Component improvements (Axis Title, GridLine Behavior)

+ ChartConfiguration improvements

Several Improvements

03 Apr 04:55
Compare
Choose a tag to compare
  • Axis Component improvements
  • PieChartPlotOptions (Will defaultly be used when none is set)
  • Changed default chart look & feel
  • Removed xAxis, yAxis components

Added Features

02 Apr 09:34
Compare
Choose a tag to compare
  • 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)