#847 Handling of embedded javascript in links

This commit is contained in:
knsv
2019-07-21 07:39:36 -07:00
parent 5dd392127f
commit c33533082c
6 changed files with 71 additions and 12 deletions

View File

@@ -201,6 +201,7 @@ export const draw = function (text, id) {
// Append task labels
rectangles.append('text')
.attr('id', function (d) { return d.id + '-text' })
.text(function (d) {
return d.task
})