Releases: connollyst/zkgooglecharts
Releases · connollyst/zkgooglecharts
Column Roles
Added support for column roles, using the new ColumnRole
enum.
Refer to the official Google Chart documentation for details about when and why to use column roles.
zkgooglecharts-0.2.2
Corrected bug preventing onReady event (@nice-redbull)
zkgooglecharts-0.2.1
Added GoogleCoreChart
to reflect Google Charts hierarchy.
zkgooglecharts-0.1.9
Adds support for chart.getImageURI()
zkgooglecharts-0.1.8
Improved Timeline support and {{DataTable}} APIs.
zkgooglecharts-0.1.7
Better logging.
zkgooglecharts-0.1.6
Introduces Timeline component
zkgooglecharts-0.1.5
Improved DataTable Features
zkgooglecharts-0.1.4
Added support for many options from ZUL and Java:
- Pie Chart
width
height
title
colors
is3D
- Bar Chart
width
height
title
colors
- Column Chart
width
height
title
colors
zkgooglecharts-0.1.3
Move Google APIs loading to JavaScript to ensure onLoad
callback is registered before loading.