mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-19 19:26:12 -07:00
heatmaps: part 6
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user