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

Skip to content

Commit 1ad6a3d

Browse files
MahdisMahdis
Mahdis
authored and
Mahdis
committed
index-page
1 parent cb1af3d commit 1ad6a3d

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
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/gauge/2015-12-20-gauge-charts_plotly_js_index.html

Lines changed: 1 addition & 2 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
1211
order: 4
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
@@ -3,7 +3,7 @@
33
name: Indicators
44
permalink: javascript/indicator/
55
description: How to make a D3.js-based gauge chart in javascript.
6-
layout: user-guide
6+
layout: base
77
thumbnail: thumbnail/indicator.jpg
88
language: plotly_js
99
page_type: example_index

_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

0 commit comments

Comments
 (0)