Posts by vicariusplays • 26 points
1 post
-
1
votes1
answer39
viewsA: Doubt Highcharts Duplicate Label
just put two yAxis, for example: yAxis: [{ // Primary yAxis min: 10, tickInterval: 10, labels: { format: '{value}', style: { color: Highcharts.getOptions().colors[1] } }, title: { text: '', style: {…