iot-app-kit
iot-app-kit copied to clipboard
A development library for creating web applications to visualize industrial data
## Overview Provide an explanation of what the change is ## Verifying Changes ### Scene Composer For `scene-composer` package changes specifically, you can preview the component in the published storybook...
## Overview Addressing a portion of the linter warnings from the implementation of `react-hook` linter on Scene Composer. Takes us from 712 to 672 warnings. Updates include: - Removing unused...
Widget resize is not working properly due to a dynamically created styled component for the tooltip **To Reproduce** Steps to reproduce the behavior: https://github.com/awslabs/iot-app-kit/assets/142866907/d321a349-6fa8-4f57-8df4-1737e312e688 **Expected behavior** Create a new StyledComponents...
| :exclamation: PLEASE MAKE THESE CHANGES UNDER A FEATURE FLAG | |-----------------------------------------| | :exclamation: PLEASE MAKE THESE CHANGES IN SMALL INCREMENTAL PRs AND NOT AT ONCE | |-----------------------------------------| Create a...
## Overview Sets up base logic for Manual Tests in AppKit to match Grafana ## Verifying Changes - sign into aws cli for account `540844875673` (make sure this is your...
Task to write end to end tests for both widgets. In order to do this please remove any feature flag references. ```[tasklist] ### Tasks - [ ] Remove feature flag...
This task is to implement a new gauge widget in react-components utilizing the echarts gauge Echarts Gauge examples - https://echarts.apache.org/examples/en/index.html#chart-type-gauge Echarts Gauge series type - https://echarts.apache.org/en/option.html#series-gauge.type the following designs are...
This issue is dependent on https://github.com/awslabs/iot-app-kit/issues/2667. Note: This issue will be updated with additional theming options as we understand which we need. Extend `useTheme` to support additional Cloudscape theming options....
This task is to add timezone support for the shared widgets of IoT App Kit. Add a new optional property, `timeZone?: string;`. This will be used to format dates into...
For the Bar Chart, Y axis label is showing on the top for the Bar Chart. **To Reproduce** Steps to reproduce the behavior: 1. Add the bar chart widget 3....