highcharts - LinkedTo makes y labels disappear -
i have 2 series, , 2 y axes on both sides of chart. use linkedto, in order force scaling, if add linkedto: 0 first series, y axis labels disappear (title stays). fix?
i tried:
- giving linkedto both axes, if link first 1 0 , 2nd 1, labels on both disappear
- playing arround opposite value, not affect it
trying force them enabled labels: {enabled: true} didn't work.
yaxis: [{ title: { text: 'primary' }, linewidth: 1, opposite: false, tooltip: { valuedecimals: 2 }, }, { title: { text: 'secondary' }, linewidth: 1, opposite: true, tooltip: { valuedecimals: 0 }, }],
Comments
Post a Comment