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

Question: How do I generate multiple charts with different sizes? #137

Open
sl5035 opened this issue Sep 5, 2023 · 3 comments
Open

Question: How do I generate multiple charts with different sizes? #137

sl5035 opened this issue Sep 5, 2023 · 3 comments

Comments

@sl5035
Copy link

sl5035 commented Sep 5, 2023

Our team is trying to generate around a million charts with different random sizes. Generating this many canvases with each different sizes seems to be too much for the computer's memory. Is there a way to generate millions of charts with different sizes without causing a memory issue?

@victorekpo
Copy link

Maybe you could do a deployment with multiple containers that all render to one source, then you load the data from your application?

@sharq88
Copy link

sharq88 commented Oct 5, 2023

@sl5035 #138 might be interesting to your use-case?

@sl5035
Copy link
Author

sl5035 commented Oct 10, 2023

@victorekpo , @sharq88
Got it, thanks!

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