displaying batchcode
This commit is contained in:
@@ -23,6 +23,7 @@ class HistogramView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#displayHistograms(histoDescrs) {
|
#displayHistograms(histoDescrs) {
|
||||||
|
this.#uiContainer.appendChild(document.createTextNode(histoDescrs.batchcode));
|
||||||
for (const histoDescr of histoDescrs.histograms) {
|
for (const histoDescr of histoDescrs.histograms) {
|
||||||
this.#uiContainer.appendChild(this.#createHistogram(histoDescr).canvas);
|
this.#uiContainer.appendChild(this.#createHistogram(histoDescr).canvas);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user