graph » scale-r
scale-r, scaleR
[ root » graph » scale-r ]
Pie Charts Only: Use the scaleR
object to set the aperture
and refAngle
. Refer to the Pie Charts Tutorial for more information.
Gauge Charts Only: Use the scaleR
object to configure the scale. Refer to the Angular Gauge Charts Tutorial for more information.
Attribute | Type | Description |
---|---|---|
aperture | Number | Changes the aperture from the default 270 degrees. Default Value: 270 Chart types: Gauge |
aperture | Number | Sets the degrees that the scale should occupy; default for pie charts is 360 (full circle) whereas for gauge charts it is 270 (3/4 round circle) Default Value: 360 Chart types: Pie,Gauge |
center | Object | Styles the pivot point of the gauge needle. Chart types: Gauge |
ranged | Boolean | Sets the scale as "ranged", basically the node is placed in the middle of the interval between two scale values (similar to bar charts). Chart types: Radar |
refAngle ref-angle | Number | Sets the reference (starting) angle, which by default is set to -90 degrees (9 o'clock) Default Value: -90 Chart types: Gauge |
refAngle ref-angle | Number | Sets the reference angle used as the origin of the radar. Chart types: Radar |
refAngle ref-angle | Number | To set the reference (starting) angle, which by default is set to 90 degrees (or 3 o'clock). Refer to the Pie Charts Tutorial for more information. Default Value: 90 Chart types: Pie |
ring | Object | Styles the ring that appears around the outer edge of the gauge. Chart types: Gauge |