diff --git a/static/lib.js b/static/lib.js index 80dd4d1..c2f5515 100644 --- a/static/lib.js +++ b/static/lib.js @@ -359,6 +359,12 @@ export class GraphPlot extends HTMLElement { this.populateFilterData(labels); } } + if (subplot.Stream) { + for (const pair of subplot.Stream) { + const labels = pair[0]; + this.populateFilterData(labels); + } + } } }