Improve granularity when zoom in block fees bar graph

This commit is contained in:
natsoni
2024-05-14 20:31:25 +02:00
parent 42d591bf4c
commit c2a3ff4b67
6 changed files with 254 additions and 36 deletions

View File

@@ -45,7 +45,7 @@
</form>
</div>
<div class="chart" *browserOnly echarts [initOpts]="chartInitOptions" [options]="chartOptions"
<div class="chart" *browserOnly echarts [initOpts]="chartInitOptions" [options]="chartOptions" [style]="{opacity: isLoading ? 0.5 : 1}"
(chartInit)="onChartInit($event)">
</div>
<div class="text-center loadingGraphs" *ngIf="!stateService.isBrowser || isLoading">