apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

How to re-scale Y Axis when (un)zooming? #379

Closed sam-wheat closed 8 months ago

sam-wheat commented 8 months ago

Chart below looks flat because Y Axis is compressed. Desired: Y-Axis scaled to actual values +- 10% or something close.

Have seen this: https://apexcharts.com/docs/zooming-in-category-x-axis/ and this: https://apexcharts.com/docs/methods/#resetSeries but it does not have desired effect.

image

joadan commented 8 months ago

Hi,

Have you checked autoScaleYaxis

sam-wheat commented 8 months ago

Thank you.