ZK Charts 2.0 Release Notes
Released on Jan 20, 2015
Version 2.0 is an upgrade release integrating with Highcharts 4. New themes and charting options such as 3D charts support, solid gauge, heatmap and pyramid charts
are now added to the collection. Flex supports are also included to easily adjust layouts by setting hflex and vflex, like any other ZK Components.
ZK Charts brings a variety of charting options to your doorsteps from basic line charts to area charts, scatter charts, dynamic charts and more!
The complete set of API provided makes visualization of your data exceptionally easy. The intuitive API allows you to present your server-side data on the client as ZK Charts handles the client-server of data for you transparently.
Moreover, the comprehensive API provides all the client side functionality available to the developer from the server-side in Java. This is a distinct
advantage to developers as it allows them to achieve their goals using mature technology they love.
Feature Highlights
- API that supports client side functionality available from the server-side in pure Java
- Java side event listener
- Multiple design pattern support including MVC, MVVM etc.
- Comprehensive chart types in excellent style
- Dynamically & intuitively create, update charts
- Five pre-set themes in simple and trendy design
- Easy theme customization for branding
- Responsive Design & Touch Support
- Real time data support
- Excellent User Experience
- Data drill-down
- Combination charts
- Tooltip Labels
- Multiple Axes
- Zooming
- Load on demand
- Dynamical data
Please see ZK Charts Product Page for more information
Example
For more information, please go to the documentation
What's New
New Features Tracker
Bugs fixed
- ZKCHARTS-24: Reset Zoom button is invalid after onSelection Event is registered.