niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.11k stars 4.75k forks source link

dynamically rendered div (having an amchart) using .appendChild(element) is someitmes skipped by htmltoCanvas #3096

Open abhiseksubham opened 11 months ago

abhiseksubham commented 11 months ago

Please make sure you are testing with the latest release of html2canvas. Old versions are not supported and issues reported for them will be closed.

Please follow the general troubleshooting steps first:

dynamically rendered div (having an amchart) using .appendChild(element) is someitmes skipped by htmltoCanvas I am using pure js inside react document.getElementById('chartContainer').appendChild(chartData) to rednder an already rendered amchart on second page in react code. But while taking the screeenshot the amcharts is coming sometimes but getting skipped most of times.

Bug reports:

Specifications: