-
Notifications
You must be signed in to change notification settings - Fork 629
Removed Fit-to-Screen and Slider as we do not need them anymore #370
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
Removed Fit-to-Screen and Slider as we do not need them anymore #370
Conversation
rm slide rm fit to screen fixing download
frontend/src/graph/ui/Chart.vue
Outdated
<svg class="visual-dl-page-left"> | ||
<svg | ||
class="visual-dl-page-left" | ||
id="graphSvg"> |
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.
i think Vue style people normally use like ref="graphSvg" and reference as let svg = this.$refs.graphSvg
instead of let svg = document.getElementById('graphSvg');
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.
Got it. Thanks!
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.
Done
Also tuned Download to work. But SVG image quality is poor (see below). Will continue on this next Monday.