Class Index | File Index

Classes


Class vq.CubbyHole


Extends vq.Vis.
An interactive cubbyhole plot. A cubbyhole is a graph of nominal/ordinal data vs. nominal/ordinal data. The data is wiggled such that the distribution for any given value on the continuous scale is more apparent. The circular shape is generated such that there is initially separation for small distributions, with larger distributions packed into the cubbyhole. The JSON Object passed into the CubbyHole#draw function as input to the visualization:

 {
        data_array : {Array},
	  xcolumnid : {string},
	  ycolumnid : {string},
	  valuecolumnid : {string},
	  xcolumnvalue : {string},
	  ycolumnvalue : {string},
	  valuecolumnvalue : {string},
	  tooltip_items : {Function},
	  fill_style : {Function} or {string},
	  stroke_style : {Function} or {string},
	  radius : {Number},
	  radial_interval : {Number},
	  fill_style : {Function} or {string},
	  stroke_style : {Function} or {string},
    	  show_points : {Boolean},
        notifier : {Function},
	  PLOT : {
			width : {Number},
			height : {Number},
			container : {string}  or {HTMLElement}
         		vertical_padding : {Number},
         		horizontal_padding : {Number},
			}
	}
	

Defined in: vq.cubbyhole.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
vq.CubbyHole.selectedProbesetId * *
Class Detail
vq.CubbyHole()
Field Detail
<static> vq.CubbyHole.selectedProbesetId *

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