dosubot[bot] commented on issue #31579: URL: https://github.com/apache/superset/issues/31579#issuecomment-2556553588
<!-- Greeting --> Hello @tonny-skynet! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together! <!-- Answer --> Superset uses the `dom-to-pdf` library to export visualizations to PDF, which may not support rendering WebGL content, such as deck.gl visualizations, into static formats like PDF <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/utils/downloadAsPdf.ts)</sup>. This could be the reason why exporting deck.gl Polygon visualizations to PDF is not working as expected. Unfortunately, there is no specific documentation or code comments in the Superset codebase that address handling WebGL content during PDF export or any known limitations with exporting deck.gl visualizations <sup>[[2]](https://github.com/apache/superset/blob/master/superset/utils/pdf.py)</sup>. You might need to explore alternative methods or plugins that can handle WebGL content for exporting to static formats, as the current implementation may not support this feature. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/fa7e8497-1ef9-4fa7-aea9-64467cbbc1a8?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/fa7e8497-1ef9-4fa7-aea9-64467cbbc1a8?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/fa7e8497-1ef9-4fa7-aea9-64467cbbc1a8?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/fa7e8497-1ef9-4fa7-aea9-64467cbbc1a8?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fa7e8497-1ef9-4fa7-aea9-64467cbbc1a8?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/fa7e8497-1ef9-4fa7-aea9-64467cbbc1a8?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
