Class Index | File Index

Classes


Class vq.BrushLink


Extends vq.Vis.
An interactive brush-link plot. The JSON Object passed into the BrushLink#draw function as input to the visualization:

 {
    	  data_array : {Array},
	  columns : {Array}, 
	  tooltipItems : {Function},
	  notifier : {Function},
	  PLOT : {
		width : {int},
		height : {int},
		horizontal_padding : {int},
		vertical_padding : {int},
		container : {HTMLElement or string},
		symmetric : {Boolean}
		},
	  CONFIGURATION : {
			multiple_id : {string},
			color_id : {string},
         		show_legend : {Boolean},
         		AXES: {
				label_font : {string},
				}
			}
	}
 

Defined in: vq.brush_link.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
vq.BrushLink.selection * *
<static>  
vq.BrushLink.symmetric * *
Method Summary
Method Attributes Method Name and Description
 
draw(data, options)
Renders the tool to the browser window using the designated options and configurations.
Class Detail
vq.BrushLink()
Field Detail
<static> vq.BrushLink.selection *

<static> vq.BrushLink.symmetric *
Method Detail
draw(data, options)
Renders the tool to the browser window using the designated options and configurations. data :
Parameters:
data
JSON object containing data and Configuration
options
JSON object containing visualization options
See:
vq.BrushLinkData options :
     {
     container : HTMLDivElement,
     plotHeight  : number,
     plotWidth : number,
     verticalPadding : number,
     horizontalPadding : number,
     symmetric : Boolean
}

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 23 2011 08:55:19 GMT-0800 (PST)