Skip to content
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

Time line is not visible when items object is empty #46

Closed
zygisjas opened this issue May 9, 2019 · 3 comments
Closed

Time line is not visible when items object is empty #46

zygisjas opened this issue May 9, 2019 · 3 comments

Comments

@zygisjas
Copy link

zygisjas commented May 9, 2019

I have a weird issue, when I want to render a time line without any items, time line itself is invisible, i can see it in html code in dev-tools, but in browsers window It appears as invisible

@alexcode
Copy link
Owner

@zygisjas, any repro steps or JSFiddle ?

@NLegendre
Copy link

Hi @zygisjas

I had the same problem. A solution I found was to use some css :

.vis-timeline {
    visibility: visible !important;
}

To force the timeline to be visible all the time.

@alexcode
Copy link
Owner

@zygisjas, this is not related to this wrapper but to visjs itself. Please follow the solution provided by @NLegendre.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants