Skip to content

Commit 9600c24

Browse files
Joseph Damibanicolaskruchten
Joseph Damiba
authored andcommitted
map examples updated to have inline charts once branch hits master
1 parent 7eddb39 commit 9600c24

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Mapbox Access Token
3-
plot_url: https://codepen.io/plotly/embed/WNepqgo/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: filled-area-on-mapbox
65
order: 1
@@ -38,4 +37,4 @@ <h6> Filled `Scattermapbox` Trace </h6>
3837
width: 600
3938
};
4039

41-
Plotly.newPlot("gd", data, layout);
40+
Plotly.newPlot("myDiv", data, layout);

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Multiple Filled Areas with a Scattermapbox trace
3-
plot_url: https://codepen.io/plotly/embed/ZEzeVBM/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: filled-area-on-mapbox
65
order: 2
@@ -23,4 +22,4 @@
2322
showlegend: false,
2423
width:700, height: 700}
2524

26-
Plotly.newPlot("gd", data, layout)
25+
Plotly.newPlot("myDiv", data, layout)

_posts/plotly_js/maps/mapbox-layers/2019-08-16-Open-street-map.html

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
margin: { r: 0, t: 0, b: 0, l: 0 }
3535
};
3636

37+
<<<<<<< HEAD
3738
Plotly.newPlot('myDiv', data, layout);
39+
=======
40+
Plotly.newPlot("myDiv", data, layout);
41+
>>>>>>> map examples updated to have inline charts once branch hits master
3842
}
3943
);

_posts/plotly_js/maps/mapbox-layers/2019-08-16-white-bg.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
margin: { r: 0, t: 0, b: 0, l: 0 }
4646
};
4747

48-
Plotly.newPlot('myDiv', data, layout);
48+
Plotly.newPlot("myDiv", data, layout);
4949
}
5050
);

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Set Marker Symbols
3-
plot_url: https://codepen.io/plotly/embed/PoYjYMy/?height=510&theme-id=15263&default-tab=result
43
language: plotly_js
54
suite: scattermapbox
65
order: 5
@@ -28,4 +27,4 @@
2827

2928
var config = {mapboxAccessToken: "add-your-token-here"};
3029

31-
Plotly.newPlot("gd", data, layout, config);
30+
Plotly.newPlot("myDiv", data, layout, config);

0 commit comments

Comments
 (0)