We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

syncfusion trusted companies

Overview

The Angular 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.


Orientation

Position the bullet chart in either vertical or horizontal orientation. This is helpful when viewing the bullet chart on mobile devices.


Right to left

Render the Angular Bullet Chart control in either LTR or RTL directions.


Target bar

Target bar lines denote the current value and run perpendicular to the feature measure.


Multiple measures

Render multiple measure bars as well as multiple comparative measure symbols to allow comparison of several measures at once.

Angular Bullet Chart with multiple measures.


Qualitative ranges

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.

Angular Bullet Chart with qualitative ranges.


Angular Bullet Chart Code Example

Easily get started with the Angular Bullet Chart using a few simple lines of ts code example as demonstrated below. Also explore our Angular Bullet Chart Example that shows you how to render and configure the Smith Chart in Angular.

import { Component } from '@angular/core';

@Component({
    selector: 'app-container',
    template: `<ejs-bulletchart valueName='value' targetName='target'
                [minimum]='minimum' [maximum]='maximum' [interval]='interval' [dataSource]='data'>
                </ejs-bulletchart>`
})

export class AppComponent {
    public minimum: number = 0;
    public maximum: number = 300;
    public interval: number = 50;
    public data: Object[] = [
       { value: 100, target: 80 },
       { value: 200, target: 180 },
       { value: 300, target: 280 },
       { value: 400, target: 380 },
       { value: 500, target: 480 },
    ];
}

Other supported frameworks

Bullet Chart is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Bullet Chart platforms from the links below,


80+ ANGULAR UI COMPONENTS

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

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.

Up arrow icon
Live Chat Icon For mobile