chartkick icon indicating copy to clipboard operation
chartkick copied to clipboard

Create beautiful JavaScript charts with one line of Ruby

Results 11 chartkick issues
Sort by recently updated
recently updated
newest added

I appreciate the client-side ability to download an image file of the chart. The problem is that discoverability is lower than we would like because the user must hover the...

Any chance you could add support for bubble charts? Google Charts and Highcharts support them, and I hope you can add them to your product roadmap. Thanks.

new chart

Hi, I'm using `chartkick` and `group_date` for a multiple series chart like the one in the readme, let's say: ``` erb user.name, :data => user.orders.group_by_week(:created_at).average(:price)} } %> ``` Is there...

enhancement

**Is your feature request related to a problem? Please describe.** Consider this class: ```ruby class HourlyForecast < ApplicationRecord def self.chart_json .. end end p HourlyForecast.where.method(:chart_json).source_location ## Currently # ["/---/chartkick-4.0.5/lib/chartkick/enumerable.rb", 4]...

How to set tooltips?

enhancement

I am trying to register a plugin with Chart.js such as [chartjs-plugin-annotation](https://github.com/chartjs/chartjs-plugin-annotation). I am on Rails 7 with Webpack, so I ran `yarn add chartkick chart.js` and `import "chartkick/chart.js"` ....

#### Fixed CSP Issue: This PR brings enhancements to support Content Security Policy (CSP): 1. Resolved a Content Security Policy (CSP) issue to ensure secure content loading and adherence to...

Hello all, I am looking at [chart.js accessibility](https://www.chartjs.org/docs/latest/general/accessibility.html#accessibility), and they say it is up the user to provide a canvas element with appropriate `aria-` attributes. I took a look at...

**Describe the bug** The Chartkick graph is not rendered when the Turbo Frame is replaced using Turbo Frames with `GET` requests. Others have [reported](https://twitter.com/ramimassoud/status/1452341807950479368) the same issue [before](https://github.com/hotwired/turbo-rails/issues/416). **To reproduce**...

Implemented the solution proposed in https://github.com/ankane/chartkick/issues/608 Closes #608