Introduction"

From Documentation
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKChartsEssentialsPageHeader}}
 
{{ZKChartsEssentialsPageHeader}}
  
{{Template:UnderConstruction}}
+
== What is ZK Charts ==
  
== What is ZK Charts ==
+
ZK Charts is a component which makes visualization of data exceptionally easy, containing various chart types including line, area, bar, pie, scatter and more. It is compatible with all modern browsers including tablet devices. ZK Charts is based on [http://www.highcharts.com/ Highcharts.js], it can therefore utilize all the features included in Highchart.js
  
ZK Charts is a component which makes visualization of data exceptionally easy, it contains various charts types such as line, area, bar, pie, scatter. It is also compatible  with all modern browsers including tablet device. The component is based on [http://www.highcharts.com/ Highcharts.js] so that it can utilize all the features Highchart.js has.
+
Since [https://www.highcharts.com/docs/index Highcharts] (and the [https://api.highcharts.com/highcharts/ Highcharts API]) are well documented, we don't replicate this information in this guide. If you are searching for a specific Highcharts feature or configuration property, please refer to the Highcharts documentation first. In order to implement the chart configuration with ZK Charts refer to [[ZK_Charts_Essentials/Working_with_ZK_Charts/Changing_Chart_Configuration | Changing Chart Configuration]]
  
 
[[File:ZK_charts_intro.png]]
 
[[File:ZK_charts_intro.png]]
Line 12: Line 12:
 
ZK Charts has the following advantages:
 
ZK Charts has the following advantages:
  
* Control chart on server-side in pure Java
+
* Control charts on server-side in pure Java
 
* Fully integrated with ZK
 
* Fully integrated with ZK
 
* Support chart model
 
* Support chart model
  
 
{{ZKChartsEssentialsPageFooter}}
 
{{ZKChartsEssentialsPageFooter}}

Latest revision as of 04:39, 16 July 2021

Introduction


What is ZK Charts

ZK Charts is a component which makes visualization of data exceptionally easy, containing various chart types including line, area, bar, pie, scatter and more. It is compatible with all modern browsers including tablet devices. ZK Charts is based on Highcharts.js, it can therefore utilize all the features included in Highchart.js

Since Highcharts (and the Highcharts API) are well documented, we don't replicate this information in this guide. If you are searching for a specific Highcharts feature or configuration property, please refer to the Highcharts documentation first. In order to implement the chart configuration with ZK Charts refer to Changing Chart Configuration

ZK charts intro.png

Why ZK Charts

ZK Charts has the following advantages:

  • Control charts on server-side in pure Java
  • Fully integrated with ZK
  • Support chart model

< Get Complete Source Code of This Book >


Last Update : 2021/07/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.