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

How to asynchronous drawings LineChart? #3192

Closed
AfraXu opened this issue Jan 18, 2018 · 2 comments
Closed

How to asynchronous drawings LineChart? #3192

AfraXu opened this issue Jan 18, 2018 · 2 comments

Comments

@AfraXu
Copy link

AfraXu commented Jan 18, 2018

How to asynchronous drawings LineChart?

@Karpot
Copy link

Karpot commented Jan 18, 2018

Drawing must be done in the main thread. You can do all none drawing calculation in another thread but than dispatch the draw call into the main thread.

@liuxuan30
Copy link
Member

reopen with more details. Not quite sure the meaning.

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

3 participants