Aitema-gmbh commented on PR #39236: URL: https://github.com/apache/superset/pull/39236#issuecomment-4440504616
@rusackas the SVG renderer is now gated behind a feature flag as you suggested, in `838a5a46`. Default stays on canvas (preserves performance for dashboards with very large series), opt-in via `ACCESSIBLE_CHART_RENDERING` for deployments that need WCAG 1.4.5. Both `CanvasRenderer` and `SVGRenderer` are registered, so chart init works regardless of which mode is active. The two bot threads on this PR are also resolved. Ready for re-review. -- 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]
