ScaleGroup
12 Sep 20251 minute to read
class for Bullet chart Scale Group
Methods
doTargetBarAnimation
Animates the comparative bar.
| Parameter | Type | Description |
|---|---|---|
| index | number |
Defines the feature bar to animate. |
Returns void
doValueBarAnimation
Animates the feature bar.
Returns void
drawScaleGroup
To render range scale of the bulletChart graph.
| Parameter | Type | Description |
|---|---|---|
| scaleGroup | Element |
The group element to contain the scale. |
Returns number[]
renderComparativeSymbol
To render comparative symbol of the bulletChart chart.
| Parameter | Type | Description |
|---|---|---|
| dataCount | number |
Data count value. |
Returns void
renderFeatureBar
To render the feature bar of the bulletChart chart.
| Parameter | Type | Description |
|---|---|---|
| dataCount | number |
Count of the bars. |
Returns void