crisffilho
Posts: 6
Joined: Thu Jan 20, 2022 2:26 pm

Help needed - graph type

Hello, I need some help, I would like to know if there is a way to make a graph that the x axis is 1 and its endpoints (y) are 0.
Example pic attached.
Attachments
fator_potencia.PNG
fator_potencia.PNG (61.78 KiB) Viewed 220 times
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Help needed - graph type

Hello,

It is possible to make this chart with Highcharts. You can create several axes on one chart and position them accordingly. You can also set the threshold from which the values should be displayed. And for the red lines you can use xAxis.plotLines.

Demo: https://jsfiddle.net/BlackLabel/8xbv3fa6/
API: https://api.highcharts.com/highcharts/s ... .threshold

Let me know if you have any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
crisffilho
Posts: 6
Joined: Thu Jan 20, 2022 2:26 pm

Re: Help needed - graph type

Thank you very much, I'll use it here, any questions I'll send it here.
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Help needed - graph type

You're welcome!

So if you have any questions feel free to contact us!

Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Usage”