ZoomCharts Documentation

string

string is one of the basic data types native to JavaScript.

Note that you can pass both primitive string values (defined as a simple string literal var a = "x") and String objects (defined as var a = new String("x")) but the chart will always store the primitive value.

X