BulletChart()
Home > @gooddata/sdk-ui-charts > BulletChart
BulletChart() function
Bullet chart is a variation of a bar chart that displays performance of a measure (primary measure) and its progress towards a goal (target measure).
Signature:
BulletChart: (props: IBulletChartProps) => React.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | IBulletChartProps |
Returns:
React.JSX.Element
Remarks
Optionally, the primary measure can also be compared to another measure (comparative measure).
See IBulletChartProps to learn how to configure the BulletChart and the bullet chart documentation for more information.