45
Views
2
Comments
show number of yAxis in multiple axis chart
Question

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?



TestMultiChartWeb.oml
2020-03-29 19-08-33
Diana Milheiro

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.



2022-07-21 14-07-25
Abeer elAssal
 
MVP

Diana Milheiro wrote:

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.



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.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.