bindingInfo.isTimeSeries(col)
| bindingInfo.setTimeSeries(col, Boolean) to designate a field as time-series. |
Returns the state of the specified Date column, designated as time-series or not.
Example
var ts = Chart1.bindingInfo.isTimeSeries("Order Date");
Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.
|