The React Bullet Chart is used to visually compare measures, like the commonly used bar chart. The bullet chart displays one or more measures and compares them with a target value. You can also display the measures in a range of performance such as poor, satisfactory, and good.
Position the bullet chart in either vertical or horizontal orientation. This is helpful when viewing the bullet chart on mobile devices.
Render the React Bullet Chart control either in LTR or RTL direction.
Actual bar that runs along the bullet chart denote the current value and target bar runs perpendicular to the actual bar.
Render multiple measure bars as well as multiple target bars to allow comparison of several measures at once.
Range in a bullet chart helps measure the performance of data against a qualitative state by observing the distance between each range. Each color of the range represents a quality such as good, bad, and acceptable.
Display a scale with two types of ticks. Major ticks are the primary scale indicators, and minor ticks are the secondary scale indicators that fall between the major ticks. You can apply a range’s color to both minor and major ticks that are associated with it.
The labels display the numeric values of the major ticks in the range of the scale. You can apply the range’s color to the labels that are associated with it.
Display details about the measures through a tooltip that appears when hovering the mouse over the measures.
A title and subtitles in the bullet chart display additional information about the chart.
Place the text elements, such as title and subtitle text, at any side of the scale. The text elements will trim if they overlap with the scale.
Bullet Chart component is also available in Blazor, Vue, Angular, and JavaScript frameworks. Check out the different Bullet Chart platforms from the links below,
Easily get started with the React Bullet Chart using a few simple lines of TSX code example as demonstrated below. Also explore our React Bullet Chart Example that shows you how to render and configure a Bullet Chart in React.
import * as ReactDOM from 'react-dom';
import * as React from 'react';
import { orderDetails } from './data';
import { SampleBase } from '../common/sample-base';
export class Default extends SampleBase<{}, {}> {
render() {
return (
<div>
<BulletChartComponent id='Revenue'
style=
tooltip=
animation=
valueField='value'
targetField='target'
minimum={0}
maximum={100}
interval={10}
title='Revenue YTD'
subtitle='US $(in thousands)'
labelFormat='${value}K'
dataSource={[{ value: 70, target: 50 }]}>
<Inject services={[BulletTooltip]}/>
<BulletRangeCollectionDirective>
<BulletRangeDirective end={30} color="#599C20"></BulletRangeDirective>
<BulletRangeDirective end={60} color="#EFC820"></BulletRangeDirective>
<BulletRangeDirective end={100} color="#CA4218"></BulletRangeDirective>
</BulletRangeCollectionDirective>
</BulletChartComponent>
</div>
)
}
}
We do not sell the React Bullet Chart separately. It is only available for purchase as part of the Syncfusion React suite, which contains over 70 React components, including the Bullet Chart. A single developer license for the Syncfusion Essential Studio for React suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our React Bullet Chart demo here.
No, our 70+ React components, including Bullet Chart, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Bullet Chart alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 70+ React components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.