heatmaps: part 6

This commit is contained in:
nym21
2026-05-31 01:38:50 +02:00
parent 7e2fc8b455
commit b2345db279
8 changed files with 73 additions and 70 deletions
-4
View File
@@ -147,8 +147,6 @@ function initSelected() {
break;
}
case "heatmap": {
console.log("heatmap");
element = heatmapElement;
setHeatmapOption(option);
@@ -156,8 +154,6 @@ function initSelected() {
break;
}
case "chart": {
console.log("chart");
element = chartElement;
if (firstTimeLoadingChart) {