I'm making a multiple axis chart, and I managed to do it as attached, the thing is, I'm trying to show both values for the yAxis, as this one|
https://www.highcharts.com/demo/combo-multi-axes
the one I have is actually just showing the name not the value, how can I manage that?
Hi Abeer,
I don't understand if you are talking about the legend or the xAxis. But take a look here: https://api.highcharts.com/highcharts/legend and here https://api.highcharts.com/highcharts/xAxis
You can try to manipulate the graphic here:
https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/combo-multi-axes/
If you are talking about the Axis, you can change here:
If you are talking about the legend, you can change here:
Regards.
Diana Milheiro wrote:
Hi Diana,
Thanks a lot for your reply, I was actually asking about the numbers, but I managed to do it.it was because I wrote the text wrong so i think it couldn't map it.