Package org.pepstock.charba.client.matrix
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js
) for CHART.js.- Author:
- Andrea "Stock" Stocchero
-
Class Summary 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.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.