d3-node/d3node-barchart

Name: d3node-barchart

Owner: D3-Node

Description: BarChart module using D3-Node

Created: 2017-03-12 04:33:19.0

Updated: 2017-10-14 12:54:51.0

Pushed: 2017-07-03 03:01:22.0

Homepage:

Size: 79

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits
brad oyler2017-04-28 20:04:49.014
Xiang Gao2017-07-03 03:01:14.012

Other Committers

UserEmailMost Recent Commit# Commits

README

BarChart

BarChart generator in node.js.

Install
install d3node-barchart
Usage
t d3nBar = require('d3node-barchart');
t bar = d3nBar(data, selector, container, style)

Check out the example for usage.

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

chart

API
d3nBar(data[, selector, container, style])
options data

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.