apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

Vertical bar chart with logarithmic yaxis - min value doesn't work properly #212

Open tarastmb opened 2 years ago

tarastmb commented 2 years ago

Hi,

in vertical mode (a standard bar chart) when logarithmic is true and min value is 0, it starts from 10. To make it work I tried to set min to 0.1 and at that point it works correctly.

Preview: image

Demo: https://codesandbox.io/s/festive-tree-5kqyb5?file=/src/app/app.component.ts