Nikolay Durygin
Nikolay Durygin
@ToBeReplaced i like the approach you provided with let. Definition is cleaner and you don't spread parameters definitions among multiple blocks. Notice also that when you destructure parameters in function...
Is it going to be merged? What's the best way to use this fix until it's released?
Something similar as far as i can tell 
Working for me. Dragging is not right, but it works. Do you have any errors in the console? While testing on the demo page i found that `getChartBody` may be...
This looks really impressive! My only question is how would it look for short tasks where two markers can hardly fit (not sure that's the case for others)?
I have issues with zooming in current version as well. For example here's the demo page with 125% zoom in Chrome:  After some poking (testing with "day" format) it...
Probably CSS will do, but I can't find anything on it, no related properties or methods. Probably i'm missing something. The only way i can imagine solving it with tables...
@mariohmol shouldn't this one be reopened? It's easily reproducible at the moment on the demo page.
I'm working on this issue and converted chart to divs. With divs it works quite fine. Here's current demo at 100%. I'm not sure why but task end dates look...
Ok it seems like there's a better solution. If i just set table-layout:fixed for chart tables and set widths for td - the issues is fixed. For example here are...