DHTMLX Docs & Samples Explorer

view

A chart type.

Value type: String

Available values are: “bar”, “line”, “pie”, “pie3D”.

var chart =  new dhtmlXChart({
	...
	view:"pie3D",
    ...
})

or

chart.define("view","pie3D");