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