Merge branch 'develop' into 1906_gantt_font

This commit is contained in:
Knut Sveidqvist
2021-02-27 13:07:02 +01:00
30 changed files with 6379 additions and 1703 deletions

View File

@@ -190,6 +190,9 @@ export const draw = function(text, id) {
})
.attr('height', theBarHeight)
.attr('transform-origin', function(d, i) {
// Ignore the incoming i value and use our order instead
i = d.order;
return (
(
timeScale(d.startTime) +