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.MatrixDataPoint.MatrixDataPointFactory CreatesMatrixDataPoint
form aNativeObject
.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.MatrixElement Maps the CHART.JS element used by Matrix controller.MatrixElementOptions Maps the out-of-the-box CHART.JS element options used to represents boxes for matrix on the charts.MatrixOptions Specific options for matrix chart.
Disables legend at the beginning but you can enable when needed.