-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Timeline: data item 'align' has no impact #4134
Comments
Hello, |
Thanks. I see that it does work for It feels like I should be able to independently align boxes (both according to the docs and the fact that global alignment works properly.) |
I'll see if I can put together a PR. But looks like the solution is this line in BoxItem:
That line needs to be changed to
That's the pattern used in Changing this locally resolves the issue. |
Ok, great;) maybe take a look also to timeline-plus a new fork maintain by @yotamberk |
This has been fixed and applied in timeline-plus |
@yotamberk I tried the latest (v2.2.2) of timeline-plus and I'm still getting this bug. |
@r3b311i0n please open an issue in my fork and I will check out the problem |
JS fiddle here
From the docs, it looks like I should be able align one particular item separately from the rest:
But the
align:left
in the data seems to have no effect. I'd expect the 2nd item to be aligned on it's left edge. (Applyingalign: left
in the global options works)(thanks for the great tool)
The text was updated successfully, but these errors were encountered: