The JavaScript matrix bubble chart is a heatmap chart type that represents matrix data graphically using bubbles. The individual data point values in the matrix bubble chart are represented using the variations in bubble attributes such as size, color, and sector.
Visualize matrix data graphically with bubble size variations in this bubble heatmap type. The larger the bubble size, the larger the magnitude of the data will be, but this can be reversed by using the built-in APIs.
This JavaScript matrix bubble chart type visualizes the data graphically with bubble color variations. Use built-in APIs to map the colors for the bubbles in a heatmap.
This JavaScript matrix bubble chart type visualizes the data graphically using the sector size variations of the bubbles. Use built-in APIs to change the sector background and borders.
Use this matrix bubble chart type to bind two different datasets with the same axis coordinates. Visualize one dataset with the bubble size attribute and another dataset using the bubble color variations. Use built-in APIs to map the data to the color and size attributes of the bubble.