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

Skip to content

Commit 038188b

Browse files
author
Joseph Damiba
committed
fixup order of fundamentals
1 parent fbb21b6 commit 038188b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

_posts/plotly_js/fundamentals/config-options/2015-09-24-config_options_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
page_type: example_index
88
thumbnail: thumbnail/modebar-icons.png
99
display_as: file_settings
10-
order: 26
10+
order: 1
1111
---
1212
<script src="https://cdn.plot.ly/plotly-locale-fr-latest.js"></script>
1313

_posts/plotly_js/fundamentals/static-image-export/2016-05-20-static-image.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
name: Export JavaScript plots as JPG, PNG ,SVG
32
permalink: javascript/static-image-export/
4-
description: How to export plotly graphs as static images in JavaScript. Plotly supports jpg, png and svg image export.
3+
description: How to export graphs as static images in JavaScript. The Plotly JavaScript graphing library supports `.jpg`, `.png`, and `.svg` as formats for static image export.
54
layout: base
65
name: Static Image Export
76
thumbnail: thumbnail/png-export.png
87
language: plotly_js
98
display_as: chart_type
10-
page_type: example_index
9+
page_type: u-guide
1110
display_as: file_settings
12-
order: 1
11+
order: 26
1312
sitemap: false
1413
---
1514

16-
You can save plotly graphs to static images and view them in your browser. Consider the following example:
15+
You can save graphs created with `plotly.js` to static images and view them in your browser. Consider the following example:
1716

1817
var d3 = Plotly.d3;
1918
var img_jpg= d3.select('#jpg-export');

0 commit comments

Comments
 (0)