Dashed Lines in manual configuration
-
Hello, unfortunately I have another question.
I use dual y-axis charts, where I would like to have 2 lines dashed. According to Google documentation this is possible. Unfortunately the implementation does not work for me in my manual configuration.
{
“vAxes”: {
“0”: {“title”: “Performance / Power [W]”, “ticks”: [0,100,200,300,400,500,600]},
“1”: {“title”: “Torque / Torque [Ncm]”, “ticks”: [0,2,4,6,8,10,12]}
},
“series”: {
“0”: {“targetAxisIndex”: “0”},
“1”: {“targetAxisIndex”: “0”},
“2”: {“targetAxisIndex”: “1”},
“3”: {“targetAxisIndex”: “1”}
}
}According to Google:
{ “https://developers.google.com/chart/interactive/docs/lines#jsonly”.1: { lineDashStyle: [2, 2] },
Do you know how I can add this styling to a line?
Thanks a lot already
Best regards
The topic ‘Dashed Lines in manual configuration’ is closed to new replies.