Skip to content

Commit 1496ea8

Browse files
author
rhamlett_microsoft
committed
Fix hover circle in latency chart.
1 parent d939a22 commit 1496ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PerfProblemSimulator/wwwroot/js/dashboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ function initializeCharts() {
404404
tension: 0.2,
405405
fill: true,
406406
pointRadius: 0, // Hide points for performance with many data points
407+
pointHoverRadius: 0, // Disable hover circles to prevent visual artifacts
407408
borderWidth: 1.5
408409
}
409410
]

0 commit comments

Comments
 (0)