项目作者: allnash

项目描述 :
D3 - V4 Floor plan concept
高级语言: JavaScript
项目地址: git://github.com/allnash/d3-v4-floorplan.git
创建时间: 2018-02-12T19:00:54Z
项目社区:https://github.com/allnash/d3-v4-floorplan

开源协议:Other

下载


Floor Plan V4

A map-like interactive set of reusable charts
for layering visualizations on a common local coordinate system like floor plans.

Here’s an image of an example in action:

In Action

Requires D3 V4+.

How to compile

NodeJS +0.10 is Required

Install GruntJS

  1. npm install -g grunt-cli

Install dependecies

  1. npm install

To generate css, js and min versions into dist directory simply run

  1. grunt

Example

  1. open the `example\index.html` in your favourite browser.