We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a72988 commit 18dc13aCopy full SHA for 18dc13a
web/scripts/data.view.js
@@ -124,8 +124,8 @@ function initializeDataView() {
124
viewer.addEventListener('perspective-config-update', event => {
125
if (!restoringConfig) {
126
updateConfig();
127
- updateStats();
128
- }
+ }
+ updateStats();
129
});
130
131
// add viewer click handler for cross-filtering
@@ -172,7 +172,7 @@ function restoreConfig(viewConfig) {
172
// restore view config
173
logMessage(`restoreConfig(\n${JSON.stringify(viewConfig, null, 2)})`);
174
viewer.restore(viewConfig);
175
+ //updateStats();
176
177
// clear updating view config flag
178
restoringConfig = false;
0 commit comments