-
Notifications
You must be signed in to change notification settings - Fork 601
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
Tooltips and legends textsize does not take in account screen size and scaling #906
Comments
Just discovered some possible fixes can be implemented in future releases. This particular example is about circles in legend displayed next to chart items. Value can be passed from
Then width and heigh can be either increased or passed directly as values. In case on increasing, for example:
Then spacing between circles and labels should be also increased. Same for legend and tooltip |
This is now fixed with the referenced commit and will be included in the next version of the library. thanks for the report. |
Describe the bug
2.0.0-beta.701 does not take screen resolution and scaling in account for tooltips and legends. Setting font size to constant value does not work on different screen size and scaling. For example setting
TooltipTextSize="14"
on 3000x2000 and screen scale 200% looks too small, while same setup on 1920x1080 and screen scale 125% looks fine.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: