Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74a2956

Browse files
authored
Merge pull request plotly#1442 from plotly/waterfall-funnel
Waterfall funnel
2 parents f5b1426 + 7be544d commit 74a2956

17 files changed

+42
-13
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: javascript/financial-charts/
3+
title: Plotly.js Financial Charts
4+
description: Plotly.js makes interactive, publication-quality graphs online. Examples of how to make financial charts.
5+
name: More Financial Charts
6+
layout: langindex
7+
language: plotly_js
8+
display_as: financial
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 5
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly.js Financial Charts</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","plotly_js" | where:"display_as","financial" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}

_posts/plotly_js/financial/candlestick-charts/2015-08-15-candlestick_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Candlestick Charts
44
permalink: javascript/candlestick-charts/
55
description: How to graph D3.js-based candlestick charts in javascript. Examples of candlestick charts.
6-
layout: base
6+
layout: user-guide
77
thumbnail: thumbnail/candlestick.jpg
88
language: plotly_js
99
page_type: example_index

_posts/plotly_js/basic/funnel/2019-06-27-funnel_plotly_js_index.html renamed to _posts/plotly_js/financial/funnel/2019-06-27-funnel_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
layout: user-guide
77
thumbnail: thumbnail/funnel.jpg
88
language: plotly_js
9+
page_type: example_index
910
has_thumbnail: true
10-
display_as: basic
11-
order: 8.3
11+
display_as: financial
12+
order: 4
1213
---
1314
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","funnel" | sort: "order" %}
1415
{% include auto_examples.html examples=examples %}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
layout: user-guide
77
thumbnail: thumbnail/gauge.jpg
88
language: plotly_js
9-
page_type: example_index
109
has_thumbnail: true
1110
display_as: financial
12-
order: 4
11+
order: 3
1312
redirect_from: javascript-graphing-library/gauge-charts
1413
---
1514
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","gauge-charts" | sort: "order" %}
16-
{% include auto_examples.html examples=examples %}
15+
{% include auto_examples.html examples=examples %}

_posts/plotly_js/financial/indicator1/2015-12-20-indicator_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: financial
12-
order: 4
12+
order: 2
1313
---
1414
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","indicator" | sort: "order" %}
1515
{% include auto_examples.html examples=examples %}

_posts/plotly_js/financial/ohlc/2015-08-15-ohlc_index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
name: OHLC Charts
44
permalink: javascript/ohlc-charts/
55
description: How to graph D3.js-based OHLC charts in javascript. Examples of OHCL charts.
6-
layout: base
6+
layout: user-guide
77
thumbnail: thumbnail/ohlc.jpg
88
language: plotly_js
9-
page_type: example_index
109
has_thumbnail: true
1110
display_as: financial
1211
order: 2

_posts/plotly_js/financial/time-series/2015-04-09-time-series_plotly_js_index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
name: Time Series
44
permalink: javascript/time-series/
55
description: How to plot D3.js-based date and time in Plotly.js. An example of a time-series plot.
6-
layout: base
6+
layout: user-guide
77
thumbnail: thumbnail/time-series.jpg
88
language: plotly_js
9-
page_type: example_index
109
has_thumbnail: true
1110
display_as: financial
1211
order: 1

_posts/plotly_js/basic/waterfall/2015-04-09-bar_plotly_js_index.html renamed to _posts/plotly_js/financial/waterfall/2015-04-09-bar_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
layout: user-guide
77
thumbnail: thumbnail/waterfall-charts.jpg
88
language: plotly_js
9+
page_type: example_index
910
has_thumbnail: true
10-
display_as: basic
11-
order: 6.5
11+
display_as: financial
12+
order: 1
1213
redirect_from: javascript-graphing-library/bar-charts/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","waterfall" | sort: "order" %}

0 commit comments

Comments
 (0)