Skip to content

Commit d742bf4

Browse files
committed
update mock, create baseline, add draftlog
1 parent e0dd75c commit d742bf4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

draftlogs/6652_fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix text markers on non-mapbox styled maps [[#6652](https://github.com/plotly/plotly.js/pull/6652)]
65.1 KB
Loading

test/image/mocks/mapbox_carto-text.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
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": {

0 commit comments

Comments
 (0)