Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clearSeriesXXX methods for all series settings in AbstractRenderer #364

Open
Yuri-Blankenstein-TNO opened this issue May 24, 2023 · 1 comment

Comments

@Yuri-Blankenstein-TNO
Copy link

AbstractRenderer provides many setters for configuring rendering settings per series, e.g. AbstractRenderer#setSeriesStroke(int, Stroke). Some of these settings also provide clear methods to reset the renderer configuration, e.g. AbstractRenderer#clearSeriesStrokes(boolean), but many of them omit this method due to which it is very hard to reset a renderer to its defaults.

Please add these missing methods.

@Yuri-Blankenstein-TNO
Copy link
Author

I have created a patch and will prepare a pull request
364-Adding-clearSeriesXXX-methods-for-all-series-set.patch

Yuri-Blankenstein-TNO added a commit to Yuri-Blankenstein-TNO/jfreechart that referenced this issue May 24, 2023
Yuri-Blankenstein-TNO added a commit to Yuri-Blankenstein-TNO/jfreechart that referenced this issue May 24, 2023
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

No branches or pull requests

1 participant