Skip to content

wizjo/viz.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Declarative visualization library built on top of d3.js.

viz.js examples

Check out what you can do with viz.js through various examples.

You should consider using viz.js if

  • You like data
  • You like visualizations
  • You like to write less boilerplate code but more charming charts

For Developers

To build a viz.js distribution, you'll need to install Grunt and its plugins.

For example, you'll need the following three libraries to build the default task.

npm install grunt --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-uglify --save-dev

To build, simply

grunt

Happy Visualizing 🎉 💹 📊 📈

About

d3.js powered visualizations the declarative way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published