Description Usage Arguments See Also
xAxis, yAxis, zAxis configure the x, y, and z axis properties of the chart.
In most cases, parameters closely match those of dimple.axis.
1 2 3 4 5 6 7 8  | 
... | 
 other properties for dimple axis. See Properties.  | 
type | 
 "addMeasureAxis", "addCategoryAxis", "addTimeAxis", or "addPctAxis"  | 
orderRule | 
 defines how to sort a categorical axis.    | 
grouporderRule | 
 defines how to the values in a group.    | 
overrideMin | 
 manually specify a minimum axis value. See dimple.axis.overrrideMin.  | 
overrideMax | 
 manually specify a maximum axis value. See dimple.axis.overrrideMax.  | 
inputFormat | 
 the d3 time format of the values in a field if an axis is   | 
outputFormat | 
 the d3 format of an axis. See dimple.axis.tickFormat.  | 
timePeriod | 
 for time axis periodicity of ticks. See dimple.axis.timePeriod.  | 
timeInterval | 
 for time axis number of periods between ticks. See dimple.axis.timeInterval.  | 
fontSize | 
 for font size of axis.  Any valid CSS   | 
fontFamily | 
 for font size of axis.  Any valid CSS   | 
useLog | 
 for logarithmic axis.  | 
logBase | 
 for base of log if axis is logarithmic   | 
Other dimple: add_legend;
add_title; default_colors;
dimple; facet.dimple;
set_bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.