chartData
| Extends: | hasCsvData |
| Namespace: | (default namespace) |
| XML Schema: | api.xsd |
Represents a csv url containing the time-series data, with extra meta data for charting.
JSON Example
{
"jsType": "ChartData",
"vertLbl": "Mbps",
"title": "Trend Traffic Out (P95) (Linear)",
"ctype": "TREND",
"plotColor": "#FF8000",
"overlay": "TraffOut",
"legends": "f(x): 3073.37 + 0E0 x;R2: 0",
"csvUrl": "matelive/data/report/47_26_20140812T222050/1293100669_1414448866634.csv",
"dataUrl": null
}
JSON
| property | type | description |
|---|---|---|
| vertLabel | vertLabel (string) | The vertical label of chart. |
| chartType | chartType (plotType) |
The chart type. Example: DOT, LINE, STEP, STEPCONT, THRESHOLD, STACK, COLUMN |
| title | title (string) | The chart title. |
| plotColor | plotColor (string) |
The plot color. Example: #FF8800 |
| overlay | overlay (string) |
The name of the chart to render this data on. If not specified, the data will be rendered on a new chart. Example: TraffOut |
| legends | legends (string) |
The legend of the chart plotted. Example: f(x): 3073.37 + 0E0 x;R2: 0 |