timwis / vizwit

An interactive data visualization tool
http://vizwit.io
GNU General Public License v2.0
100 stars 35 forks source link

Chart.js works! #183

Closed timwis closed 7 years ago

timwis commented 8 years ago

Found out how to achieve the proper bar chart stacking in [Chart.js](http://www.chartjs.org], where it overlays the bars rather than actually stacking them, so vizwit could support Chart.js, not just amCharts. Chart.js is a little prettier. demo.

timwis commented 7 years ago

FYI, here's a work in progress version of vizwit v2 using Chart.js and React