Skip to content

forio/contour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b51f64b · Jan 22, 2025
Jan 22, 2025
Aug 15, 2024
Aug 1, 2023
Dec 19, 2017
Oct 17, 2013
Aug 1, 2023
Dec 9, 2017
Aug 1, 2023
Mar 27, 2014
Mar 27, 2014
Mar 18, 2014
Apr 24, 2015
Aug 1, 2023
Aug 1, 2023
Aug 31, 2018
Aug 31, 2018
Feb 28, 2014
Aug 1, 2023
Aug 1, 2023
Dec 19, 2017

Repository files navigation

Forio Contour

Interactive Javascript Chart for Data Visualizations

Forio Contour provides a core set of common visualizations that you can see in the gallery, and it's easy to extend if you want to add your own customizations. Plus, it's free and open source.

Forio Contour uses the popular D3 engine and adds a set of intuitive abstractions so you can easily create graphs and charts.

Want to learn more? goto Forio Contour

Prequisites

Built with NodeJs 12. Other versions should also work.

Start by doing the following

$ npm install

Testing

$ npm run lint
$ npm run test

Building

Note -- the "dist" directory has been removed from git. To build it, do the following:

$ npm run build