Hello community,
I am looking for a way to convert redash dashboard as image. I know it is not supported out of the box but any help is appreciated.
thanks
Hello community,
I am looking for a way to convert redash dashboard as image. I know it is not supported out of the box but any help is appreciated.
thanks
There are browser extensions that can take full-page screenshots (I think Firefox does this natively too). That’s the route I would follow. For programmatic usage you could spin up a headless chrome instance that visits the URL, screenshots the viewport, and saves / sends that image somewhere.
This is in fact how the old snap.redash.io service worked Although that code is no longer in use you can read through it here.
thanks Jesse for sharing.