| name | data type | description |
|---|---|---|
| legendPosition | LegendPositionEnum | |
| barPadding | number | |
| barMargin | number | |
| orientation | OrientationEnum | |
| stacked | boolean | Enables stacked display of bars |
| min | number | Minimum boundary value. |
| max | number | Minimum boundary value. |
| breakOnNull | boolean | Whether line segments should be broken at null value, fall will join point on either side of line. |
| xaxisLabel | string | |
| yaxisLabel | string | |
| xaxisAngle | number | Angle of the x-axis ticks |
| yaxisAngle | number | |
| legendCols | number | |
| legendRows | number | |
| zoom | boolean | Enables plot zooming. |
| animate | boolean | Enables animation on plot rendering |
| showDataTip | boolean | Defines visibility of datatip. |
| datatipFormat | string | Template string for datatips. |
Properties inherited from ChartDto |
||
| code | string | |
| description | string | |
| measurableQuantity | MeasurableQuantityDto | |
| width | string | |
| height | string | |
| style | string | |
| styleClass | string | |
| extender | string | |
| visible | boolean | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"legendPosition" : "n",
"barPadding" : 12345,
"barMargin" : 12345,
"orientation" : "vertical",
"stacked" : true,
"min" : 12345.0,
"max" : 12345.0,
"breakOnNull" : true,
"xaxisLabel" : "...",
"yaxisLabel" : "...",
"xaxisAngle" : 12345,
"yaxisAngle" : 12345,
"legendCols" : 12345,
"legendRows" : 12345,
"zoom" : true,
"animate" : true,
"showDataTip" : true,
"datatipFormat" : "...",
"code" : "...",
"description" : "...",
"measurableQuantity" : {
"code" : "...",
"description" : "...",
"theme" : "...",
"dimension1" : "...",
"dimension2" : "...",
"dimension3" : "...",
"dimension4" : "...",
"editable" : true,
"additive" : true,
"sqlQuery" : "...",
"measurementPeriod" : "DAILY",
"lastMeasureDate" : { },
"updatedCode" : "..."
},
"width" : "...",
"height" : "...",
"style" : "...",
"styleClass" : "...",
"extender" : "...",
"visible" : true,
"updatedCode" : "..."
}