type
Required. Specifies the type of a chart
type: string;
Example
const chart = new dhx.Chart("chart_container", {
type:"line"
});
Available types of charts
- "bar", "x-bar"
- "line", "spline"
- "scatter"
- "area", "splineArea"
- "donut", "pie", "pie3D"
- "radar"
- "treeMap" (from v7.3)
- "calendarHeatMap" (from v8.0)