rails_charts
rails_charts copied to clipboard
Rails Charts using eCharts from Apache
https://github.com/railsjazz/rails_charts/blob/94c212cc87abb6d884e168a06effcee273666051/lib/rails_charts/base_chart.rb#L73 When running Turbo, both 'load' and 'turbo:load' events are fired on initial page load. This brings `[ECharts] There is a chart instance already initialized on the dom.` warning into...
Allows stacked bar chart to stack as per ECharts instead of superimposing. Consider ``` 5, 'Jan 2' => 6, 'Jan 3' => 10}}, { name: 'Done', data: {'Jan 1' =>...
Hi, I want to use map chart and multiple bars chart. They are available in the apache js version but not in rails. Is there a way to use them?
Hey, thanks for your library. It's working really good for us. We found that, in our case, we need the lazy load behavior since we are heavily relying in turbo...