Railsjazz/Rails_charts: Rails Charts Using ECharts from Apache
6 days ago
- #Apache eCharts
- #Data Visualization
- #Ruby on Rails
- Introduces 'rails_charts' gem for Ruby on Rails to simplify chart creation using Apache eCharts (v5.4.0).
- Supports various chart types including area, line, bar, donut, pie, radar, calendar, candlestick, funnel, gauge, parallel, sankey, scatter, stacked bar, and custom charts.
- Easy installation via Gemfile and bundle, with options for manual setup or using installation commands.
- Provides customization options for charts including width, height, theme, CSS class, ID, inline style, and more.
- Allows passing additional eCharts options and JavaScript functions for advanced customization.
- Includes examples and default configurations for quick start, with plans for initializer-based configuration in the future.
- Offers detailed examples for each chart type, showcasing how to implement and customize them.
- Open for contributions with listed tasks for future improvements like Turbo Streams support, more specs, examples, and documentation.
- Available under MIT License, leveraging Apache eCharts for chart rendering.