Uses of Package
org.pepstock.charba.client.matrix
-
Packages that use org.pepstock.charba.client.matrix Package Description org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js. -
Classes in org.pepstock.charba.client.matrix used by org.pepstock.charba.client.gwt.widgets Class Description MatrixChart A matrix chart shows magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space.MatrixDataset The matrix data set allows to specify the values for showing magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space.MatrixOptions Specific options for matrix chart.
Disables legend at the beginning but you can enable when needed. -
Classes in org.pepstock.charba.client.matrix used by org.pepstock.charba.client.matrix Class Description MatrixDataPoint Maps the data passed to a matrix dataset.MatrixDataset The matrix data set allows to specify the values for showing magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space.MatrixOptions Specific options for matrix chart.
Disables legend at the beginning but you can enable when needed.