diff --git a/docs/batchCodeTable.js b/docs/batchCodeTable.js index d9c43825746..7147a668a28 100644 --- a/docs/batchCodeTable.js +++ b/docs/batchCodeTable.js @@ -134,7 +134,7 @@ class BatchCodeTableInitializer { const uiContainer = document.createElement("div"); row.child(uiContainer).show(); tr.addClass('shown'); - new HistogramView().show('FD6840', uiContainer); + new HistogramView().show(row.data()[1], uiContainer); } }); }