Feature Ideas
Submit IdeaAllow Tables to Download all Data
Hey there, currently tables are only able to download the lines that are displaying on the dashboard. Ideally, the download button for tables would not see the visible lines as limitation for the download.
Nickolas L0
To have a color (or two) variables on Containers
Right now whenever we are building a dashboard, it can feel quite white. One solution would be to allow users to pass border and background color to the container component in order to make it more customisable. We created a MVP for it, but it does not uses the 'Container.tsx' component previously build on the Vanilla Charts.
Ella Cullen0
Ability to rename table headers
Today, when adding a table to the no-code builder, we have to use the column title (defined on the dataset model) as the column header name. Ideally we would be able to renamed those to whatever we want.
Ella Cullen0
Show page count on table component
Idea: there could be an optional input measure for the total number of rows. If supplied, the table component could use this measure to retrieve the total number of rows in parallel, and calculate the page count from this
Tom G0
A 'sum' or 'total' section for the pivot table
It would be great to be able to add a 'sum' or 'total' to the rows & columns of the pivot table.
Ella Cullen0
Have a 'last X days' filter
It would be nice to be able to enter the number of days in the filter - e.g. last X days, and then you enter 3, 90, 48 days etc. - whatever you want to see!
Ella Cullen1
Have a tooltip option for charts
It would be great to be able to add a tooltip for each chart type that could have info about the data being displayed to the user.
Ella Cullen0
"Download All as CSV" Option
Currently the "Download as CSV" option only downloads the data currently loaded / displayed by the element in question, so for example if the table is showing 100 rows and you click "Download as CSV" you get a 100 row CSV file. Customers would like the option to allow a download of all of the data even if it's not all displayed. This can be accomplished with the download button ... but it means having to create and display a fairly large download button for each component individually. It might be worth exploring adding the "download all" option to the dropdown that currently includes CSV/PNG
Christopher Buecheler0
Add interactivity to all charts
Enable users to click on the bars / segments / lines etc in each chart option to filter the dashboard. Currently, this is only available on the pie chart.
Harry0
Debounce Multi-Select Dropdown
Currently selecting an item in the multi-select dropdown has an immediate impact, which can hammer a database if someone is clicking a lot of things in rapid succession. It would probably make sense to add a short timer (200 - 500 ms) that gets reset with each click and only makes the data call after the timer has elapsed.
Christopher Buecheler1
Ability to override metric names
It would be really useful to be able to rename metrics so that they make sense for end users
Ella Cullen0
Ability to use a variable as part of a title / description in components
It would be really nice to be able to populate a part of a description or title with a variable, so that it could dynamically change based on, for example, a customer input or maybe on a dropdown / date picker they have selected.
Ella Cullen0
Right-align / left-align within columns of the table
It would be great to be able to right-align or left-align within the table columns
Ella Cullen0
Add a way to see all the options in Dropdown components
Currently it shows just the number of items that you specify in the limit. But different customers have different number of items. So would be super helpful if there was a way to load more items as you scroll down the list (e.g. infinite scroll, or "load more") Currently you can load more using search, but sometimes we don't know what we're looking for. Then it's better to be able to scroll down the list.
Tom G0
Add a MUI repo to use out-of-the-box
It would be really helpful to have an example of some MUI components that can be used out-of-the-box
Ella Cullen0