Chart Types

DHTMLX Touch offers 13 different chart variations at your disposal (to set the desired variation - use the type parameter):

Bar Chart

type:“bar” type:“barH” type:“stackedBar” type:“stackedBarH”
Related sample: 07_chart/06_bar_chart/04_styles.html Related sample: 07_chart/06_bar_chart/07_horizonal_bars.html Related sample: 07_chart/06_bar_chart/05_stacked_chart.html Related sample: 07_chart/06_bar_chart/08_horizonal_stacked_bars.html

Pie Chart

type:“pie” type:“pie3D” type:“donut”
Related sample: 07_chart/04_pie_chart/01_init.html Related sample: 07_chart/04_pie_chart/02_3d_chart.html Related sample: 07_chart/04_pie_chart/04_donut.html

Line Chart

type:“line” type:“spline”
Related sample: /07_chart/05_line_chart/02_style.html Related sample: 07_chart/05_line_chart/04_spline.html

Area Chart

type:“area” type:“stackedArea”
Related sample: 07_chart/07_area_chart/03_series.html Related sample: 07_chart/07_area_chart/04_stacked_area.html

Radar Chart

type:“radar”
Related sample: 07_chart/09_radar_chart/02_radar_area.html

Scatter Chart

type:“scatter”
Related sample: 07_chart/10_scatter_chart/02_legend.html