Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Packages that use IsDefaultBarDatasets 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.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultBarDatasets in org.pepstock.charba.client.data
Classes in org.pepstock.charba.client.data that implement IsDefaultBarDatasets Modifier and Type Class Description classBarDatasetThe bar chart allows a number of properties to be specified for each data set.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.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. -
Uses of IsDefaultBarDatasets in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultBarDatasets in org.pepstock.charba.client.defaults Modifier and Type Interface Description interfaceIsDefaultTypedDatasetInterface to define datasets object defaults. -
Uses of IsDefaultBarDatasets in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultBarDatasets Modifier and Type Class Description classDefaultChartTypedDatasetsDefault values for DATASETS element for a specificType. -
Uses of IsDefaultBarDatasets in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultBarDatasets Modifier and Type Class Description classDefaultTypedDatasetCHART.JS default values for DATASETS element. -
Uses of IsDefaultBarDatasets in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement IsDefaultBarDatasets Modifier and Type Class Description classChoroplethDatasetThe choropleth data set allows a region definition (byFeature) and specific value to be specified. -
Uses of IsDefaultBarDatasets in org.pepstock.charba.client.options
Subinterfaces of IsDefaultBarDatasets in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceHasBarDatasetOptionsDefines a BAR dataset properties of options in order to use the same logic between datasets and options/configuration.Classes in org.pepstock.charba.client.options that implement IsDefaultBarDatasets Modifier and Type Class Description classTypedDatasetContains the options for the data sets.
-