Uses of Class
com.oorian.echarts.options.EChartsTreemapData
Packages that use EChartsTreemapData
-
Uses of EChartsTreemapData in com.oorian.echarts
Methods in com.oorian.echarts that return EChartsTreemapDataModifier and TypeMethodDescriptionstatic EChartsTreemapDataEChartsTreemapChart.createData(String name, Number value) Helper method to create leaf data without children.static EChartsTreemapDataEChartsTreemapChart.createData(String name, Number value, List<EChartsTreemapData> children) Helper method to create hierarchical data structure with children.Method parameters in com.oorian.echarts with type arguments of type EChartsTreemapDataModifier and TypeMethodDescriptionstatic EChartsTreemapDataEChartsTreemapChart.createData(String name, Number value, List<EChartsTreemapData> children) Helper method to create hierarchical data structure with children. -
Uses of EChartsTreemapData in com.oorian.echarts.options
Methods in com.oorian.echarts.options that return types with arguments of type EChartsTreemapDataModifier and TypeMethodDescriptionEChartsTreemapData.getChildren()Gets the children of this data node.Method parameters in com.oorian.echarts.options with type arguments of type EChartsTreemapDataModifier and TypeMethodDescriptionvoidEChartsTreemapSeries.addData(String name, Number value, List<EChartsTreemapData> children) Adds hierarchical data for the treemap chart.voidEChartsTreemapData.setChildren(List<EChartsTreemapData> children) Sets the children of this data node.Constructor parameters in com.oorian.echarts.options with type arguments of type EChartsTreemapDataModifierConstructorDescriptionEChartsTreemapData(String name, Number value, List<EChartsTreemapData> children) Constructs a new EChartsTreemapData with name, value and optional children.