Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultFillHandler
-
Packages that use IsDefaultFillHandler 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.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.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). -
-
Uses of IsDefaultFillHandler in org.pepstock.charba.client.data
Classes in org.pepstock.charba.client.data that implement IsDefaultFillHandler Modifier and Type Class Description class
AreaDataset
The area chart allows a number of properties to be specified for each dataset.class
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.class
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.class
RadarDataset
The radar chart allows a number of properties to be specified for each dataset.class
ScatterDataset
The scatter chart allows a number of properties to be specified for each dataset.class
StackedAreaDataset
The stacked area chart allows a number of properties to be specified for each dataset.class
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.class
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.class
TimeSeriesLineDataset
The time series line chart allows a number of properties to be specified for each dataset.class
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. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultFillHandler in org.pepstock.charba.client.defaults Modifier and Type Interface Description interface
IsDefaultLine
Interface to define line object defaults. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultFillHandler Modifier and Type Class Description class
DefaultChartLine
Defaults for line option element, based on chart type. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultFillHandler Modifier and Type Class Description class
DefaultLine
CHART.JS default values for LINE element. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsDefaultFillHandler Modifier and Type Class Description class
FillColors
The object enables to support multiple colors when filling from one dataset. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.ml
Classes in org.pepstock.charba.client.ml that implement IsDefaultFillHandler Modifier and Type Class Description class
RegressionDataset
This is aLineDataset
which is created to add the regression line, calculate by a regression, to a chart. -
Uses of IsDefaultFillHandler in org.pepstock.charba.client.options
Subinterfaces of IsDefaultFillHandler in org.pepstock.charba.client.options Modifier and Type Interface Description interface
HasFill
Defines a configuration element which is managing the FILL property.
It has being used in the options and datasets instances where FILL is required.Classes in org.pepstock.charba.client.options that implement IsDefaultFillHandler Modifier and Type Class Description class
Line
Line elements are used to represent the line in a line chart.
-