Skip to content

Fix missing chart tooltips for CPU, Memory, TempDB in Lite#82

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/fix-lite-chart-tooltips
Feb 16, 2026
Merged

Fix missing chart tooltips for CPU, Memory, TempDB in Lite#82
erikdarlingdata merged 1 commit intodevfrom
feature/fix-lite-chart-tooltips

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Adds ChartHoverHelper tooltip support to the three Lite charts that were missing it: CPU, Memory, and TempDB (usage by type)
  • All other charts (Wait Stats, Perfmon, TempDB File I/O, File I/O Read/Write) already had this wired up

Closes #81

Changes

  • Lite/Controls/ServerTab.xaml.cs — added _cpuHover, _memoryHover, _tempDbHover fields; initialized in constructor; wired .Clear() and .Add() calls in UpdateCpuChart, UpdateMemoryChart, UpdateTempDbChart

Test Plan

  • Hover over CPU chart data points — tooltip shows series name + value + "%"
  • Hover over Memory chart data points — tooltip shows series name + value + "GB"
  • Hover over TempDB (by type) chart data points — tooltip shows series name + value + "MB"
  • Existing chart tooltips (Wait Stats, Perfmon, File I/O) still work

Generated with Claude Code

…n Lite

Wire up ChartHoverHelper for the three Lite charts that were missing
tooltip support. Wait Stats, Perfmon, TempDB File I/O, and File I/O
charts already had this; CPU, Memory, and TempDB (by type) did not.

Closes #81

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 716cfd0 into dev Feb 16, 2026
2 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/fix-lite-chart-tooltips branch February 20, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant