-
Notifications
You must be signed in to change notification settings - Fork 311
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
Create visualization dashboard #1032
Create visualization dashboard #1032
Conversation
…ve readability and layout consistency.
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.
This looks good, and satisfies the requirements of the GSOC 2024 agreement we had! Great work! Thanks for working with us. If you're interested to continue working with this project or caMicroscope or open source, I'd recommend taking time to decide your personal goals so we can help you find projects which are inherently valuable to you!
} | ||
} | ||
|
||
function sanitize(string) { |
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.
Good idea!!
const data = await store.findSlide(); | ||
if (data.length == 0) { | ||
var div = document.querySelector('.container'); | ||
div.textContent = `No Data Found ... x _ x`; |
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.
cute!
Created a dashboard for visualizations of annotation information





A new ViewerGraph button was added to the info page.
When the button is pressed, the following dashboard page is displayed
Clicking the button in the upper right corner of the graph will display a modal with a more magnified view of the graph.
Responsive support is available.
Summary
Create a button to go to the new dashboard screen.
Create a dashboard
Motivation
To visualize annotation information
Testing
- annotation: 0, user:0
Dashboard


DB
- annotation: 2, user:1
Viewer



Dashboard
DB
- annotation: 4, user:2
Viewer



Dashboard
DB
Questions