Uses of Package
org.pepstock.charba.client.data
-
Packages that use org.pepstock.charba.client.data Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).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.dom.elements Contains a set of DOM elements that Charba is using.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.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js.org.pepstock.charba.client.ml Contains all classes to activate the ML library to use the regression capabilities.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations.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. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client Class Description AreaDataset The area chart allows a number of properties to be specified for each dataset.BarDataset The bar chart allows a number of properties to be specified for each data set.BubbleDataset The chart allows a number of properties to be specified for each data set.Data CHART.JS entity object to configure the data options of a chart.
It contains labels and data sets.Dataset The chart allows a number of properties to be specified for each data set.DoughnutDataset The doughnut chart allows a number of properties to be specified for each dataset.HasLabels Manages the LABELS properties for datasets and options which this property is required.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.LineDataset The 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.PieDataset The pie chart allows a number of properties to be specified for each dataset.PolarAreaDataset The polar area chart allows a number of properties to be specified for each dataset.RadarDataset The radar chart allows a number of properties to be specified for each dataset.ScatterDataset The scatter chart allows a number of properties to be specified for each dataset.StackedAreaDataset The stacked area chart allows a number of properties to be specified for each dataset.StackedBarDataset The stacked bar area chart allows a number of properties to be specified for each dataset.StackedHorizontalBarDataset The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.StackedLineDataset The stacked line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset.StackedVerticalLineDataset The stacked vertical line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset.TimeSeriesBarDataset The time series bar chart allows a number of properties to be specified for each dataset.TimeSeriesLineDataset The time series line chart allows a number of properties to be specified for each dataset.VerticalLineDataset The 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. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.callbacks Class Description BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight). -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.commons Class Description DataPoint Used for sparse datasets, such as those in scatter charts.TimeSeriesItem Default implementation for time series item interface in order to manage time series item (time and value). -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.configuration Class Description BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).Labels Contains the labels of the chart.
Is able to manage also multi-line labels. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.data Class Description AbstractDataPoint Maps the common methods for a data point.AbstractDataPoint.CharbaProperty Name of properties of native object.
No private because it is used by time series itemAbstractXYDataPoint Maps the common methods for a data point with X and Y properties.AbstractXYDataPoint.XYProperty Name of properties of native object.
No private because it is used by time series itemArcBorderRadius Defines the border radius for ARC data set element, applies the corner radius to all corners of the arc (outerStart, outerEnd, innerStart, and innerEnd).ArcBorderRadius.ArcBorderRadiusFactory Inner class to create arc border radius object by a native object.AreaDataset The area chart allows a number of properties to be specified for each dataset.BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).BarBorderRadius.BarBorderRadiusFactory Inner class to create bar border radius object by a native object.BarBorderWidth Defines the border width for BAR data set (left, top, right, bottom).BarBorderWidth.BarBorderWidthFactory Inner class to create bar border width object by a native object.BarDataset The bar chart allows a number of properties to be specified for each data set.Clip Defines how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
If setsfalse
, that means that CHART.JS will use chart area dimension.
Withfalse
value, the properties will be: Left is 0 Top is 0 Right is area right Bottom is area bottomDataPoint Used for sparse datasets, such as those in scatter charts.Dataset The chart allows a number of properties to be specified for each data set.Dataset.CanvasObjectProperty Name of common properties of native object related to a dataset.Dataset.CommonProperty Name of common properties of native object related to a dataset.DatasetCanvasObjectFactory Utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a canvas gradient or pattern must be created.FloatingData Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars).
First and second numbers will correspond the start and the end points of a bar respectively.FloatingDataFactory Factory to create a floating data from a native array, used for array container lists.
The array must contain and only 2 values.HasDataPoints Interface to define if a dataset can contains data points.HasDataset Interface to get a dataset instance.HasLabels Manages the LABELS properties for datasets and options which this property is required.HasPointFillStrokeStyles This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLYLiningDataset
has implemented this interfaceHasTimeSeriesItems Interface to define if a dataset can contains time series items.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.HoverDataset The 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.HoverFlexDataset This 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.Labels Contains the labels of the chart.
Is able to manage also multi-line labels.LabelsHandler Utility to manage the LABELS on chart datasets and options.LineDataset The 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.LiningDataset The 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.PieDataset The pie chart allows a number of properties to be specified for each dataset.TimeSeriesItem Default implementation for time series item interface in order to manage time series item (time and value).VerticalLineDataset The 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. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.dom.elements Class Description BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight). -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.geo Class Description AbstractDataPoint Maps the common methods for a data point.BarBorderWidth Defines the border width for BAR data set (left, top, right, bottom).BarDataset The bar chart allows a number of properties to be specified for each data set.BubbleDataset The chart allows a number of properties to be specified for each data set.DataPoint Used for sparse datasets, such as those in scatter charts.Dataset The chart allows a number of properties to be specified for each data set.HasDataPoints Interface to define if a dataset can contains data points.HasDataset Interface to get a dataset instance.HoverDataset The 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.HoverFlexDataset This 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.Labels Contains the labels of the chart.
Is able to manage also multi-line labels. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.gwt.widgets Class Description AreaDataset The area chart allows a number of properties to be specified for each dataset.BarDataset The bar chart allows a number of properties to be specified for each data set.BubbleDataset The chart allows a number of properties to be specified for each data set.Data CHART.JS entity object to configure the data options of a chart.
It contains labels and data sets.Dataset The chart allows a number of properties to be specified for each data set.DoughnutDataset The doughnut chart allows a number of properties to be specified for each dataset.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.LineDataset The 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.PieDataset The pie chart allows a number of properties to be specified for each dataset.PolarAreaDataset The polar area chart allows a number of properties to be specified for each dataset.RadarDataset The radar chart allows a number of properties to be specified for each dataset.ScatterDataset The scatter chart allows a number of properties to be specified for each dataset.StackedAreaDataset The stacked area chart allows a number of properties to be specified for each dataset.StackedBarDataset The stacked bar area chart allows a number of properties to be specified for each dataset.StackedHorizontalBarDataset The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.StackedLineDataset The stacked line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset.StackedVerticalLineDataset The stacked vertical line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset.TimeSeriesBarDataset The time series bar chart allows a number of properties to be specified for each dataset.TimeSeriesLineDataset The time series line chart allows a number of properties to be specified for each dataset.VerticalLineDataset The 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. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.impl.charts Class Description ArcBorderRadius Defines the border radius for ARC data set element, applies the corner radius to all corners of the arc (outerStart, outerEnd, innerStart, and innerEnd).Dataset The chart allows a number of properties to be specified for each data set.HasDataset Interface to get a dataset instance. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.items Class Description ArcBorderRadius Defines the border radius for ARC data set element, applies the corner radius to all corners of the arc (outerStart, outerEnd, innerStart, and innerEnd).BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).BarBorderWidth Defines the border width for BAR data set (left, top, right, bottom).DataPoint Used for sparse datasets, such as those in scatter charts.FloatingData Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars).
First and second numbers will correspond the start and the end points of a bar respectively. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.matrix Class Description AbstractDataPoint Maps the common methods for a data point.AbstractXYDataPoint Maps the common methods for a data point with X and Y properties.BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).BarBorderWidth Defines the border width for BAR data set (left, top, right, bottom).Dataset The chart allows a number of properties to be specified for each data set.HasDataset Interface to get a dataset instance.HoverFlexDataset This 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. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.ml Class Description DataPoint Used for sparse datasets, such as those in scatter charts.Dataset The chart allows a number of properties to be specified for each data set.HasDataPoints Interface to define if a dataset can contains data points.HasDataset Interface to get a dataset instance.HasPointFillStrokeStyles This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLYLiningDataset
has implemented this interfaceHasTimeSeriesItems Interface to define if a dataset can contains time series items.LineDataset The 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.LiningDataset The 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.TimeSeriesItem Default implementation for time series item interface in order to manage time series item (time and value). -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.options Class Description BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).DataEnvelop This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.HasLabels Manages the LABELS properties for datasets and options which this property is required.Labels Contains the labels of the chart.
Is able to manage also multi-line labels.LabelsHandler Utility to manage the LABELS on chart datasets and options. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.plugins Class Description Dataset The chart allows a number of properties to be specified for each data set. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.sankey Class Description AbstractDataPoint Maps the common methods for a data point.Clip Defines how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
If setsfalse
, that means that CHART.JS will use chart area dimension.
Withfalse
value, the properties will be: Left is 0 Top is 0 Right is area right Bottom is area bottomDataset The chart allows a number of properties to be specified for each data set.HasDataset Interface to get a dataset instance. -
Classes in org.pepstock.charba.client.data used by org.pepstock.charba.client.treemap Class Description AbstractDataPoint Maps the common methods for a data point.BarBorderRadius Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).BarBorderWidth Defines the border width for BAR data set (left, top, right, bottom).Dataset The chart allows a number of properties to be specified for each data set.HasDataset Interface to get a dataset instance.HoverFlexDataset This 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.