Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

MG-209 - Update Line charts #230

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

ianmuchyri
Copy link
Contributor

What type of PR is this?

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Dependency Update

What does this do?

Update line charts to be able to populate the charts with the data from the readers.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

  • Yes
  • No, and this is why:

Did you document any new/modified functionality?

  • Yes
  • No, and this is why:

Notes

@ianmuchyri ianmuchyri marked this pull request as ready for review March 12, 2024 14:25
async function getData(linechart,chartData) {
try {
const response = await fetch(
"/data?channel=" + chartData.channel +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to take into account the UI prefix here.

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
@dborovcanin dborovcanin merged commit 9be17fc into absmach:main Mar 13, 2024
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Line chart widgets to fetch data from timescale reader
2 participants