Refine pricing display and Gaussian context

This commit is contained in:
2569718930@qq.com
2026-06-07 01:08:13 +08:00
parent fb4a144fcf
commit f66127da44
10 changed files with 128 additions and 60 deletions
@@ -2179,9 +2179,9 @@ function buildFullDayChartData(
return point;
});
// Keep probability data in the payload for market views, but do not draw
// legacy Gaussian bands on the live temperature chart.
const probabilityOverlay = null;
// Keep legacy Gaussian data as compact tooltip context. It is not rendered
// as a time-series line on the live temperature chart.
const probabilityOverlay = buildLegacyGaussianProbabilityOverlay(row, hourly);
return { data, series, probabilityOverlay };
}