awslabs / iot-app-kit

A development library for creating web applications to visualize industrial data
Apache License 2.0
119 stars 61 forks source link

fix(viewports): format relative viewports properly #3031

Closed corteggiano closed 2 months ago

corteggiano commented 2 months ago

Overview

Before: Relative viewports were being saved as 5 minute 3 week 1 year this did not align with the dashboard save functionality

After: Relative viewports are in the format 30s 5m 1h any relative viewports in days, weeks, months, and years are converted to their appropriate hours

https://github.com/user-attachments/assets/1a560e25-7081-4ff1-a048-366d3311be23

Legal

This project is available under the Apache 2.0 License.