All Projects → vigetlabs → an-isomorphic-chart

vigetlabs / an-isomorphic-chart

Licence: other
Charts are for everyone. A pending blog post.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

An Isomorphic Chart

Data visualization has become a more frequent element of our work at Viget. Be it simple pie charts or beautiful maps displaying jersey sales, visually representing data in a compelling way is a great device for storytelling and provides rich fuel for social sharing.

[Visualization is for sharing, read the post about it here] (http://viget.com/extend/visualization-is-for-sharing-using-react-for-portable-data-visualization)

Run it locally

After making sure you have node 0.10.x, open up a terminal and run:

npm install -d
npm start

Next, create a new terminal window or tab and run the following to compile assets:

npm run watch

Don't forget this step, it's easy to miss when everything renders in both the browser and on the server!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].