chartjs-ror icon indicating copy to clipboard operation
chartjs-ror copied to clipboard

[Not supported - see #53] Simplifies using Chart.js in Rails

Results 12 chartjs-ror issues
Sort by recently updated
recently updated
newest added

I don't use this plugin much any more and consequently struggle to put time into it. It doesn't need much time – just a little to stay on top of...

Hi, could you update Chart.js to latest version 2.8.0? Thanks!

Now that Rails 6 is out since a few months it would be great if the Installation paragraph in this project's README file could be updated to explain how to...

How do i use javascript userCallback for ticks in rails format?

We're using chartjs-ror with a strict CSP configuration. Chart.js 2.8 provides an option to disable css injection and provides a separate stylesheet. This PR updates Chart.js, provides the stylesheet as...

As mentioned in #41, the width and height attributes work poorly without a container element around the canvas, this is also mentioned in https://www.chartjs.org/docs/latest/general/responsive.html#important-note. This PR makes chartjs-ror create an...

Hello, There are some built-in function to auto update the chart with new data? If not, please do you have any sugestions to auto update the chartjs-ror graphic? Please let...

Plugin [](https://github.com/everestate/chartjs-plugin-waterfall) The plugin appears to be loaded ,in as much there are no errors in either Rails or Java console. The following code in the Controller is seems correct...

Hi Everyone! In this very example, trying to format y axes as well as tooltip values with currency format. Ultimately, I also want to use JavaScript to make some of...

For me, the default 400 for width and height is not applied when I try to render chart (tried for bar_chart). My custom values are also does not applied directly,...