Hello,
We’re currently utilizing Puppeteer to capture a snapshot of our chart and subsequently convert it into a PDF. However, we’ve encountered performance issues, particularly when performing zoom in/out operations on the generated PDF. We suspect that the Canvas element, where the chart is rendered, may be contributing to the slowdown. After some investigation, we believe that using SVG instead of Canvas for chart plotting could potentially enhance the speed. Is it possible for CanvasJS to support SVG?
Thanks