You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/plotly_js/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,8 @@ See additional options [HERE](https://github.com/plotly/documentation/blob/b5833
90
90
- Try to use "real" data to make the examples realistic and useful for users.
91
91
- Avoid using random or dummy data as much as humanly possible! Should only be a last resort.
92
92
- Upload datafiles to https://github.com/plotly/datasets, as importing data rather than pasting a large chunk of data in the tutorial creates a cleaner example.
93
-
93
+
- Use `var config = {mapboxAccessToken: "your access token"};` if your chart requires Mapbox authentication. `"your access token` will replaced by Plotly's private token at build time. In development mode, you will need to create a `_data/mapboxtoken.yml` file and paste Plotly's non-URL restricted Mapbox key into it. This is available in 1Password.
94
+
94
95
8. Add Thumbnail Images
95
96
- Thumbnail images should named `your-tutorial-chart.jpg` and be *EXACTLY* 160px X 160px
96
97
- posts in the following `display_as` categories **MUST** have a thumbnail
0 commit comments