feat: allow y marker stroke
This commit is contained in:
parent
6db78c1c9b
commit
9805e01d34
@ -224,6 +224,7 @@ let componentConfigs = {
|
||||
return data.map((m) =>
|
||||
yMarker(m.position, m.label, this.constants.width, {
|
||||
labelPos: m.options.labelPos,
|
||||
stroke: m.options.stroke,
|
||||
mode: "span",
|
||||
lineType: "dashed",
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user