Skip to content

Commit caa46c3

Browse files
author
mahdis-z
committed
bullet charts were added to index page
1 parent 3acf275 commit caa46c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/plotly_js/financial/bullet/2015-12-20-bullet-charts_plotly_js_index.html

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
layout: user-guide
77
thumbnail: thumbnail/bullet.png
88
language: plotly_js
9-
page_type: example_index
109
has_thumbnail: true
1110
display_as: financial
1211
order: 8

_posts/plotly_js/financial/bullet/2019-07-30-basic-bullet.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
---
23
name: Basic Bullet Charts
34
plot_url: https://codepen.io/plotly/embed/EqZBWg/?height=600&theme-id=15263&default-tab=result
45
language: plotly_js
@@ -9,7 +10,7 @@
910
markdown_content: |
1011

1112
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.
12-
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.
13+
Steps typically are broken into several values, which are 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.
1314
---
1415
var data = [{
1516
type: "indicator", mode: "number+gauge+delta", gauge: {shape: "bullet"},

0 commit comments

Comments
 (0)