Open djholly123 opened 10 years ago
Yes that would be nice. It' not supported right now, the grids are absolutely positioned divs with a height of zero, so you can't give the groups a background color
many thanks for response would be a very handy feature yes
It would be great! When you have 50 rows (or even less) and many events the timeline becomes not clear.
now migrated vis.js to achieve this
@djholly123: what do you mean by migrated to achieve this?? could you please share your experience.
hi
using [https://github.com/almende/vis]
I uses this css to get alternate row shading
.vis.timeline .labelset .inner { width: 150px; } .vis.timeline .vlabel:nth-child(even), .vis.timeline .background .group:nth-child(even) { background:#f0f0f0; } .vis.timeline .vlabel:nth-child(even), .vis.timeline .background .group:nth-child(even) { background: rgba(128, 128, 128, 0.1); }
@djholly123 that doesn't work for me even with /deep/ and !important combined.
Hi
I have a timeline using groups feature and would like to alternate shade color the grid rows #white #f5f5f5 perhaps to make the groups stand out more clearly
css seems tricky to do this any help appreciated