d3-node/d3node-piechart

Name: d3node-piechart

Owner: D3-Node

Description: PieChart using D3-Node

Created: 2017-03-12 15:55:49.0

Updated: 2018-02-13 22:38:28.0

Pushed: 2017-08-28 18:24:50.0

Homepage:

Size: 118

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PieChart

PieChart generator in node.js.

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

Check out the example for usage.

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

chart

API
pieChart({ 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.