Feature Ideas
Submit IdeaShow Model, Components, and Cube Versions on Embeddables List
Add version visibility to the main Embeddables (Dashboards) list view by displaying the selected: Model version Components version Cube version for each dashboard directly in the list screen. Currently, users must drill into each dashboard individually to determine which versions it is pointing to. This creates friction when managing multiple dashboards, validating deployments, debugging inconsistencies, or preparing releases.
Nauman Hayat0
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 G2
Schedule Embeddable dashboard delivery
Enable users to schedule Embeddable delivery via email/Slack/Teams etc.
Ella Cullen3
Connect to a local database when running embeddable:dev
Some teams might have their own local databases that they want to use when building locally, instead of using the connections that are set up via the connections API.
Ella Cullen0
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
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
Starter Canvas for the Custom Canvas
Currently the custom canvas in Embeddable can be enabled to give end users the ability to build their own dashboards. However currently it's not possible to provide a 'starter canvas' or template for end users to clone / customise for themselves. This would be a really helpful addition so users don't start from a blank canvas.
Ella Cullen0
Enable chart-specific download control
There might be scenarios where download options don't make sense (e.g. KPI charts) and clutter the UI. It would be good to have the ability to set this as chart-specific behaviour in the theme (currently it is a global setting
Ella Cullen0
Tabbed comparison line chart
A line chart comparison component where each measure is separated into a separate tab. This enables you to show, for example, an array of measures that may have very different y-axis min / max values in a clear, compact way.
Harry0
Geo 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
Configurable table / pivot totals and subtotals
Add a sub-input to choose whether to show a sum / average / min / max.
Harry0
Area Chart
Add an area chart. This is very similar to a stacked-bar chart i.e. it stacks each line on top of the other.
Harry0
Bubble Chart
Each bubble location on the x/y grid is based on two measures (and a single dimension that is either not displayed, or displayed inside the bubble). The size of the bubble represents a third dimension. e.g. https://www.chartjs.org/docs/latest/charts/bubble.html e.g. https://www.highcharts.com/demo/highcharts/bubble?redirect-to-jsfiddle
Harry0
Combo Bar/Line Chart
Bar + line series on same canvasDual y-axis support (left for bars, right for line or vice versa)Independent formatting per seriesLegend distinguishes series types
Harry0
Enable a toggle between one data point and many in the tooltip
Currently the tooltip behaviour in Remarkable is to show all the values (for example in a multi-line chart this would mean all values for a particular point on the x-axis) but in some cases it would be useful to be able to toggle to just show either one or many data points. You can override the tooltip behaviour via theming but this would be nice to have as OOTB behaviour
Ella Cullen1