Hi Kendo Team,
I'm using the exportVisual and exportImage APIs to export a chart to a PNG file in my React application. I expected that setting a larger width and height in the exportImage options would result in a proportionally scaled-up chart. However, while the output image has the correct dimensions (e.g., 1920x1080), the chart content itself does not scale up — it stays small in the top-left corner and does not fill the canvas.
It seems that the exportImage function does not automatically scale the chart visual to match the specified output size.
Please let me know if this is the intended behavior or if there's a simpler way to scale the visual.
Thanks!
Dbcojf8y (forked) - StackBlitz
I'm using the exportVisual and exportImage APIs to export a chart to a PNG file in my React application. I expected that setting a larger width and height in the exportImage options would result in a proportionally scaled-up chart. However, while the output image has the correct dimensions (e.g., 1920x1080), the chart content itself does not scale up — it stays small in the top-left corner and does not fill the canvas.
It seems that the exportImage function does not automatically scale the chart visual to match the specified output size.
Please let me know if this is the intended behavior or if there's a simpler way to scale the visual.
Thanks!
Dbcojf8y (forked) - StackBlitz