Uses of Class
org.pepstock.charba.client.data.BarDataset
-
Packages that use BarDataset Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.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.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. -
-
Uses of BarDataset in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return BarDataset Modifier and Type Method Description BarDataset
BarChart. newDataset(boolean hidden)
-
Uses of BarDataset in org.pepstock.charba.client.data
Subclasses of BarDataset in org.pepstock.charba.client.data Modifier and Type Class Description class
HorizontalBarDataset
The 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.class
StackedBarDataset
The stacked bar area chart allows a number of properties to be specified for each dataset.class
StackedHorizontalBarDataset
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.class
TimeSeriesBarDataset
The time series bar chart allows a number of properties to be specified for each dataset.class
TimeSeriesHorizontalBarDataset
The time series horizontal bar chart allows a number of properties to be specified for each dataset. -
Uses of BarDataset in org.pepstock.charba.client.geo
Subclasses of BarDataset in org.pepstock.charba.client.geo Modifier and Type Class Description class
ChoroplethDataset
The choropleth data set allows a region definition (byFeature
) and specific value to be specified. -
Uses of BarDataset in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return BarDataset Modifier and Type Method Description BarDataset
BarChartWidget. newDataset(boolean hidden)
-