d3-node/d3node-linechart

Name: d3node-linechart

Owner: D3-Node

Description: LineChart generator using D3-Node

Created: 2017-03-14 08:03:53.0

Updated: 2018-01-03 21:09:25.0

Pushed: 2017-07-03 03:10:06.0

Homepage:

Size: 307

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits
brad oyler2017-04-28 20:00:29.02
Xiang Gao2017-07-03 03:09:47.021

Other Committers

UserEmailMost Recent Commit# Commits

README

LineChart

LineChart generator in node.js.

Install
install d3node-linechart
Usage
t d3nLine = require('d3node-linechart');
t line = d3nLine(data, selector, container, style)

Check out the example for usage.

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

chart

API
d3nLine({ 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

Linechart 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.