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

Skip to content

Commit b37c52f

Browse files
committed
Merge branch 'source-design-merge' of https://github.com/plotly/documentation into source-design-merge
2 parents b43d065 + 788980e commit b37c52f

File tree

67 files changed

+2042
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2042
-575
lines changed

_data/plotschema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_posts/plotly_js/3d-cluster/2015-08-10-3d_point_cluster_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: 3d_charts
12+
order: 13
1213
redirect_from: javascript-graphing-library/3d-point-clustering/
1314
---
1415

_posts/plotly_js/3d-line/2015-04-09-3d-line_plotly_js_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: 3d_charts
12+
order: 2
1213
redirect_from: javascript-graphing-library/3d-line-plots/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-line" | sort: "order" %}

_posts/plotly_js/3d-mesh/2016-05-30-3d-mesh-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: 3d_charts
12+
order: 6
1213
---
1314
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-mesh" | sort: "order" %}
1415
{% include auto_examples.html examples=examples %}

_posts/plotly_js/3d-scatter/2015-04-09-3d-scatter_plotly_js_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: 3d_charts
12+
order: 0
1213
redirect_from: javascript-graphing-library/3d-scatter-plots/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-scatter" | sort: "order" %}

_posts/plotly_js/3d-surface/2015-04-09-3d-surface_plotly_js_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: 3d_charts
12+
order: 5
1213
redirect_from: javascript-graphing-library/3d-surface-plots/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-surface" | sort: "order" %}

_posts/plotly_js/area/2015-04-09-area_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: basic
12-
order: 10
12+
order: 9
1313
redirect_from: javascript-graphing-library/filled-area-plots/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","area" | sort: "order" %}

_posts/plotly_js/bar/2015-04-09-bar_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: basic
12-
order: 3
12+
order: 5
1313
redirect_from: javascript-graphing-library/bar-charts/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","bar" | sort: "order" %}

_posts/plotly_js/box/2015-04-09-box_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
has_thumbnail: true
1111
display_as: statistical
1212
redirect_from: javascript-graphing-library/box-plots/
13-
order: 9
13+
order: 2
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","box" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/bubble-maps/2015-07-11-bubble_maps_plotlyjs_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: maps
12+
order: 2
1213
redirect_from: javascript-graphing-library/bubble-maps/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","bubble-maps" | sort: "order" %}

_posts/plotly_js/bubble/2015-04-09-bubble_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: basic
12-
order: 7
12+
order: 3
1313
redirect_from: javascript-graphing-library/bubble-charts/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","bubble" | sort: "order" %}

_posts/plotly_js/callbacks-buttons/2015-04-09-buttons_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: chart_events
12-
order: 2
12+
order: 3
1313
redirect_from: javascript-graphing-library/custom-buttons/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","button-events" | sort: "order" %}

_posts/plotly_js/callbacks-click/2015-04-09-click_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: chart_events
12-
order: 0
12+
order: 1
1313
redirect_from: javascript-graphing-library/click-events/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","click-events" | sort: "order" %}

_posts/plotly_js/callbacks-dropdowns/2015-04-09-dropdowns_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: chart_events
12-
order: 20
12+
order: 5
1313
redirect_from: javascript-graphing-library/high-dimension-data/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","dropdowns-events" | sort: "order" %}

_posts/plotly_js/callbacks-hover/2015-04-09-hover_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: chart_events
12-
order: 1
12+
order: 2
1313
arrangement: horizontal
1414
redirect_from: javascript-graphing-library/hover-events/
1515
---

_posts/plotly_js/callbacks-sliders/2015-04-09-sliders_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: chart_events
12-
order: 20
12+
order: 4.5
1313
redirect_to: https://plot.ly/javascript-graphing-library/range-slider/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","slider-events" | sort: "order" %}

_posts/plotly_js/callbacks-zoom/2015-04-09-zoom_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: chart_events
12-
order: 3
12+
order: 4
1313
redirect_from: javascript-graphing-library/zoom-events/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","zoom-events" | sort: "order" %}

_posts/plotly_js/candlestick-charts/2015-08-15-candlestick_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: 22
12+
order: 1
1313
---
1414

1515
<div class="tipbox row">

_posts/plotly_js/choropleth-maps/2015-07-11-choropleth_plotly_js_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: maps
12+
order: 0
1213
redirect_from: javascript-graphing-library/choropleth-maps/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","choropleth-maps" | sort: "order" %}

_posts/plotly_js/colorscales/2015-04-09-colorscales_plotlyjs_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: scientific
12-
order: 14
12+
order: 1.5
1313
redirect_from: javascript-graphing-library/heatmap-and-contour-colorscales/
1414
---
1515
{% assign examples = site.posts | where:'language','plotly_js' | where:'suite','colorscales' | sort: 'order' %}

_posts/plotly_js/continuous-error-bars/2016-02-15-continuous-error-bar_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: statistical
12-
order: 2
12+
order: 1
1313
---
1414
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","continuous-error-bar" | sort: "order" %}
1515
{% include auto_examples.html examples=examples %}

_posts/plotly_js/contour/2015-04-09-contour_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
has_thumbnail: true
1111
display_as: scientific
1212
redirect_from: javascript-graphing-library/contour-plots/
13-
order: 11
13+
order: 1
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","contour" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/density-plots/2015-04-09-density-plots-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
has_thumbnail: true
1111
display_as: statistical
1212
redirect_from: javascript-graphing-library/2d-density-plots/
13-
order: 12
13+
order: 6
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite", "2d-density-plot" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/error-bar/2015-04-09-error-bar_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
has_thumbnail: true
1111
display_as: statistical
1212
redirect_from: javascript-graphing-library/error-bars/
13-
order: 1
13+
order: 0
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","error-bar" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/gauge/2015-12-20-gauge-chart_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: basic
12-
order: 10
12+
order: 12
1313
redirect_from: javascript-graphing-library/gauge-charts/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","gauge-charts" | sort: "order" %}

_posts/plotly_js/heatmap/2015-04-09-heatmap_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: scientific
12-
order: 13
12+
order: 2
1313
redirect_from: javascript-graphing-library/heatmaps/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","heatmap" | sort: "order" %}

_posts/plotly_js/histogram/2015-04-09-histogram_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
display_as: statistical
1212
redirect_from: javascript-graphing-library/histograms/
1313
plottype: histogram
14-
order: 15
14+
order: 3
1515
---
1616
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","histogram" | sort: "order" %}
1717
{% include auto_examples.html examples=examples %}

_posts/plotly_js/histogram2d/2015-04-09-histogram2d_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
has_thumbnail: true
1111
display_as: statistical
1212
redirect_from: javascript-graphing-library/2D-Histogram/
13-
order: 16
13+
order: 5
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","histogram2d" | sort: "order" %}
1616
{% include auto_examples.html examples=examples %}

_posts/plotly_js/horizontal-bar/2015-04-09-horizontal_bar_plotlyjs_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: basic
12-
order: 4
12+
order: 6
1313
redirect_from: javascript-graphing-library/horizontal-bar-charts/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","horizontal-bar" | sort: "order" %}

_posts/plotly_js/insets/2015-04-09-insets_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: basic
12-
order: 26
12+
order: 19
1313
redirect_from: javascript-graphing-library/insets/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","insets" | sort: "order" %}

_posts/plotly_js/lasso/2016-01-27-lasso_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: chart_events
12-
order: 2
12+
order: 6
1313
arrangement: horizontal
1414
redirect_from: javascript-graphing-library/lasso-selection/
1515
---

_posts/plotly_js/line-plots/2015-07-24-line-plots-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: basic
12-
order: 2
12+
order: 4
1313
redirect_from: javascript-graphing-library/line-charts/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","line-plots" | sort: "order" %}

_posts/plotly_js/line_and_scatter/2015-04-09-line_and_scatter_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: basic
12-
order: 1
12+
order: 2
1313
redirect_from: javascript-graphing-library/line-and-scatter/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","line_and_scatter" | sort: "order" %}

_posts/plotly_js/log/2015-04-09-log_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: scientific
12-
order: 20
12+
order: 0
1313
redirect_from: javascript-graphing-library/log-plot/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","log" | sort: "order" %}

_posts/plotly_js/multiple-axes/2015-04-09-multiple-axes_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: basic
12-
order: 25
12+
order: 18
1313
redirect_from: javascript-graphing-library/multiple-axes/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","multiple-axes" | sort: "order" %}

_posts/plotly_js/ohlc/2015-08-15-ohlc_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: 23
12+
order: 0
1313
---
1414
<div class="tipbox row">
1515
<h4 class="centered">

_posts/plotly_js/pie/2015-08-10-pie_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: basic
12-
order: 5
12+
order: 8
1313
redirect_from: javascript-graphing-library/pie-chart/
1414
redirect_from: javascript/pie-chart/
1515
---

_posts/plotly_js/polar/2015-04-09-polar_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: scientific
12-
order: 18
12+
order: 6
1313
redirect_from: javascript-graphing-library/polar-chart/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","polar" | sort: "order" %}

_posts/plotly_js/range-slider/2016-04-04-range-slider_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: basic
12-
order: 1
12+
order: 11
1313
redirect_from: javascript-graphing-library/range-slider/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","range-slider" | sort: "order" %}

_posts/plotly_js/responsive-fluid-layout/2015-10-20-responsive-fluid-layout_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: basic
12-
order: 27
12+
order: 20
1313
redirect_from: javascript-graphing-library/responsive-fluid-layout/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","responsive-fluid-layout" | sort: "order" %}

_posts/plotly_js/ribbon-plots/2015-08-12-ribbon-plot-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: 3d_charts
12+
order: 3
1213
redirect_from: javascript-graphing-library/ribbon-plots/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","ribbon-plot" | sort: "order" %}

_posts/plotly_js/scatter-plot-on-maps/2015-07-11-scatter_maps_plotly_js_index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: maps
12+
order: 1
1213
redirect_from: javascript-graphing-library/scatter-plots-on-maps/
1314
---
1415
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","scatter-plots-on-maps" | sort: "order" %}

_posts/plotly_js/shapes/2015-06-19-shape_plotlyjs_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: basic
12-
order: 21
12+
order: 16
1313
redirect_from: javascript-graphing-library/shapes/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","shape" | sort: "order" %}

_posts/plotly_js/subplots/2015-04-09-subplots_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: basic
12-
order: 24
12+
order: 17
1313
redirect_from: javascript-graphing-library/subplots/
1414
---
1515
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","subplots" | sort: "order" %}

_posts/plotly_js/ternary-contour/2016-04-13-ternary-contour-plot_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
language: plotly_js
99
page_type: example_index
1010
has_thumbnail: true
11-
display_as: basic
12-
order: 1
11+
display_as: scientific
12+
order: 9
1313
---
1414
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","ternary-contour" | sort: "order" %}
1515
{% include auto_examples.html examples=examples %}

0 commit comments

Comments
 (0)