Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the bullet chart design pattern #697

Merged
merged 3 commits into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bullet Chart

Jump to [Standard Bullet Chart](#standard-bullet-chart), [Segmented Primary Measure](#segmented-primary-measure), [Negative Primary Measure](#negative-primary-measure), [Reversed Ranges](#reversed-ranges), [Scale Greater Than Zero](#scale-greater-than-zero), [Horizontal Group](#horizontal-group), or [Vertical Group](#vertical-group)
Jump to [Standard Bullet Chart](#standard-bullet-chart), [Segmented Primary Measure](#segmented-primary-measure), [Negative Primary Measure](#negative-primary-measure), [Reversed Ranges](#reversed-ranges), [Scale Greater Than Zero](#scale-greater-than-zero), [Measure Greater Than Max Range](#measure-greater-than-max-range) [Horizontal Group](#horizontal-group), or [Vertical Group](#vertical-group)

## Standard Bullet Chart
![Image of standard bullet chart](img/bullet-chart-callout.png)
Expand Down Expand Up @@ -56,6 +56,14 @@ Jump to [Standard Bullet Chart](#standard-bullet-chart), [Segmented Primary Meas

1. **Primary Measure Dot:** Display the primary measure as a dot when the scale starts at a value greater than zero.

### Measure Greater Than Max Range

![Image of bullet chart greater than max callout](img/greater-than-max-callout.png)

1. **Single Qualitative Range Bar:** Display the range bar, which represents the min and max values.

2. **Primary Measure Bar:** Display the primary measure bar, which can optionally be segmented.

## Horizontal Group

![Image of bullet chart horizontal group callout](img/grouped-horizontal-bullet-chart-callout.png)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.