The type of the chart.
Value type: String
Available values for Pie Chart are: “pie”, “pie3D”
var chart = dhx.ui({ view:"chart", type:"pie3D", container:"chart_container", ... })
or
chart.define("type","pie3D");