jondot / graphene

Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
http://jondot.github.com/graphene
2.87k stars 232 forks source link

Bar charts #16

Closed dennisvdvliet closed 12 years ago

dennisvdvliet commented 12 years ago

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

Or would that make a nice pull request?

D

jondot commented 12 years ago

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

dennisvdvliet commented 12 years ago

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.

jondot commented 12 years ago

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.