Check documentation for the latest version of dhtmlxSuite view DHTMLX Docs

view

The chart type.

Value type: String

Available values for Line Chart is: “line” and “spline”

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

or

chart.define("view","line");
Back to top