COSCUP / 2018

4 stars 5 forks source link

Use work around to avoid timeline not show #40

Closed othree closed 6 years ago

othree commented 6 years ago

This is a vis issue related to almende/vis#4030. When the data of timeline is too much, it might not able to complete draw it before check and show it. So force call redraw when got second changed event from outside to show the timeline.

There are two changed event when page load. I think the first one is when the container mounted in to the DOM. And the second is when the timeline rendered.