Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 <[email protected]>
@dborovcanin dborovcanin merged commit 9be17fc into absmach:main Mar 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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