Skip to content

Fix lineWidth typo and adjust ctx.restore() placement#1269

Merged
gvreddy04 merged 1 commit intomainfrom
bugfix/line-chart-dots-turning-into-dashed-circles
Feb 27, 2026
Merged

Fix lineWidth typo and adjust ctx.restore() placement#1269
gvreddy04 merged 1 commit intomainfrom
bugfix/line-chart-dots-turning-into-dashed-circles

Conversation

@gvreddy04
Copy link
Contributor

Corrected canvas context property from linewidth to lineWidth for proper line rendering. Moved ctx.restore() to after both drawing operations to ensure canvas state is restored correctly.

Corrected canvas context property from linewidth to lineWidth for proper line rendering. Moved ctx.restore() to after both drawing operations to ensure canvas state is restored correctly.
@gvreddy04 gvreddy04 added this to the 4.0.0 milestone Feb 27, 2026
@gvreddy04 gvreddy04 self-assigned this Feb 27, 2026
@gvreddy04 gvreddy04 merged commit c403fa3 into main Feb 27, 2026
1 of 3 checks passed
@gvreddy04 gvreddy04 deleted the bugfix/line-chart-dots-turning-into-dashed-circles branch February 27, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant