Juned Chhipa

Results 130 comments of Juned Chhipa

Yes, take a look at this example https://apexcharts.com/javascript-chart-demos/column-charts/basic/

Can you please post a codepen demo to reproduce it easily on my side?

`autoScaleYaxis` have some issues in an irregular multi-series chart.

Yes, it will be addressed in the future. The original contributor who worked on the `autoScaleYaxis` couldn't fix this. But, I will re-visit it after fixing high priority bugs. Thank...

Sure, the function `autoScaleY()` for this is located at https://github.com/apexcharts/apexcharts.js/blob/master/src/modules/Scales.js#L452 There is a `console.warn` at the beginning which says the functionality is unavailable in a multi-series chart. So, currently, the...

What side-effects have you seen by upgrading? Can you be more specific?

Can you try using the `exec` function? ```javascript ApexCharts.exec('chart-id', 'setLocale', 'en') ```

Ok, can you please create a [codesandbox](https://codesandbox.io/s/6yoqonyo7r) demo so I can jump into the issue quickly?