ChartjsNodeCanvas icon indicating copy to clipboard operation
ChartjsNodeCanvas copied to clipboard

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

Open sl5035 opened this issue 2 years ago • 3 comments

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?

sl5035 avatar Sep 05 '23 06:09 sl5035

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

victorekpo avatar Sep 05 '23 13:09 victorekpo

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

sharq88 avatar Oct 05 '23 11:10 sharq88

@victorekpo , @sharq88 Got it, thanks!

sl5035 avatar Oct 10 '23 01:10 sl5035