You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Dashboard embedding new methods and embedding options 🥳
Get an image of an embedded dashboard by using the new getImage() method to get PNG in base64 or binary encoding
Get the chart data from an embedded dashboard chart by using the new method getData() for dashboard charts
Added a new charts field in the dashboard embedding options for createDashboard() that allows you to configure the charts individually in an embedded dashboard. For now, you can specify a different filter for every chart in the embedded dashboard.