General

General properties used in most visualizations :

canvasBox boolean
Flag to create a box around the canvas
See also: canvasBoxColor
Default: true
Used in: all visualizations
Color for the box around the canvas
See also: canvasBox
Default: rgb(204,204,204)
Used in: all visualizations
functions array Private
Functions exposed to the api
Default:
Used in: all visualizations
Specifies the orientation of one dimensional graphs.
Default: horizontal
Options: horizontal, vertical
graphType option
Specifies the type of graph.
Default: Bar
Options: Bar, Line, Area, AreaLine, BarLine, Boxplot, Dotplot, DotLine, Heatmap, Candlestick, Stacked, StackedLine, StackedPercent, StackedPercentLine, Treemap, TagCloud, Scatter2D, ScatterBubble2D, Scatter3D, Correlation, Pie, Venn, Network, Genome, Circular
Used in: all visualizations
invertGraph boolean
Flag to invert horizontal one dimensional graph toplot from right to left
Default: false
Used in: all visualizations
Specifies the number of milliseconds to wait trying to load images before atempting to plot the data. For developers only.
Default: 100
Used in: all visualizations
transparency float
Percentage of transparency applied to all elements in the visualizations
Default: null
Used in: all visualizations
useFlashIE boolean
Flag to use flash rather than VML (through excanvas.js) when graphs are displayed in IE browsers (not HTML5 compliant). For developers only.
Default: true
Used in: all visualizations