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 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.classTimeSeriesLineDatasetThe 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 RegressionDatasetBuilderRegressionDatasetBuilder. setSamples(HasTimeSeriesItems dataset)Sets the samples by the passed time series dataset,TimeSeriesItembased, data as source.
-