xzdarcy / react-timeline-editor

react-timeline-editor is a react component used to quickly build a timeline animation editor.
https://zdarcy.com/
MIT License
347 stars 93 forks source link

How to render an array data in a single row? #45

Closed anushnaikl closed 7 months ago

anushnaikl commented 7 months ago

I have a data set, which contains different arrays. Now I want to render each array data in a single row. How is that possible?

vikhyatsingh123 commented 4 months ago

You can do that by changing the styling in CSS. Just make top:0 for all the bar. It will work