You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a HISTOGRAM Chart Type in the com.github.appreciated.apexcharts.config.chart.Type enum, but it doesn't seem to be supported in the config. Is there a way to remove the spacing between vertical bars in bar chart to approximate a histogram? thanks
The text was updated successfully, but these errors were encountered:
Hey! Thank you for the question and sorry for the late reply. I looked it up and noticed that the parent library (ApexCharts.js) is no longer supporting the chart type "histogram":
In that thread they posted a hint how to get a histogram-like look, but I didn't have the time to try it out yet.
Hope that helps and I'll try to have a look at this when I have some time.
There is a HISTOGRAM Chart Type in the
com.github.appreciated.apexcharts.config.chart.Type
enum, but it doesn't seem to be supported in the config. Is there a way to remove the spacing between vertical bars in bar chart to approximate a histogram? thanksThe text was updated successfully, but these errors were encountered: