rails_charts icon indicating copy to clipboard operation
rails_charts copied to clipboard

Rails Charts using eCharts from Apache

Results 6 rails_charts issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

help wanted

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...