Feature Ideas
Submit IdeaSupport raw / ungrouped data queries for pivot-table and drill-through use cases
Cube supports an ungrouped query option that disables the GROUP BY clause and returns raw, row-level data. Embeddable does not currently expose this option. Access to ungrouped data can be important for some clients, particularly for pivot table use cases where users want to perform different aggregations (sum, avg, min, max) locally, as well as for drill-through and detailed data inspection. We can evaluate whether and how Embeddable should support Cube’s ungrouped queries in a controlled manner.
Nauman H0
Allow users to clone a dashboard using custom canvas
It would be great to be able to allow end users to clone a custom canvas dashboard so they can take an existing custom canvas, clone it, and then continue to make their own custom edits.
Ella Cullen0
Enable dashboard rollback for Custom Canvas dashboards
End users might accidentally get their dashboard into a bad state and need to undo changes. It would be great if there was some way to undo / rollback their edits.
Ella Cullen0
Different colour lines for the line chart
It would be great to be able to add multiple colours for lines on the grouped charts so that they can be more easily differentiated.
Ella Cullen0
Granularity toggle in charts
This would be a nice way to allow end users to switch between day/week etc.
Ella Cullen0
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
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
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
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
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 G2