-
Notifications
You must be signed in to change notification settings - Fork 18
Fix sunburst chart not resolved; fix data loading on dashboard #73
Fix sunburst chart not resolved; fix data loading on dashboard #73
Conversation
@@ -29,7 +29,7 @@ import { | |||
//@ts-ignore | |||
EuiStat, | |||
} from '@elastic/eui'; | |||
import { Chart, Partition, PartitionLayout } from '@elastic/charts'; | |||
import { Chart, Partition, PartitionLayout } from '@elastic/charts/dist/index'; |
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.
wow, after I had pulled all of our latest changes I never ran into this issue again... you were getting this issue with 7.6.1 kibana oss?
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.
yes
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 use code from here, but I run yarn start --no-base-path --oss
. Will that make a difference?
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.
hmm no, I was doing the same. if you still encounter the issue i agree we should add this
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
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 change!
Issue #, if available:
Description of changes:
Fix the bug of getting data request time out for sunburst chart on dashboard
Fix sunburst chart not resolved.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.