Interactive HeatMap page donut charts

To return to the main page, click PosAppDash.

Then click click here for additional visualizations in the heat map title.
![]() |
The basic query for both donut charts is SELECT count(*) AS Count, Status, Category FROM MerchantActivity
.

The left chart (settings shown above) shows the total Count for each Status (OK, TOOLOW, TOOHIGH). The right chart shows the total Count for each Category (COLD, COOL, WARM, HOT).
See Making visualizations interactive for discussion of how clicking segments in the donut charts filters the data for the page's vector map and heat map.