Package io.jmix.reports.entity.charts
Class AbstractChartDescription
java.lang.Object
io.jmix.reports.entity.charts.AbstractChartDescription
- Direct Known Subclasses:
PieChartDescription
,SerialChartDescription
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractChartDescription
fromJsonString
(String jsonString) protected static com.google.gson.Gson
getGson()
getId()
getType()
void
setCustomJsonConfig
(String customJsonConfig) void
void
setShowLegend
(Boolean showLegend) static String
toJsonString
(AbstractChartDescription chartDescription)
-
Field Details
-
id
-
type
-
showLegend
-
customJsonConfig
-
-
Constructor Details
-
AbstractChartDescription
-
-
Method Details
-
fromJsonString
-
toJsonString
-
getGson
protected static com.google.gson.Gson getGson() -
getId
-
setId
-
getType
-
getShowLegend
-
setShowLegend
-
setCustomJsonConfig
-
getCustomJsonConfig
-