Lightning indexing indicators

refs  #2647
This commit is contained in:
softsimon
2023-03-21 17:33:14 +09:00
parent cd2bda4b49
commit d7d45146c8
6 changed files with 32 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ export class NodesChannelsMap implements OnInit {
channelCurve = 0;
nodeSize = 4;
isLoading = false;
showIndexingInProgress = false;
chartInstance = undefined;
chartOptions: EChartsOption = {};
@@ -206,6 +207,8 @@ export class NodesChannelsMap implements OnInit {
let title: object;
if (channels.length === 0 && !this.placeholder) {
this.chartOptions = null;
this.showIndexingInProgress = true;
this.isLoading = false;
return;
}