I am trying to display a line in a 3D chart (with highcharts).
Unfortunately, the view is distorted because the distance between the individual ticks is different for each axis.
[enter image description here](https://i.sstatic.net/epZg8cvI.jpg)
Is there a way to synchronize the distance?
“xAxis”: {
“minRange”: 100,
“tickInterval”: 20,
“gridLineWidth”: 1,
“title”: {
“text”: “X”
}
}
I am currently trying to display the axis with the same tickInterval, but it is not working.
I have tried to scale the axis equally using defined widths/heights and equal min/max.
However, I would like the chart to adapt responsively and not have to specify fixed pixel sizes.
Does anyone have an idea how I could achieve this?
mfg
user25410615 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.