Inspired by my recent client side data mining and visualization experience I have started a new open source javascript project dc.js.
dc.js is a javascript charting library with native crossfilter support thus allowing highly efficient exploration on large multi-dimensional dataset. It leverages d3 engine to render charts in css friendly svg format. Charts rendered using dc.js are naturally data driven and reactive therefore providing instant feedback on user's interaction. The main objective of this project is to provide an easy yet powerful javascript library which can be utilized to perform data visualization and analysis in browser.
Fork me @ https://github.com/NickQiZhu/dc.js and also feel free to report any issue or request a new type of chart to be included in the next release. In it's very first release v0.1, currently dc.js only supports pie chart and bar chart.
dc.js is a javascript charting library with native crossfilter support thus allowing highly efficient exploration on large multi-dimensional dataset. It leverages d3 engine to render charts in css friendly svg format. Charts rendered using dc.js are naturally data driven and reactive therefore providing instant feedback on user's interaction. The main objective of this project is to provide an easy yet powerful javascript library which can be utilized to perform data visualization and analysis in browser.
Fork me @ https://github.com/NickQiZhu/dc.js and also feel free to report any issue or request a new type of chart to be included in the next release. In it's very first release v0.1, currently dc.js only supports pie chart and bar chart.