-
Notifications
You must be signed in to change notification settings - Fork 249
Chart data source selection #955
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
base: master
Are you sure you want to change the base?
Conversation
Can you add some screenshots? |
Thanks for the pictures, makes it a lot more clear! On initial though, I think the axis selection should be on the dashboard, near the graph, not in settings. Not sure how that should be UI wise. Secondly, someone on Discord is working in the same area, but has a different direction: https://discord.com/channels/1091348375301013615/1094385595981246535/1375742408045760595 |
e7a714b
to
894d10e
Compare
This is awesome! But I agree the source selector should be in the chart page. |
main/http_server/axe-os/src/app/components/home/home.component.ts
Outdated
Show resolved
Hide resolved
@terratec I added my changes to the two dropdowns on the dashboard. It works fine. Just apply the attached patch file to your code. What we need is to reset the chart dataset for the changed axis. See my video at the end. Screen.Recording.2025-05-30.at.19.46.13.mov |
This is fantastic, thank you! Maybe we can call |
@terratec I tested your latest changes, it looks like the view is reloading, but the chart is still broken. Screen.Recording.2025-05-31.at.18.20.54.mov |
This is only a limitation with the static test data in system.service.ts. |
@terratec I changed something and it looks much better without re-rendering the view. Untitled.patch Untitled2.mov |
With this change the previous data is missing. I think we need PR #951 and then we can also move "load previous data" into a separate function. |
Ah, you right. Okay, then we'll wait for the merge. |
ed5a040
to
f72c633
Compare
@duckAxe With #996 a new subscription for |
f72c633
to
77cb3f6
Compare
…reload optimization
This reverts commit c6566ea.
45d92eb
to
8caceaf
Compare
All data sources can be selected on-the-fly for the chart (y or y2 axis).