BulletChart
Home > @gooddata/sdk-ui-charts > BulletChart
BulletChart variable
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
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.