feat: allow y marker stroke

This commit is contained in:
Arjun Choudhary 2022-11-25 15:55:17 +05:30
parent 6db78c1c9b
commit 9805e01d34

View File

@ -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",
})