Feature Ideas
Submit IdeaA Duplicate button on dashboard widgets
Wouldn't it be amazing if there was a copy/clone button close to the Edit and Delete ones 🥺
Nickolas L5
Responsive table sizing
Currently the table size is set based on the size of the container for the table component, which works when there are more rows than the size of the table container, but if there are fewer rows, the container is not responsive - i.e. doesn't shrink to fit the number of rows being shown.
Ella Cullen1
Full customisation of custom canvas UI
Right now, certain elements of the custom canvas UI are fixed (e.g. the template popover screen, the 'cancel/add chart' buttons in the template edit UI). It would be great if that was something that could be fully customised so that it could fit with similar behaviours in teams' applications.
Ella Cullen0
Add Advanced Event Tracking
It would be useful for a lot of folks if they were able to view / capture / track more events in Embeddable than strictly those that can be assigned to variables via Embeddable Events. For example, clicks on a bar chart axis, drop-down clicks and selections, link clicks or table clicks, etc. Can we expose more component events in a way that allows users to tie their existing analytics solutions (eg MixPanel) into Embeddable and monitor more interactions?
Christopher Buecheler0
"Other" for bar charts
A "top N + Other" grouping option for bar charts — similar to maxSegments on pie charts, but for bar charts. Currently max-items doesn't appear to produce an "Other" bucket for the remainder.
Ella Cullen0
Track when all component data has loaded
Currently, Embeddable components each load individually, meaning they can load onto the dashboard at different rates. In some cases, this isn't the desired behaviour, rather all components should appear at the same time once all data has loaded. It would be great to have some way to detect these loads from each component, and some event for once all data has loaded, so the that the behaviour could be controlled in this way
Ella Cullen0
Show/hide parts of a dashboard based on a variable
Sometimes a part of a dashboard only makes sense to show once the user has selected an input.
Tom G2
End users can download Embeddables as PDF
End users can download their dashboard as a PDF
Ella Cullen1
Containers for components
To make building dashboards in the no-code builder easier, we'll introduce the concept of 'containers' to layout components on the canvas
Ella Cullen7
API to programmatically configure an Embeddable dashboard
Something to ease a component prop migration, or to create a template in case we go into the hundreds of dashboards. E.g. a basic import/export JSON endpoint to configure an Embeddable
Tom G2
Support for nested AND and OR logic in dataset filters
Currently dataset filters all use simple AND across each filter. It is, however, common that you might want to use OR instead, or a nesting thereof.
Tom G3
Folders for Embeddables
Make it easier for Embeddable builders to organise their Embeddables using folders.
Ella Cullen2
Clone a dashboard from prod to local dev
It would be useful to be able to clone a dashboard from the live workspace to local dev preview so that it could be worked on locally
Ella Cullen2
Schedule Embeddable dashboard delivery
Enable users to schedule Embeddable delivery via email/Slack/Teams etc.
Ella Cullen3
Embeddable metadata API
An API for retrieving the metadata for a published Embeddable dashboard: The canvas layout (position and size of each widget)The component values (input values and types for each of the component inputs)etc. E.g. GET https://api.embeddable.com/api/v1/embeddables/{embeddableId}
Tom G2