-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
134f8ce
Initialize project using Create React App
fstasi a8ba0aa
first implementation
fstasi 2a9cfec
Apply suggestions from code review
fstasi ed8527d
css & fonts
fstasi 15ce569
ws connection improvements
fstasi b79806c
improved communication between components
fstasi 2aac56e
Update public/index.html
fstasi ae6b859
added bourbon
fstasi b45a96b
removed prepare script
fstasi c0c1afa
fixed parsing issue 1
fstasi 256c37c
move dependencies to dev-dependecies
fstasi 11c3975
added action caching to speedup releases
fstasi 8400a7a
remove private flag
fstasi 7550e4a
fixed parsing issues
fstasi 1d572a0
update local EoL and baudrate
fstasi 12051e4
adding switch button
fstasi 7b994a0
improved dataset cleanup & data drop
fstasi fd56d57
offload message parsing to webworker
fstasi 25ac4ab
add serial port name and connection status
fstasi b2b5812
scrolling variable names
fstasi e977fd3
updated to version 0.0.7
fstasi 657741c
title bar status fixes
fstasi 11c7efb
remove old dataset from chart
fstasi 33ed7a5
update to 0.0.8
fstasi 6a9122b
fix license
fstasi e9c7479
various graphical fixes
fstasi ec6a368
fix legend ui issues
db39462
disable UI elements when disconnected + UI fixes to bottom panel
2b89872
bump version to 0.0.10
3bc294a
fix message UI when window is small
ce78707
fix labelling issue
0922b0c
Bump app version
59d5f5d
show legend when no data has yet arrived
a6d7d50
show cursor pointer when hovering a button
68c0832
bump version to 0.0.12
5b01199
fix reconnection issues
fstasi fd1ca36
prevent baudrate from being reset
6386c13
bump version to 0.0.14
26b1e3d
clean code
2456425
bump version to 0.0.15
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯