Basic Heatmap
mobile
In the rectangular coordinate system, the heatmap requires both the x-axis and the y-axis to be discrete axes. The configuration requires a valueField
in addition to what a bar chart has, which is used to specify the weights at a specific discrete coordinates.
A common example is using a heatmap to represent the correlation coefficients between statistical variables. According to the size of the correlation coefficient corresponding to the different colors of squares in the heatmap, the size of the correlation between variables can be inferred.
This example, based on 2016 listed company data, explores the correlation between various indicators of listed companies by drawing a heatmap.