diff --git a/package.json b/package.json index fb75aba..d8bea6b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tourdino", "description": "Calculate and visualize similarity measures.", "homepage": "https://phovea.caleydo.org", - "version": "7.0.0", + "version": "7.0.1", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", @@ -65,7 +65,7 @@ "d3.parsets": "git+ssh://git@github.com/jasondavies/d3-parsets#v1.2.4", "jstat": "^1.9.4", "lodash": "~4.17.20", - "tdp_core": "^16.0.1", + "tdp_core": "^16.1.0", "vega": "~5.20.0", "vega-embed": "6.19.1", "vega-functions": "5.12.0", diff --git a/src/tasks/ATouringTask.ts b/src/tasks/ATouringTask.ts index 23dec57..3dadd94 100644 --- a/src/tasks/ATouringTask.ts +++ b/src/tasks/ATouringTask.ts @@ -744,10 +744,9 @@ export abstract class ATouringTask implements ITouringTask { .each(function () { rowCategories.push(d3v3.select(this).text()); }); - // the first cell in the first row of the cells tbody + // the first cell in the first row of the cells tbody## Release notes const row = d3v3.select(tbody).select('tr').select('td').text(); - // maxIndex is the maximum number of table cell in the table const maxLength = d3v3.select(tbody).select('tr').selectAll('td')[0].length; // if currMaxIndex and maxIndex are not the same -> increase headerIndex by one