iot-app-kit icon indicating copy to clipboard operation
iot-app-kit copied to clipboard

A development library for creating web applications to visualize industrial data

Results 48 iot-app-kit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Current dashboard distribution includes `react-components` package https://www.npmjs.com/package/@iot-app-kit/dashboard/v/5.1.1?activeTab=code

bug
Triaged
IoT App Kit Core team

**Describe the bug** When requesting aggregated data and panning an error is thrown to the console and datapoints are missing. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug
Triaged
IoT App Kit Core team

## Overview Add tests for KPI component ## Legal This project is available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).

## Overview IN PROGRESS adding i18n to dashboard ## Legal This project is available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).

## 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 * Completing implementation for https://github.com/awslabs/iot-app-kit/issues/2663 * Adding dashboard and widget level support for timeZone. Adding `timeZone` as an optional param to Dashboard, Line chart and KPI. If this...

## 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 Created a story that simply passed in the dashboard config everytime onConfigChange handler is called. This is to try and find the root cause of edge2web bugs which...

## Overview - updated RE to use new RE components in react-components package for modeled and unmodeled tab - hooked up new RE footer to each tab to update query...

## Overview This is the first piece of code for the useTimeSeriesData implementation. This includes a request manager which ensures that requests are deduped, and that the correct time intervals...