bullet charts#1444
Merged
Merged
Conversation
michaelbabyn
requested changes
Aug 9, 2019
| markdown_content: | | ||
|
|
||
| Stephen Few's Bullet Chart was invented to replace dashboard [gauges](https://plot.ly/javascript/gauge-charts/) and meters, combining both types of charts into simple bar charts with qualitative bars (steps), quantitative bar (bar) and performance line (threshold); all into one simple layout. | ||
| Steps typically are broken into several values, which is defined with an array. The bar represent the actual value that a particular variable reached, and the threshold usually indicate a goal point relative to the value achieved by the bar. See [indicator page](https://plot.ly/javascript/gauge-charts/) for more detail. |
Contributor
There was a problem hiding this comment.
Fix verb conjugations:
Suggested change
| Steps typically are broken into several values, which is defined with an array. The bar represent the actual value that a particular variable reached, and the threshold usually indicate a goal point relative to the value achieved by the bar. See [indicator page](https://plot.ly/javascript/gauge-charts/) for more detail. | |
| Steps typically are broken into several values, which are defined with an array. The bar represents the actual value that a particular variable reached, and the threshold usually indicates a goal point relative to the value achieved by the bar. See [indicator page](https://plot.ly/javascript/gauge-charts/) for more detail. |
| layout: user-guide | ||
| thumbnail: thumbnail/bullet.png | ||
| language: plotly_js | ||
| page_type: example_index |
Contributor
There was a problem hiding this comment.
I mentioned this in the waterfall docs but I think this doc should be an example_index on the front page since the financial docs are getting quite crowded. We should make an index page for them in one of these PRs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #1411