Skip to content

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

Merged
alaa-eddine merged 2 commits intodevfrom
feature/polyline-box-table
Mar 5, 2026
Merged

## [0.7.1] - 2026-03-04 - Rendering Hotfixes#21
alaa-eddine merged 2 commits intodevfrom
feature/polyline-box-table

Conversation

@alaa-eddine
Copy link
Contributor

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 changed the base branch from main to dev March 5, 2026 00:19
@alaa-eddine alaa-eddine merged commit bb7ce4c into dev 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