Skip to content

Commit 93d7e54

Browse files
committed
BarChart click-thru bug fix
Signed-off-by: Steven Esser <[email protected]>
1 parent feb8aaf commit 93d7e54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/app/js/renderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ $(document).ready(() => {
5151
if (value !== 'No Value Detected') {
5252
cluesTable.clearColumnFilters();
5353
cluesTable.setColumnFilter(attribute, value);
54+
55+
updateViewsByPath(cluesTable._selectedPath);
5456

5557
// This needs to be done only when the column is visible.
5658
// So we do it last to try our best

0 commit comments

Comments
 (0)