-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Fix broken MultiLine chart #9497
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.
LGTM. Thanks for the fix!
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.
LGTM, thanks for fixing! 👍
Travis has passed CI but the status wasn't reported to Github :( |
Travis is currently almost doing more harm than good. |
Agreed. We're going to try to support the Github Actions work next week. |
OK, build passed again, still no status update from Travis. Does anyone have admin access to merge in this type of situation? |
It seems once GH drops Travis like this, there's no coming back. It's not elegant I know, but I propose closing this and opening a new PR, as this is a pretty critical fix. |
OK, closing + reopening. |
CATEGORY
Choose one
SUMMARY
The lines altered in this PR were introduced 8 days ago in this commit: f0f4f7e
These lines broke
the Multi Line visualization, as that visualization has no
from_dttm
orto_dttm
attributes. MultiLine visualizations on current master display the error'MultiLineViz object has no attribute 'from_dttm'
.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
![Screen Shot 2020-04-09 at 12 11 20 PM](https://user-images.githubusercontent.com/1779034/78934522-ef178800-7a5f-11ea-8e27-b5c36759b6a7.png)
![Screen Shot 2020-04-09 at 12 45 32 PM](https://user-images.githubusercontent.com/1779034/78934580-08b8cf80-7a60-11ea-8a44-4d7d1d98c908.png)
After:
TEST PLAN
I've manually tested the change locally. You can verify the fix by navigating to:
Dashbaoards -> Misc Charts
and scrolling to the bottom where the "Multi Line" chart is displayed.
ADDITIONAL INFORMATION
REVIEWERS
@villebro @dpgaspar @ktmud