Open isaac-nls opened 1 year ago
Have you managed to make it work without smoothie?
Yes I have, I have it working with Chart.js.
On Thu, 6 Apr 2023 at 13:52, WofWca @.***> wrote:
Have you managed to make it work without smoothie?
— Reply to this email directly, view it on GitHub https://github.com/joewalnes/smoothie/issues/153#issuecomment-1498527718, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWDI6IE6RHZFSHL2PRVRBWDW7ZKYVANCNFSM6AAAAAAWU33VVY . You are receiving this because you authored the thread.Message ID: @.***>
-- Isaac Monteath
Nonlinear Solutions 3/63 Knutsford Avenue Rivervale WA 6103 M: (+61) 0479 128 404 www.nonlinear.com.au
I mean try commenting out the smoothie
code above and see if the setup works.
Hi,
I have a number of fairly high refresh rate charts all being rendered at once. To take pressure off the main thread, I was wondering if I could use web workers to offload the rendering.
Below is the code that I've tried so far. As you can see, I had to mock the window object and the getAttribute() calls for height and width. I'm now facing an error:
Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image source is detached
, which I understand to mean that no frame is ready to draw.Any insights would be greatly appreciated.