Skip to content

fix: remove white outline from chart datapoints#63

Merged
functionstackx merged 3 commits intomasterfrom
fix/remove-datapoint-outline
Mar 23, 2026
Merged

fix: remove white outline from chart datapoints#63
functionstackx merged 3 commits intomasterfrom
fix/remove-datapoint-outline

Conversation

@functionstackx
Copy link
Contributor

Summary

  • Remove the white stroke outline around scatter plot datapoints (scatter-points.ts)
  • Set STROKE_WIDTH and HOVER_STROKE_WIDTH to 0 in chart-rendering.ts so no outline is rendered in normal or hover states
  • Update test assertion to match (>= instead of >)

Test plan

  • Unit tests pass (60/60 in chart-rendering.test.ts)
  • Visual check: datapoints render without white border on all chart types

🤖 Generated with Claude Code

Remove the white stroke around scatter plot datapoints for a cleaner
look. Set stroke to 'none' and stroke-width to 0 for both normal
and hover states.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Mar 22, 2026 8:17pm

Request Review

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@functionstackx functionstackx merged commit a4c8e65 into master Mar 23, 2026
11 checks passed
@functionstackx functionstackx deleted the fix/remove-datapoint-outline branch March 23, 2026 00:07
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