Dear App Experts,
I am trying to set a Highcharts value (the value of the dashed line) with a variable. Has some one done this before and can give me a hint how to do it?
And I would like to set the value in ‘plot lines’:
"plotLines": [
{
"color": "black",
"dashStyle": "dot",
"width": 2,
"value": 50,
"label": {
"rotation": 90,
"y": 15,
"style": {
"fontStyle": "italic"
},
"text": "Egoisten - Topseller"
},
"zIndex": 3
}
],
Any hint would be nice