Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'rails_sparkline', path: '/path/to/gem'
And then execute:
$ bundle
To render a Sparkline in a view file:
<%= RailsSparkline::Renderer.render([1, 2, 5, 2, 3, 4, 5, 10], width: 200, height: 40, fill: "none", stroke: "blue") %>
The gem is available as open source under the terms of the MIT License.