d3-node/d3node-voronoi

Name: d3node-voronoi

Owner: D3-Node

Description: Voronoi Tessellation example

Created: 2017-03-12 16:37:25.0

Updated: 2017-08-21 06:36:41.0

Pushed: 2017-08-28 18:31:00.0

Homepage: null

Size: 418

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Voronoi

Voronoi Tessellation generator in Node.js

Install
install d3node-voronoi
Usage
t d3n = require('d3node-voronoi');
t voronoi = d3n(data, selector, container, style)

Check out the example for usage.

Output the visualization result to a image
start
Output Preview (png):

chart

API
voronoi(data[, selector, container, style])
options
data (required)

Data from file or web processed by d3 library.

selector

DOM selector in container.

container

DOM contain the visualization result.

style
Contributing
  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
LICENSE

MIT © d3-node


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.