Ich wollte mit den folgenden Chartoptionen je eine statische Gerade bei 37.9 und 26.5 in den Chart zeichnen. Die Linien sind im Standardgrau vorhanden, es funktioniert also prinzipiell. Leider werden die Optionen color, dashStyle, width und lable nicht übernommen.
Hat jemand eine Idee?
Hat jemand eine Idee?
Code:
{ yAxis: [{plotLines: [{value: 37.9, color: '#228220', dashStyle: 'shortdash', width: 2, label: { text: '100%' }}, {value: 26.5, color: '#ff4141', dashStyle: 'shortdash', width: 2, label: { text: '70%'}}]}]}
Kommentar