-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve result charts with arrow indicator #120
Conversation
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.
Looks good!
And thanks for the layout changes which I like, I slightly changed some values as I found the charts to be a little small.
One question: It is working but jshint complains about MutationObserver
not being defined - but it's a build-in object, isn't it?
It's a built-in browser API, so I don't know why it's not recognizing it... |
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 suppressed the warning
Also, I used the opportunity to improve a bit the chart layouts. The chart legend items were sometimes overlapping. I also added more space between the charts to make it more readable.
close #114