Sha256: 072e9837025d4ae06d4c2af7d37d83a9fb705e4b6afeb0538b44bfcc4b71587b
Contents?: true
Size: 349 Bytes
Versions: 1
Compression:
Stored size: 349 Bytes
Contents
Build jqplots from the comfort of rails Example: # app/controller/plots_controller.rb before_filter do JqPlotRails::JqPlot.enable end # app/views/layouts/application.html.haml ... = stylesheet_link_expansion :jqplot_rails # app/view/plots/myplot.html.haml %div{:id => :myplot} = jqplot('myplot', @data, :animate => true)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jqplot_rails-0.0.4 | README.rdoc |