-
Notifications
You must be signed in to change notification settings - Fork 594
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
Fixes evidentlyai/evidently#1030 negative values on axes #1183
Fixes evidentlyai/evidently#1030 negative values on axes #1183
Conversation
… for negative values
Please merge latest commits from main to fix pip-audit 🤗 |
Hi @GwenVCX Thanks a lot for this PR! This made me pay more attention to this known issue, and, in fact, I found a more appropriate solution to fix this problem. So, please, merge this PR in your evidently fork :) I also added a few comments in PR in order to explain solution, but basically, we just need to set utf-8 charset in the resulting html file |
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.
Fix charset in inline html file
Fixes #1030 Weird labelling for y-axis in some error plots for negative values