Skip to content

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

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

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

Conversation

@gvreddy04
Copy link
Copy Markdown
Collaborator

Fix lineWidth typo and adjust ctx.restore() placement

Corrected 'ctx.linewidth' to 'ctx.lineWidth' to properly set line width in Canvas context. Moved 'ctx.restore()' to after both drawing operations to ensure context is restored at the appropriate time.

Fix lineWidth typo and adjust ctx.restore() placement

Corrected 'ctx.linewidth' to 'ctx.lineWidth' to properly set line width in Canvas context. Moved 'ctx.restore()' to after both drawing operations to ensure context is restored at the appropriate time.
@gvreddy04 gvreddy04 self-assigned this Feb 25, 2026
@gvreddy04 gvreddy04 added bug Something isn't working area-line-chart labels Feb 25, 2026
@gvreddy04 gvreddy04 linked an issue Feb 25, 2026 that may be closed by this pull request
@gvreddy04 gvreddy04 added this to the 1.2.1 milestone Feb 25, 2026
@gvreddy04 gvreddy04 merged commit 8b5d2d7 into main Feb 25, 2026
1 of 2 checks passed
@gvreddy04 gvreddy04 deleted the bugfix/22-line-chart-dots-turning-into-dashed-circles branch February 25, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-line-chart bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Line chart dots turning into dashed circles

1 participant