Skip to content

Implement serial plotter webapp using chart.js #4

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

Merged
merged 40 commits into from
Nov 23, 2021
Merged

Implement serial plotter webapp using chart.js #4

merged 40 commits into from
Nov 23, 2021

Conversation

fstasi
Copy link
Contributor

@fstasi fstasi commented Nov 10, 2021

No description provided.

@fstasi fstasi requested a review from AlbyIanna November 10, 2021 09:55
@fstasi fstasi force-pushed the chartjs branch 2 times, most recently from f2fe2e6 to 5fc8e88 Compare November 11, 2021 08:54
@fstasi fstasi force-pushed the chartjs branch 2 times, most recently from fdb820f to d0a2a9d Compare November 11, 2021 10:38
@per1234 per1234 added the topic: code Related to content of the project itself label Nov 20, 2021
@@ -51,7 +51,7 @@ export default function App() {
? document.body.classList.add("dark")
: document.body.classList.remove("dark");
}
setConfig({ ...config, ...message.data });
setConfig((c) => ({ ...c, ...message.data }));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

💯

Copy link
Contributor

@AlbyIanna AlbyIanna left a comment

Choose a reason for hiding this comment

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

🚀

@AlbyIanna AlbyIanna merged commit 0ab7fbf into main Nov 23, 2021
@per1234 per1234 deleted the chartjs branch October 19, 2022 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants