LocalData / localdata-dashboard

BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

How can we use sheetsee for our charts? #249

Closed hampelm closed 10 years ago

hampelm commented 10 years ago

http://jlord.github.io/sheetsee.js/

hampelm commented 10 years ago

Does't look like it's a good fit. It's primarily built for connecting to google spreadsheets, which is awesome but not our use case. It also is a huge JS file, and I don't see a lib folder or how it's easily maintainable. That means I can't easily pull out the charting code.

I think we're best off starting with chart.js and then moving to something heavier like flot or d3 if we need it.

hampelm commented 10 years ago

Of the four, looks like d3 is the only one that's tested. Not that means much given the amount of custom code we'd write going directly with d3.

prashtx commented 10 years ago

If we need to support IE8, then d3 might not fly. Alternatively, we could just not support older versions of IE.