Superset Dashboard is a library built on top of Apache Superset to help you publish your dashboards outside of the Superset application.
Superset
After testing, countless iterations, and real-world usage, I'm thrilled to announce the first stable release of the superset-dashboard-sdk! π οΈβ¨ Thiβ¦
Thanks to @sundar68 for: - added `urlParams` support
Thanks to @Adnan0061 for: - modified height height: calc(100vh - 300px); to height: inherit; because this fixed height might not be appropriate forβ¦
- fix: added fully support for superset native filters (thanks to @smowden)
- `dataProvider` prop of `Dashboard` component now supports null.
- added support for `title` in `NativeFilterConfiguration` to implement `Divider`.
- added correct declaration for chart query request
- chart query request form_data params nullable