chartjs-chart-matrix.js
) for CHART.js.See: Description
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. |
chartjs-chart-matrix.js
) for CHART.js.