Fix [graph] typo

pull/941/head
niclas 2024-03-05 15:14:36 +01:00
parent f756c18d1d
commit 050f367c68
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ document$.subscribe(function () {
var valuesToSelect = ['1', '2', '3'];
tf.setFilterValue(4, valuesToSelect);
tf.filter();
};
}
function parseFilteredTable(tf, allData) {
var data = [];