public class RadarChart extends AbstractChart<RadarDataset>
Modifier | Constructor and Description |
---|---|
|
RadarChart()
Builds the object.
|
protected |
RadarChart(Type extendedType)
Builds the chart.
This is must be extended for controller which are based on this type of chart. |
Modifier and Type | Method and Description |
---|---|
RadarOptions |
getOptions()
Returns the options of chart.
|
RadarDataset |
newDataset()
Creates a new dataset related to chart type.
|
addHandler, clear, createChartOptions, destroy, draw, generateLegend, getBaseType, getCanvas, getChartElement, getData, getDatasetAtEvent, getDatasetMeta, getDefaultChartOptions, getElementAtEvent, getElementsAtEvent, getId, getInitialCursor, getNode, getPlugins, getSource, getType, getVisibleDatasetCount, getWholeOptions, isDatasetVisible, isDestroyOnDetach, isDrawOnAttach, isInitialized, onAttach, onDetach, reconfigure, reconfigure, removeCanvasPreventDefault, render, render, reset, resize, setDestroyOnDetach, setDrawOnAttach, stop, toBase64Image, update, update
fireEvent, getHandlerCount, isEventHandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAndGetIfConsistent, checkIfConsistent, checkIfValid, fireEvent, isAbstractChart, isConsistent, isValid
public RadarChart()
protected RadarChart(Type extendedType)
extendedType
- type of chartpublic RadarOptions getOptions()
IsChart
public RadarDataset newDataset()
AbstractChart
newDataset
in class AbstractChart<RadarDataset>