sgratzl / d3boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3 boilerplate

a simple html boilerplate based on D3 v4

files

./index.html ... html base
./index.js   ... main JS file
./style.css  ... styles
./web_modules/d3/build/d3.js ... d3 build

Start

to launch a local webserver run

npm install
npm start

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 77.2%Language:HTML 16.4%Language:CSS 6.4%