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 classGlobalScaleDefault global scale (maps the java script objectChart.defaults.scaleand 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 classDataCHART.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 classAbstractScaleScales 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 linearclassExtendedScaleScale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events.classScaleScales 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
-