Class: DVParallelCoordinate

DVParallelCoordinate

new DVParallelCoordinate(args)

A DVisual graph element indicate a Parallel coordinate
Parameters:
Name Type Description
args Array.<Object> a array contain arguments below
Properties
Name Type Attributes Default Description
Xs Array(Array(double)) the set of multiple series nodes' x value,the length of Xs is the instance's number you want to draw,the elements' length is same with the arguments' length
arguments Array(string) the arguments' name
color DVColor <optional>
new DVColor(100,100,100,0.3) the lines' default color,the more color optional can be configured in ColorPattern arguments
ColorPattern Array.<Object> <optional>
empty the color pattern of lines,the element is [[DVColor1,indexs1,indexs2...],[DVColor2,indexs11,indexs12...]]
Source:

Methods

draw(dv)

draw the Parallel Coordinate on dv's canvas
Parameters:
Name Type Description
dv DVisual the Dvisual instance you want to draw
Source:

prepare(dv)

prepare the needed elements on the first time to draw it
Parameters:
Name Type Description
dv DVisual the Dvisual instance you want to draw
Source: