Tier based/dynamic dashboards

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.

There’s no particularly efficient solution using off-the-shelf Losant features. Our dashboards are designed to be configured by the solution builder and then presented to end-users. They do not provide much functionality for the end-user to dynamically change that configuration.

When a customer’s data visualization requirements are highly-specific to their use case, it’s quite common to develop completely custom data views through experience pages. Dashboards are still often used in tandem, but they offer more general and use-case independent data views.

1 Like