Uses of Interface
org.pepstock.charba.client.data.HasLabels
-
Packages that use HasLabels Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of HasLabels in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement HasLabels Modifier and Type Class Description class
GlobalScale
Default global scale (maps the java script objectChart.defaults.scale
and the result ofChart.scaleService
). -
Uses of HasLabels in org.pepstock.charba.client.data
Classes in org.pepstock.charba.client.data that implement HasLabels Modifier and Type Class Description class
Data
CHART.JS entity object to configure the data options of a chart.
It contains labels and data sets. -
Uses of HasLabels in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement HasLabels Modifier and Type Class Description class
AbstractScale
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linearclass
ExtendedScale
Scale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events.class
Scale
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear
-