The JavaScript Bullet Chart is used to visually compare measures, similar to the commonly used bar chart. A 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 JavaScript Bullet Chart control in either LTR or RTL directions.
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.
A 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 color ranges to both minor and major ticks.
The labels in the chart display numeric values on 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 measures through a tooltip that appears when hovering the mouse over the measures.
Titles and subtitles display additional information about the chart.
Place the text elements, such as title and subtitle text, at any side of the scale. The text element will trim if it overlaps with the scale.
Easily get started with JavaScript Bullet Chart using a few simple lines of HTML and JS code example as demonstrated below. Also explore our JavaScript Bullet Chart Example that shows you how to render and configure the chart.
<!DOCTYPE html>
<html>
<head></head>
<body>
<div id="container">
<div id="element"></div>
</div>
</body>
</html>
import { BulletChart } from '@syncfusion/ej2-charts';
let bulletChart: BulletChart = new BulletChart({
dataSource: [{ value: 100, target: 80 },
{ value: 200, target: 180 },
{ value: 300, target: 280 },
{ value: 400, target: 380 },
{ value: 500, target: 480 }],
valueName: 'value',
targetName: 'target',
height: '300',
minimum: 0, maximum: 300, interval: 50,
});
bulletChart.appendTo('#element');
The Bullet Chart component is also available in Blazor, React, Angular, and Vue frameworks. Check out the different Bullet Chart platforms from the links below,
We do not sell the JavaScript Bullet Chart separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the JavaScript Bullet Chart. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our JavaScript Bullet Chart demo here.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our JavaScript Bullet Chart, are not sold individually. They are only available as part of a team license. 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 control 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 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists 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, 5 or fewer developers, and 10 or fewer total employees.
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.