Skip to content

e2d3/e2d3-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E2D3

E2D3 is JavaScript library for using D3.js on Excel.

npm license downloads

Requirements

  • Excel 2013 or Excel Online (not required for development. You can develop charts with MacOSX also.)
  • Node.js

Install

$ npm install -g e2d3

Run development server

$ git clone https://github.com/e2d3/e2d3-contrib.git
$ cd e2d3-contrib
$ e2d3

[E2D3] Publish /Users/chimera/Sites/e2d3-server/e2d3/contrib
[E2D3] Webserver started at http://0.0.0.0:8000
[E2D3] Webserver(SSL) started at https://0.0.0.0:8443

Then access to http://localhost:8000/

How to add your data visualization

Please refer to Wiki (日本語)

License

Apache License 2.0