8000 adjust defualt · plotly/plotly.js@cd2ac06 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd2ac06

Browse files
committed
adjust defualt
1 parent 1a12460 commit cd2ac06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/plots/mapbox/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ var stylesMapbox = {
130130
basic: cartoVoyager,
131131
streets: cartoVoyager,
132132
outdoors: cartoVoyager,
133-
light: cartoPositron,
134-
dark: cartoDarkmatter,
133+
light: cartoPositronNoLabels,
134+
dark: cartoDarkmatterNoLabels,
135135
satellite: arcgisSat,
136136
'satellite-streets': arcgisSatHybrid,
137137
'open-street-map': {

test/image/mocks/mapbox_choropleth-multiple.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"layout": {
4747
"mapbox": {
48-
"style": "carto-positron-nolabels",
48+
"style": "light",
4949
"zoom": 0.3
5050
},
5151
"width": 800,

0 commit comments

Comments
 (0)
0