{
"metadata" : {
"names" : ["rpm","torque","horsepower", "EngineType"],
"types" : ["linear","linear", "ordinal","ordinal"]
},
"data": [
[0, 10, 1, "Piston"]]
};
{
x : "rpm",
title :"Torque of Engine",
charts : [{type: "number"}],
width: 400,
height: 200
}
| Property | Value | Description |
|---|---|---|
| title | String | Title of the table |
| x | String | cAttribute name for X-axis |
| height | px | height of the chart |
| charts | object | Collection of charts |
| Property | Value | Description |
|---|---|---|
| type | String | Title of the table |