christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

Charts with Dates are not rendering for the first time app opened. #267

Closed RaviKiranMakala closed 2 years ago

RaviKiranMakala commented 2 years ago

I am trying to add google charts to PDF using this library. I tried charts with value vs value (i.e Number on X axis vs Number on Y axis). It is working when i added settings.setJavaScriptEnabled(true); settings.setJavaScriptCanOpenWindowsAutomatically(true);. But when i try the charts with time on X-axis. It is not rendering for the first time, but later it is showing every time.