Uses of Interface
org.pepstock.charba.client.data.HasDataset
-
Packages that use HasDataset Package Description org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js) for CHART.js.org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js. -
-
Uses of HasDataset in org.pepstock.charba.client.data
Subinterfaces of HasDataset in org.pepstock.charba.client.data Modifier and Type Interface Description interfaceHasDataPointsInterface to define if a dataset can contains data points.interfaceHasTimeSeriesItemsInterface to define if a dataset can contains time series items.Classes in org.pepstock.charba.client.data that implement HasDataset Modifier and Type Class Description classBarDatasetThe bar chart allows a number of properties to be specified for each data set.classBubbleDatasetThe chart allows a number of properties to be specified for each data set.classDatasetThe chart allows a number of properties to be specified for each data set.classDoughnutDatasetThe doughnut chart allows a number of properties to be specified for each dataset.classHorizontalBarDatasetThe horizontal bar chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
Some properties can be specified as an array.
If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on.classHoverDatasetThe chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.classHoverFlexDatasetThis dataset is managing some common properties related to background and border colors where every property can be set as a single value or an array.classLineDatasetThe line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on.classLiningDatasetThe chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
This class collects a set of common field for Line and Radar charts.classPieDatasetThe pie chart allows a number of properties to be specified for each dataset.classPolarAreaDatasetThe polar area chart allows a number of properties to be specified for each dataset.classRadarDatasetThe radar chart allows a number of properties to be specified for each dataset.classScatterDatasetThe scatter chart allows a number of properties to be specified for each dataset.classStackedAreaDatasetThe stacked area chart allows a number of properties to be specified for each dataset.classStackedBarDatasetThe stacked bar area chart allows a number of properties to be specified for each dataset.classStackedHorizontalBarDatasetThe stacked horizontal bar area chart allows a number of properties to be specified for each dataset.classTimeSeriesBarDatasetThe time series bar chart allows a number of properties to be specified for each dataset.classTimeSeriesHorizontalBarDatasetThe time series horizontal bar chart allows a number of properties to be specified for each dataset.classTimeSeriesLineDatasetThe time series line chart allows a number of properties to be specified for each dataset.classVerticalLineDatasetThe vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. -
Uses of HasDataset in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement HasDataset Modifier and Type Class Description classBubbleMapDatasetIt is aBubbleDatasetwith additional options for bubble map charts.classChoroplethDatasetThe choropleth data set allows a region definition (byFeature) and specific value to be specified. -
Uses of HasDataset in org.pepstock.charba.client.impl.charts
Classes in org.pepstock.charba.client.impl.charts that implement HasDataset Modifier and Type Class Description classGaugeDatasetThe Gauge chart allows a number of properties to be specified for each dataset.classMeterDatasetThe Meter chart allows a number of properties to be specified for each dataset. -
Uses of HasDataset in org.pepstock.charba.client.matrix
Classes in org.pepstock.charba.client.matrix that implement HasDataset Modifier and Type Class Description classMatrixDatasetThe matrix data set allows to specify the values for showing magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. -
Uses of HasDataset in org.pepstock.charba.client.sankey
Classes in org.pepstock.charba.client.sankey that implement HasDataset Modifier and Type Class Description classSankeyDatasetSankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. -
Uses of HasDataset in org.pepstock.charba.client.treemap
Classes in org.pepstock.charba.client.treemap that implement HasDataset Modifier and Type Class Description classTreeMapDatasetThe treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
-