grafana-image-renderer icon indicating copy to clipboard operation
grafana-image-renderer copied to clipboard

Add chromium-swiftshader to enable webGL

Open adkinsjd opened this issue 2 years ago • 2 comments

Image rendering of panels depending on webGL (such as mapbox plots in the plotly plugin https://grafana.com/grafana/plugins/ae3e-plotly-panel/) does not work with this container. The renderer tries but fails to initialize webGL.

Adding chromium-swiftshader along with the "--use-gl=swiftshader" command line argument solves the issue.

This PR adds chromium-swiftshader to the apk package list. The command line argument can be added through the current config mechanism.

adkinsjd avatar Mar 16 '22 02:03 adkinsjd

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 15 '22 17:06 CLAassistant

👍

jacksongoode avatar Mar 31 '23 21:03 jacksongoode