jondot/graphene

Bar charts

dennisvdvliet opened this issue · 3 comments

Any plans to start doing bar charts in the near future?

Or would that make a nice pull request?

D

Hi Dennis,
I'm not in direct need for it right now personally, but it would be extremely nice to have :)
Let me know if you want to attempt doing it, and I will gladly help with what I can

Will give it a try somewhere this week.

Any way I can speed up build speed for coffee, it seems to be lagging for a few seconds every time I make a change.

Great!
Yup, turn off minification. Look in Guardfile for this line:

guard 'sprockets', :destination => "build", :asset_paths => ['app', '.'], :minify => true do

Then just remove , :minify => true.