File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ fix text markers on non-mapbox styled maps [[ #6652 ] ( https://github.com/plotly/plotly.js/pull/6652 )]
Original file line number Diff line number Diff line change 33 {
44 "type" : " scattermapbox" ,
55 "name" : " carto-positron" ,
6- "lon" : [ 10 , 20 ],
6+ "lon" : [ 10 , 5 ],
77 "lat" : [ 20 , 10 ],
88 "text" :[" pt1" ," pt2" ],
9- "mode" :" text+markers "
9+ "mode" :" text"
1010
1111 },
1212 {
1313 "type" : " scattermapbox" ,
1414 "name" : " carto-darkmatter" ,
15- "lon" : [ 10 , 20 ],
15+ "lon" : [ 10 , 5 ],
1616 "lat" : [ 20 , 10 ],
1717 "subplot" : " mapbox2" ,
18- "mode" :" text+markers " ,
18+ "mode" :" text" ,
1919 "text" :[" pt1" ," pt2" ],
20- "textfont" :{"family" :" Metropolis Medium Italic" ,"color" :" #fff" }
20+ "textfont" :{"family" :" Metropolis Extra Bold Italic" ,"color" :" #fff" }
2121 }
2222 ],
2323 "layout" : {
You can’t perform that action at this time.
0 commit comments