This is a migrated thread and some comments may be shown as answers.

Only one bubble in PDF for bubble chart

1 Answer 34 Views
Drawing API
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
Lee asked on 13 Jul 2020, 03:55 PM

I'm having a similar issue as reported here: https://www.telerik.com/forums/drawdom-with-cloned-chart-fails#ko3KfThygUiX9Q22tdM4ZQ

I'm trying to export a chart to a pdf document that also includes some text and a grid. In my case the chart is a bubble chart. When I export I am only getting one bubble to display on the chart in the pdf even though the rest of the bubbles are displayed on the screen. If I add a setTimeout(function() {// code to finish exporting},5000); to my code I can get it to work but I don't like the idea of relying on setTimeout. I tried using the "render" event but that also only gave me one bubble in the final printout. When I tried the dataBound event it never fired. How do I fix this?

1 Answer, 1 is accepted

Sort by
0
Aleksandar
Telerik team
answered on 15 Jul 2020, 09:54 AM

Hi Lee,

I created a sample dojo based on the provided details to test the reported behavior. I was able to successfully export a Bubble chart and a Grid to PDF and failed to observe the reported behavior

Would it be possible to review it and modify it so the behavior is reproducible and send it back to me for further review?

Regards,
Aleksandar
Progress Telerik

Tags
Drawing API
Asked by
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
Answers by
Aleksandar
Telerik team
Share this question
or