Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/powerbi-visuals-bulletchart
A bullet chart that includes four orientations and a few customization options. Use to feature a single measure against a qualitative range.
https://github.com/Microsoft/powerbi-visuals-bulletchart
Last synced: 3 months ago
JSON representation
A bullet chart that includes four orientations and a few customization options. Use to feature a single measure against a qualitative range.
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-bulletchart
- Owner: microsoft
- License: other
- Created: 2016-11-27T14:15:58.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T10:42:02.000Z (5 months ago)
- Last Synced: 2024-06-14T11:59:38.775Z (5 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 22
- Watchers: 16
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-power-bi - Bullet Chart
README
# powerbi-visuals-bulletchart
[![build status](https://github.com/microsoft/powerbi-visuals-bulletchart/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/microsoft/powerbi-visuals-bulletchart/actions/workflows/build.yml)> A bullet chart that includes four orientations and a few customization options. Use to feature a single measure against a qualitative range.
![Bullet chart screenshot](https://github.com/microsoft/powerbi-visuals-bulletchart/blob/main/assets/thumbnail.png?raw=true)
# OverviewBullet chart serves as a replacement for dashboard gauges and meters. Bullet charts were developed to overcome the fundamental issues of gauges and meters.
The bullet chart features a single, primary measure (for example, current year-to-date revenue), compares that measure to one or more other measures to enrich its meaning (for example, compared to a target), and displays it in the context of qualitative ranges of performance, such as poor, satisfactory, and good. The qualitative ranges are displayed as varying intensities of a single hue to make them discernible by those who are color blind and to restrict the use of colors on the dashboard to a minimum.
Bullet charts may be horizontal or vertical, and may be stacked to allow comparisons of several measures at once.
The Bullet chart consists of 5 primary components:
* Text label: Your chart caption which defines what your chart is about and the unit of measurement.
* Quantitative Scale: Measures the value of your metric on a linear axis.
* The Featured Measure: The bar that displays the primary performance measure (eg: Revenue YTD).
* Comparative Measure: The measure against which you want to compare your featured measure (eg: Target revenue).
* Qualitative Scale: The background fill that encodes qualitative ranges like bad, satisfactory, and good.See also [Bullet chart at Microsoft Office store](https://store.office.com/en-us/app.aspx?assetid=WA104380755&sourcecorrid=69216a8c-bd11-4cd0-9e5b-9c4e0469b74b&searchapppos=0&ui=en-US&rs=en-US&ad=US&appredirect=false)