Skip to content

Commit a6794d9

Browse files
author
Joseph Damiba
committed
style and layout options examples are in plotly fundamentals section
1 parent 69656ff commit a6794d9

20 files changed

+50
-50
lines changed

_posts/plotly_js/layout/3d-axes/2015-08-12-3d_axes_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
description: How to format axes for 3d charts.
55
layout: base
66
language: plotly_js
7-
page_type: example_index
8-
display_as: layout_opt
7+
page_type: u-guide
8+
display_as: file_settings
9+
order: 13
910
redirect_from: javascript-graphing-library/3d-axes/
1011
---
1112
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-axes" | sort: "order" %}

_posts/plotly_js/layout/3d-hover-options/2018-10-11-3d_hover_options_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
description: How to customize hover options for 3d charts.
55
layout: base
66
language: plotly_js
7-
page_type: example_index
8-
display_as: layout_opt
7+
page_type: u-guide
8+
order: 14
9+
display_as: file_settings
910
---
1011
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-hover" | sort: "order" %}
1112
{% include posts/auto_examples.html examples=examples %}

_posts/plotly_js/layout/3d-surface-lighting/2018-11-21-3d_surface_lighting_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
description: How to customize lighting for 3D surface charts.
55
layout: base
66
language: plotly_js
7-
page_type: example_index
8-
display_as: layout_opt
7+
page_type: u-guide
8+
order: 15
9+
display_as: file_settings
910
---
1011
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","3d-surface-lighting" | sort: "order" %}
1112
{% include posts/auto_examples.html examples=examples %}

_posts/plotly_js/layout/axes/2015-04-09-axes_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
layout: base
66
thumbnail: thumbnail/axes.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
order: 16
10+
display_as: file_settings
1011
redirect_from: javascript-graphing-library/axes/
1112
---
1213
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","axes" | sort: "order" %}

_posts/plotly_js/layout/horizontal-legend/2015-04-09-horizontal_legend_js_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
layout: base
66
thumbnail: thumbnail/ppp.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
display_as: file_settings
1010
redirect_from: javascript-graphing-library/horizontal-legends/
11-
order: 9
11+
order: 17
1212
---
1313
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","horizontal_legend" | sort: "order" %}
1414
{% include posts/auto_examples.html examples=examples %}

_posts/plotly_js/layout/hover/2015-10-08-hover_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
layout: base
66
thumbnail: thumbnail/annotations.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
order: 18
10+
display_as: file_settings
1011
redirect_from: javascript-graphing-library/hover-text-and-formatting/
1112
---
1213
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","hover" | sort: "order" %}

_posts/plotly_js/layout/labels/2015-04-09-labels_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
layout: base
66
thumbnail: thumbnail/labels.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
order: 19
10+
display_as: file_settings
1011
redirect_from: javascript-graphing-library/figure-labels/
1112
---
1213
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","labels" | sort: "order" %}

_posts/plotly_js/layout/layout-template/2018-10-18-labels_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
layout: base
66
thumbnail: thumbnail/layout_template.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
order: 20
10+
display_as: file_settings
1011
---
1112
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","layout_template" | sort: "order" %}
1213
{% include posts/auto_examples.html examples=examples %}

_posts/plotly_js/layout/legends/2015-04-09-legends_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
layout: base
66
thumbnail: thumbnail/legends.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
order: 21
10+
display_as: file_settings
1011
redirect_from: javascript-graphing-library/legend/
1112
---
1213
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","legends" | sort: "order" %}

_posts/plotly_js/layout/sizing/2015-04-09-sizing_plotly_js_index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
layout: base
66
thumbnail: thumbnail/sizing.jpg
77
language: plotly_js
8-
page_type: example_index
9-
display_as: layout_opt
8+
page_type: u-guide
9+
order: 22
10+
display_as: file_settings
1011
redirect_from: javascript-graphing-library/setting-graph-size/
1112
---
1213
{% assign examples = site.posts | where:"language","plotly_js" | where:"suite","sizing" | sort: "order" %}

0 commit comments

Comments
 (0)