-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
How to change the label colors for marks? I have this:
this.markers = {
"270": {
"color": "red",
"size": 8,
"label": "270",
"type": "line"
},
"380": {
"color": "red",
"size": 8,
"label": "380",
"type": "line"
},
"420": {
"color": "red",
"size": 8,
"label": "420",
"type": "line"
}
}
}
Lines are shown but all labels are black.
And then if I change to this:
this.markers = {
"270": {
"color": "green",
"size": 8,
"label": "270",
"type": "line"
},
"380": {
"color": "yellow",
"size": 8,
"label": "380",
"type": "line"
},
"420": {
"color": "red",
"size": 8,
"label": "420",
"type": "triangle"
}
}
}
The labels are now shown but all in red color:
There is an issue related to marks position already reported.
guptarenu240489, cre8iveroom and nickCS1
Metadata
Metadata
Assignees
Labels
No labels

