After the change in the web portal platform (in version 2026, I think?), the behavior of the tooltip on charts has changed.
Previously, hovering with the mouse over a chart would display a breakdown of the highlighted metric.
For example, a DISK WAIT graph would break down into PAGEIOLATCH_SH, IO_COMPLETION, or a CPU WAIT graph would break down into SOS_SCHEDULER_YIELD, CXCONSUMER, etc. and we'd be able to see the relative values of each SQL wait sub-type. This was very useful.
But in the new portal version, this breakdown doesn't exist anymore.
Instead, we're limited to the high-level aggregates that we see in the chart legend and that's it.
Can you please bring back the detailed tooltip?