I’m looking for a way to offer a customizable dashboard without needing to create separate dashboards for each configuration. Ideally, I’d like users to be able to toggle certain values on or off, so they can control which data points are displayed on their dashboard.
Additionally, I’d like to give users the ability to change the resolution of their data, such as switching from a time series view to a bar graph plotted on the time series graph that only shows the highest point over each hour. (or even switch it to a gauge entirely)
Is there an efficient way to achieve this without duplicating dashboards for every possible combination? I know there is custom html, but Id like to try avoiding remaking the time series charts as they lots of functionally id hate to lose.