ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
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.