Skip to content

Commit a0e61b6

Browse files
author
Joseph Damiba
authored
Update README.md
1 parent 08a40fc commit a0e61b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/plotly_js/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ See additional options [HERE](https://github.com/plotly/documentation/blob/b5833
9090
- Try to use "real" data to make the examples realistic and useful for users.
9191
- Avoid using random or dummy data as much as humanly possible! Should only be a last resort.
9292
- 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+
9495
8. Add Thumbnail Images
9596
- Thumbnail images should named `your-tutorial-chart.jpg` and be *EXACTLY* 160px X 160px
9697
- posts in the following `display_as` categories **MUST** have a thumbnail

0 commit comments

Comments
 (0)