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

Skip to content

Commit bbd652a

Browse files
Mahdis-zJoseph Damiba
authored andcommitted
minor fixes (#1614)
Co-authored-by: Joseph Damiba <[email protected]>
1 parent 1f1d684 commit bbd652a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

_posts/plotly_js/basic/area/2015-04-09-area_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
order: 8
99
permalink: javascript/filled-area-plots/
1010
redirect_from: javascript-graphing-library/filled-area-plots/
11-
thumbnail: thumbnail/area.jpg
11+
thumbnail: thumbnail/area1.jpg
1212
---
1313

1414
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","area" | sort: "order" %}

_posts/plotly_js/basic/bar/2015-08-07-barchart-direct-labels.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
var data = [trace1];
3232

3333
var layout = {
34-
title: 'January 2013 Sales Report'
34+
title: 'January 2013 Sales Report',
35+
barmode: 'stack’
3536
};
3637

3738
Plotly.newPlot('myDiv', data, layout);

_posts/plotly_js/basic/mixed/2015-04-09-mixed_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
order: 15
99
permalink: javascript/graphing-multiple-chart-types/
1010
redirect_from: javascript-graphing-library/graphing-multiple-chart-types/
11-
thumbnail: thumbnail/multiple-chart-type.jpg
11+
thumbnail: thumbnail/mixed2.jpg
1212
---
1313

1414
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","mixed" | sort: "order" %}

0 commit comments

Comments
 (0)