timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

Adding multiple timelines places them directly on top of each other (Z-direction) #56

Closed gabaum10 closed 11 years ago

gabaum10 commented 11 years ago

If I try and add several timelines to a single view, they are all placed on top of each other when you add them in through the menu in the bottom right. I would expect them to stack up in the Y-direction. Could this be related in some part to issue #55? There may be a configuration option I am missing...

To replicate, simply use a dataset with multiple timelines. When you show them, you will see exactly what I am talking about.

timeglider commented 11 years ago

On the level of the timeline data, you can now add a "bottom" value so that when it loads, it's positioned at the specified "height" (distance upward from the bottom).