Replies: 2 comments
-
I am pretty new to this project but I can say that if you set the main chart type to 'area' and then set your series type to 'bar' you'll get a rendered small bar even if the value is 0. I don't know if it's the intended functionality or not but it will do that. Edit: here's a screenshot of the getting started Codepen from the apexcharts website with what I mentioned above implemented |
Beta Was this translation helpful? Give feedback.
-
For a "sparklines-type" chart I've been successful just incrementing every data point by 1, and then changing the formatter to decrement every value by 1. This has worked for me because there are no axis or other features visible, so may not be a good solution for more advanced charts. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a chart with 7 bars. I have no labels and no grid. I would like that when a value is 0 the bar is drawn in minimum size, but still exists.
Current state:

How is it when there is data for the 7 bars:

Beta Was this translation helpful? Give feedback.
All reactions