diff --git a/docs/HistogramView.js b/docs/HistogramView.js index fe2336a4a2c..51723ee5bb9 100644 --- a/docs/HistogramView.js +++ b/docs/HistogramView.js @@ -23,6 +23,7 @@ class HistogramView { } #displayHistograms(histoDescrs) { + this.#uiContainer.appendChild(document.createTextNode(histoDescrs.batchcode)); for (const histoDescr of histoDescrs.histograms) { this.#uiContainer.appendChild(this.#createHistogram(histoDescr).canvas); }