I'm using Blazor-ApexCharts nugget in dotnet 8 blazor wasm application, but i think this relates to any other application type.
Is there any way to zoom in on X and Y axis by the same factor?The issue is that now, when zooming in the chart x=y changes from diagonal to almost horizontal line.
Let say that at the begining I have on X and Y axis values from 0 - 500. So after zoom in, I would like to see values ranging from 100 - 400 on either axis.
I tried setting following properties:
- ForceNiceScale
- TickAmount
- StepSize
- min and max
- Chart.Width and Height
- AxisType
Non of the above helped
