Andy Stewart
Andy Stewart
The release procedure is: - Update the Chart.js version [listed in the readme](https://github.com/airblade/chartjs-ror/blob/master/README.md#current-chartjs-version), if necessary. - Update the gem [VERSION](https://github.com/airblade/chartjs-ror/blob/master/lib/chartjs/version.rb#L2) number. - Update the [changelog](https://github.com/airblade/chartjs-ror/blob/master/CHANGELOG.md). - Release with `bundle exec...
Please could you send a pull request? Alternatively, would you like to take over the project (#53)?
Unfortunately I don't use this any more and don't have the time to maintain it. I'm happy to hand it over to someone.
This plugin just loads Chart.js via a Ruby gem. You'll need to ask on the Chart.js repo how to update your chart with new data.
Glad you got it working for you. You're right, there isn't a way to access the `chart` object. I'll leave this issue open until that's possible.
Please could you show me the HTML that the plugin generates?
I looked at this in irb/pry: ```ruby irb -rdate -rjson >> DateTime.now.to_json => "\"2017-04-12T09:35:31+01:00\"" >> DateTime.now.iso8601 => "2017-04-12T09:35:43+01:00" ``` Is the problem the extra set of quotation marks in the...
That sounds like a good approach, though I'm not too familiar with the various settings – I have always used targets.vim as is. The only other approach I thought of...
See also http://stackoverflow.com/questions/1559196/jquery-live-with-facebox-plugin
If you're on v0.3.x, you have to use mysql 5.7; mysql 8.0 removed the my_bool datatype (see #840).