You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor tooltip rect now re-sizes when the per-row Typography font-size changes. Previously the wrapper's CSS custom properties updated correctly — the rendered glyphs adopted the new font-size — but the editor preview's tooltip <rect> stayed at its first-mount dimensions because the layout effect that sizes the rect did not list any tooltip-row typography field in its dep-list. Two new <Chart> props (tooltipDistanceTypography, tooltipHeightTypography) carry each row's eight typography fields purely to populate that dep-list, mirroring how the existing typography prop drives tick-label remeasurement. The frontend was unaffected — it already re-measures every frame.