Skip to content

## [0.7.1] - 2026-03-04 - Rendering Hotfixes#23

Merged
alaa-eddine merged 6 commits intomainfrom
dev
Mar 5, 2026
Merged

## [0.7.1] - 2026-03-04 - Rendering Hotfixes#23
alaa-eddine merged 6 commits intomainfrom
dev

Conversation

@alaa-eddine
Copy link
Contributor

[0.7.1] - 2026-03-04 - Rendering Hotfixes

Fixed

  • Plot Color undefined Treated as na: Fixed a bug where PineTS emits { color: undefined } (an options object with an explicit but undefined color key) to signal a hidden/na segment. Previously this was not detected as a line break — the color key existed but its value was undefined, which passed through the null/'na'/'NaN' checks unnoticed. The fix adds an 'color' in point.options presence check so any explicitly-set undefined color is treated as na, correctly breaking the line/segment at that point.
  • Drawing Tools Clipping: Fixed a secondary clipping issue in interactive drawing tools (trend lines, Fibonacci, etc.) that was introduced by the v0.7.0 render clipping refactor.

@alaa-eddine alaa-eddine merged commit 40e9151 into main Mar 5, 2026
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