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

XYLegendWidget Suboptimal Sizing #64

Open
halfhp opened this issue Nov 30, 2017 · 0 comments
Open

XYLegendWidget Suboptimal Sizing #64

halfhp opened this issue Nov 30, 2017 · 0 comments
Labels

Comments

@halfhp
Copy link
Owner

halfhp commented Nov 30, 2017

Hello,

XYLegendWidget

Issue: If you have, say, 5 SeriesBundle with 2 legendenabled==false it
shows 3 legends and 2 empty cells, which is wasted space.

Row 191
int nWithoutLegend = plot.getRegistry().getSeriesList().size() -
plot.getRegistry().getLegendEnabledItems().size();
seriesCount -= nWithoutLegend;

as quick fix works for me.

Thanks

@halfhp halfhp added this to the 1.5.2 milestone Dec 7, 2017
@halfhp halfhp removed this from the 1.5.2 milestone Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant