Skip to content

Commit aca5f34

Browse files
tokens
1 parent c847dc8 commit aca5f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/plotly_js/maps/fill-area-on-mapbox/2019-09-02-geojson_layers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
height: 450, width: 700
5656
};
5757

58-
var config = {mapboxAccessToken: "add-your-token-here"};
58+
var config = {mapboxAccessToken: "your access token"};
5959

6060
Plotly.newPlot("graph", data, layout, config);

_posts/plotly_js/maps/scattermapbox/2019-09-02-symbols.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
showlegend: false, height: 500, width: 700
2626
};
2727

28-
var config = {mapboxAccessToken: "add-your-token-here"};
28+
var config = {mapboxAccessToken: "your access token"};
2929

3030
Plotly.newPlot("myDiv", data, layout, config);

0 commit comments

Comments
 (0)