Skip to content

docs: update REFACTOR_PLAN.md with final refactor status#962

Merged
timmolter merged 2 commits into
developfrom
timmolter/update-refactor-plan
May 29, 2026
Merged

docs: update REFACTOR_PLAN.md with final refactor status#962
timmolter merged 2 commits into
developfrom
timmolter/update-refactor-plan

Conversation

@timmolter
Copy link
Copy Markdown
Member

@timmolter timmolter commented May 29, 2026

Adds .github/REFACTOR_PLAN.md documenting the outcome of the refactor initiative that ran across PRs #957#961, and completes the "Fluent setter uniformity" open item.

REFACTOR_PLAN.md

Fluent setter uniformity

Six series setters that returned void have been updated to return this for method chaining:

Class Method
BubbleSeries setBubbleSeriesRenderStyle
DialSeries setValue
PieSeries setValue
RadarSeries setValues
RadarSeries setTooltipOverrides
XYSeries setSmooth

All existing tests pass.

timmolter and others added 2 commits May 29, 2026 21:35
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
BubbleSeries.setBubbleSeriesRenderStyle, DialSeries.setValue,
PieSeries.setValue, RadarSeries.setValues,
RadarSeries.setTooltipOverrides, XYSeries.setSmooth now
all return `this` for method chaining.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@timmolter timmolter merged commit 808a3b6 into develop May 29, 2026
1 check passed
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