From 6044191485bd2c00326f63a476e0c068a0cfba12 Mon Sep 17 00:00:00 2001 From: mahdis-z Date: Wed, 4 Dec 2019 00:52:59 -0500 Subject: [PATCH] minor fixes --- .../plotly_js/basic/area/2015-04-09-area_plotly_js_index.html | 2 +- .../plotly_js/basic/bar/2015-08-07-barchart-direct-labels.html | 3 ++- .../basic/mixed/2015-04-09-mixed_plotly_js_index.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_posts/plotly_js/basic/area/2015-04-09-area_plotly_js_index.html b/_posts/plotly_js/basic/area/2015-04-09-area_plotly_js_index.html index 04dc87efbef4..6416d00a4ab1 100755 --- a/_posts/plotly_js/basic/area/2015-04-09-area_plotly_js_index.html +++ b/_posts/plotly_js/basic/area/2015-04-09-area_plotly_js_index.html @@ -8,7 +8,7 @@ order: 8 permalink: javascript/filled-area-plots/ redirect_from: javascript-graphing-library/filled-area-plots/ -thumbnail: thumbnail/area.jpg +thumbnail: thumbnail/area1.jpg --- {% assign examples = site.posts | where:"language","plotly_js" | where:"suite","area" | sort: "order" %} diff --git a/_posts/plotly_js/basic/bar/2015-08-07-barchart-direct-labels.html b/_posts/plotly_js/basic/bar/2015-08-07-barchart-direct-labels.html index 39ff7b5237e1..470614774be3 100644 --- a/_posts/plotly_js/basic/bar/2015-08-07-barchart-direct-labels.html +++ b/_posts/plotly_js/basic/bar/2015-08-07-barchart-direct-labels.html @@ -32,7 +32,8 @@ var data = [trace1]; var layout = { - title: 'January 2013 Sales Report' + title: 'January 2013 Sales Report', + barmode: 'stack’ }; Plotly.newPlot('myDiv', data, layout); diff --git a/_posts/plotly_js/basic/mixed/2015-04-09-mixed_plotly_js_index.html b/_posts/plotly_js/basic/mixed/2015-04-09-mixed_plotly_js_index.html index 60f907a15bb2..f03b6f81efe3 100755 --- a/_posts/plotly_js/basic/mixed/2015-04-09-mixed_plotly_js_index.html +++ b/_posts/plotly_js/basic/mixed/2015-04-09-mixed_plotly_js_index.html @@ -8,7 +8,7 @@ order: 15 permalink: javascript/graphing-multiple-chart-types/ redirect_from: javascript-graphing-library/graphing-multiple-chart-types/ -thumbnail: thumbnail/mixed.jpg +thumbnail: thumbnail/mixed2.jpg --- {% assign examples = site.posts | where:"language","plotly_js" | where:"suite","mixed" | sort: "order" %}