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

Radar chart's labels don't show on desktop #6

Open
synw opened this issue Nov 18, 2019 · 5 comments
Open

Radar chart's labels don't show on desktop #6

synw opened this issue Nov 18, 2019 · 5 comments

Comments

@synw
Copy link

synw commented Nov 18, 2019

Everything works well using the radar chart in a desktop app except the labels that do not show. No text is visible. It works on mobile fine with the same code.

For info I compiled the desktop app using Go Flutter

@intkhabahmed
Copy link
Owner

Did you try increasing the textScaleFactor value? Try increasing it, if you haven't and let me know.

@synw
Copy link
Author

synw commented Nov 18, 2019

I tried with 2.0 text scale, nothing is shown. Does it use a special font? If the font is not installed it does not render on desktop: this happens with go-flutter when the Roboto font is not installed, so maybe this can be a similar issue?

@intkhabahmed
Copy link
Owner

No, I haven't used any explicit font-family. I have used Canvas to draw text. I don't know what's the actual issue, maybe it is the issue from the Go Flutter which you mentioned

@synw
Copy link
Author

synw commented Nov 18, 2019

Maybe. This problem remains mysterious. Try it with go-flutter if you can to reproduce (and btw if you do not know go-flutter give it a try, it works well).

@intkhabahmed
Copy link
Owner

Sure I will try go-flutter, and will try to find the cause

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

2 participants