资 源 简 介
Currently implementing the VJGraph library, will make this page neat after a stable version
Further plan afterwards: VJAside
VJGraph
Manual
Initialize
VJ.graph(WrapperId|Selector, data, _[options]_);
Note that the data should be first rows when you are rendering multiple lines
Options
|Option Name|Type|Description|
|:--------------|:-------|:--------------|
|max |Number |The max value |
|width |Number |The width of the graph|
|height |Number |The height of the graph|
|dataLength |Number |The data length which will be rendering on the graph|
|shift |Boolean |Shift data or preserve when overflow > dataLength|
|colors |Array(String)|The colors of lines, must be array like ["red", "blue", "#00FF00"];|
Appending Data
VJ.graph(Wrappe