update: 隐藏图表的准确率
This commit is contained in:
parent
36ff64fd96
commit
f3dabb887e
@ -1,5 +1,5 @@
|
||||
<div class="chart-container show">
|
||||
<div class="station-info-title" style="text-align:right;margin-bottom:8px">
|
||||
<div class="station-info-title" style="text-align:right;margin-bottom:8px" *ngIf="showAccuracy">
|
||||
<div #accPanel id="accuracyPanel" class="accuracy-panel" style="display:none;font-size:12px;color:#374151;white-space:nowrap;">
|
||||
<span class="item"><span class="label">+1h:</span><span #accH1 id="accH1" class="value">--</span></span>
|
||||
<span class="item" style="margin-left:8px"><span class="label"> +2h:</span><span #accH2 id="accH2" class="value">--</span></span>
|
||||
@ -10,4 +10,3 @@
|
||||
<canvas #canvas id="combinedChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user