Class BubbleChart

Object
ObjectIdentity
AbstractBuilder
All Implemented Interfaces:
CanDoLogarithmicAxis, CanDrillDown, CanZoom, Portlet, Portlet

public class BubbleChart extends AbstractChartBuilder<BubbleChart> implements CanDoLogarithmicAxis, CanDrillDown, CanZoom
Builder for a Bubble Chart, obtained via ChartBuilder.newBubble() rather than instantiated directly. See that factory method for the chart's overall shape (like a ScatterChart, but with a third aggregated measure encoded as marker size) and a Groovy example.

Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.

See Also: