Class MixedChart
java.lang.Object
software.xdev.chartjs.model.charts.AbstractChart<MixedChart,Options<?,?>,MixedData>
software.xdev.chartjs.model.charts.MixedChart
- All Implemented Interfaces:
Chart<MixedChart,
Options<?, ?>, MixedData>
Allows creation of mixed chart types
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.charts.AbstractChart
data, defaultObjectWriter, options
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.charts.AbstractChart
getData, getDefaultObjectWriter, getOptions, self, setData, setDefaultObjectWriter, setOptions, toJsonNative
-
Field Details
-
type
-
-
Constructor Details
-
MixedChart
public MixedChart()
-
-
Method Details
-
setType
-
getType
- Returns:
- type of this
Chart
implementation for proper drawing in JavaScript.
-
isDrawable
public boolean isDrawable()Description copied from interface:Chart
Optional check to determine whether the current state of this
Chart
implementation instance will generate a drawable JSON string.Implementations provide a best-effort evaluation, and can not guarantee that the serialized chart will be rendered correctly.
- Returns:
- true if
this
Chart
is drawable in its current state
-