echarts4r
echarts4r copied to clipboard
bug with histogram
Hello, goodnight. I recently made an app in shiny that generates histograms and I noticed that there is a small bug when generating a histogram, as it looks like this:
Thanks for reading me
Could you provide me with a reproducible example so I can look into it?
Yup, the complete code, data and app are here: https://github.com/Jorge-hercas/leaflet_decilesapp
it's a bug in ECharts.
Workarounds - set scale=FALSE, or breaks='Sturges', or boundaryGap=c('10%', '10%').