I'm trying to set options = { height: "100%" } but it doesn't work cause the div element added inside your component (whose wrap the class="vis-timeline ...") needs a "height: 100%;" css property. I added by my css. i would like sugest you put it on that div.
Overview
I'm trying to set options = { height: "100%" } but it doesn't work cause the div element added inside your component (whose wrap the class="vis-timeline ...") needs a "height: 100%;" css property. I added by my css. i would like sugest you put it on that div.
Package versions
react-visjs-timeline: 1.6.0 vis version: 6.3.5
Code Snippet
My options obj:
Screenshots (if appropriate)
In my browser looks like this...
... and, when i add this height it fixes !
Thanks for read this!