Feature Ideas
Submit IdeaShow/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
A 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 L4
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 G1
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 G1
Support self-hosted
We will support the option for customers to self-host Embeddable.
Ella Cullen1
Undo/redo actions in the no-code builder
Easily undo or redo changes made in the no-code builder.
Ella Cullen0
Define security contexts directly in builder
Currently you define security contexts for the builder by adding them to security-contexts.sc.yml. This ticket is the ability to define additional security contexts directly in the builder, via the UI.
Tom G0
Support for Angular
Enable developers to use Angular to create components.
Ella Cullen0
Support for `variables` in client-context.cc.yml
Embeddable already allows you to override variables in your Embeddable, dynamically, when Embedding in your app. Testing this in the builder, however, is a little manual right now. This feature will allow you to define set variables for each client-context, and switch between them as you switch client context in the builder.
Tom G0
Support Filter match strings against Regular Expressions
Regular Expressions are powerful and flexible, there are situations where the built-ins "Start With" and "Ends With" can't cover. It would also be a nice compromise for some cases until nested OR/AND are supported.
Jean R0
Add a drilldown in the no-code builder
Drilldowns are super helpful for end users, so being able to add them within the no-code builder is really important - e.g. by opening a sub-embeddable via a modal.
Ella Cullen4
End users can download Embeddables as PDF
End users can download their dashboard as a PDF
Ella Cullen1
Support for different timezones
Currently Embeddable uses UTC by default (e.g. when aggregating results by day / week / etc.). We plan to support supplying a timezone, per dashboard session, so each user can see the results in the timezone that makes sense for them. This will also involve making the caching layer timezone-aware.
Tom G1
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
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 Cullen4