-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
I have code like this, but the text-anchor has no effect, although I can change it in the dev tools of browser
plots: {
// Plot positioned by area name of the map
myplot_with_area_name: {
plotsOn: "cr",
width: 30,
height: 30,
text: {
content: "Some Text",
position: "inner",
attrs: {
"text-anchor": "start",
"font-size": 10,
fill: "#004a9b",
opacity: 0.6,
},
},
},
},
Metadata
Metadata
Assignees
Labels
No labels

