java.lang.Object
org.wicketstuff.jqplot.lib.chart.AbstractChart<BubbleData<BubbleItem>,String>
org.wicketstuff.jqplot.lib.chart.BubbleChart
- All Implemented Interfaces:
Serializable,Chart<BubbleData<BubbleItem>>
Simple implementation of Bubble Chart. This class can/should be extended.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a valuevoidAdd a valuevoidaddValue(BubbleItem item) Add a valueReturn chart configurationReturn chart data.Methods inherited from class org.wicketstuff.jqplot.lib.chart.AbstractChart
addIntervalColors, addIntervals, addSerie, addSeries, addSeriesColors, addSeriesColors, getAxes, getAxesDefaults, getCanvasOverlay, getGridPadding, getSeries, getSeriesColors, getSeriesDefaults, getTitle, getXAxis, getYAxis, setAxes, setAxesDefaults, setBarMargin, setBubbleAlpha, setCaptureRightClick, setDataLabels, setFill, setFillZero, setGridPadding, setHighlightAlpha, setHighlightMouseDown, setLabelX, setLabelY, setLegend, setLineWidth, setSeries, setSeriesColors, setSeriesDefaults, setShadow, setShadowAlpha, setShowDataLabels, setShowLabels, setSimpleTitle, setSliceMargin, setStackSeries, setTitle
-
Constructor Details
-
BubbleChart
public BubbleChart()Construtor -
BubbleChart
Construtor- Parameters:
title- The title
-
-
Method Details
-
getChartData
Description copied from interface:ChartReturn chart data.- Returns:
- chartData
-
addValue
Add a value- Parameters:
item- Add aBubbleItem
-
addValue
Add a value- Parameters:
x- xy- yradius- radiuslabel- label
-
addValue
Add a value- Parameters:
x- xy- yradius- radiuslabel- label
-
getChartConfiguration
Description copied from interface:ChartReturn chart configuration- Specified by:
getChartConfigurationin interfaceChart<BubbleData<BubbleItem>>- Specified by:
getChartConfigurationin classAbstractChart<BubbleData<BubbleItem>,String> - Returns:
- chartConfiguration
-