Feature Ideas
Submit IdeaGeo heatmap chart
A map, including zoom capabilities, that uses colour intensity to show the concentration or magnitude of data across geographic areas. Hotter colours (e.g. red) indicate higher values, cooler colours (e.g. blue) indicate lower values. e.g. https://www.highcharts.com/docs/maps/geoheatmap-series
Harry0
Add a search/filter box to the "View as" security context picker in the builder.
Our workspace has ~500 security context presets (prod + staging pairs for each client). The "View as" picker renders them as one long alphabetical list with no way to search, so switching context means scrolling until you spot the right name. Until a few weeks ago we worked around this with the browser's Ctrl+F, which found the entry and let us jump straight to it. That stopped working — we assume the list was virtualised for performance, so off-screen rows are no longer in the DOM for the browser to find. The workaround is gone and there is no replacement. What we'd like: a text input at the top of the picker that filters the list as you type (substring match on the preset name, so typing "bacardi" narrows it to the Bacardi entries, and "staging" narrows it to staging contexts). Same pattern as any standard searchable select. Who benefits: any workspace with more than ~20 security contexts. For us it's the single most repeated interaction in the builder — we switch context dozens of times a day while testing dashboards against different clients. Nice-to-haves, but the search box alone would solve the problem: keyboard type-ahead / arrow-key navigation so it can be used without the mouseremembering the last few contexts used, pinned at the top
Alba G0
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 L5
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
API to export Embeddable dashboard to PDF
Like this (https://restpack.io/html2pdf) but specifically for your embeddable dashboards
Tom G1
Manage user permissions
Be able to manage your user permissions within your team on Embeddable, for example limit who is able to publish a dashboard, who is able to push code to Embeddable. Also called RBAC (role-based access control).
Ella Cullen0
Undo/redo actions in the no-code builder
Easily undo or redo changes made in the no-code builder.
Ella Cullen0