Uses of Interface
org.pepstock.charba.client.data.HasTimeSeriesItems
-
Packages that use HasTimeSeriesItems 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.ml Contains all classes to activate the ML library to use the regression capabilities. -
-
Uses of HasTimeSeriesItems in org.pepstock.charba.client.data
Classes in org.pepstock.charba.client.data that implement HasTimeSeriesItems Modifier and Type Class Description 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.class
TimeSeriesLineDataset
The time series line chart allows a number of properties to be specified for each dataset. -
Uses of HasTimeSeriesItems in org.pepstock.charba.client.ml
Methods in org.pepstock.charba.client.ml with parameters of type HasTimeSeriesItems Modifier and Type Method Description RegressionDatasetBuilder
RegressionDatasetBuilder. setSamples(HasTimeSeriesItems dataset)
Sets the samples by the passed time series dataset,TimeSeriesItem
based, data as source.
-