This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Stats Cards -->
|
||||
<div class="stats-grid">
|
||||
<!-- <div class="stats-grid">
|
||||
<div class="stat-card">
|
||||
<div class="stat-icon active">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
@@ -62,7 +62,7 @@
|
||||
<div class="stat-label">Total Value</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- Sunday Attendance Trend -->
|
||||
<div class="section">
|
||||
@@ -98,8 +98,8 @@
|
||||
</kendo-chart-series-item>
|
||||
<!-- Invisible line series whose only job is to carry the total label on top of each bar. -->
|
||||
<kendo-chart-series-item type="line" [data]="attendanceTotal" [visibleInLegend]="false"
|
||||
color="transparent" [width]="0" [markers]="{ visible: false }"
|
||||
[highlight]="{ visible: false }" [tooltip]="{ visible: false }">
|
||||
color="transparent" [width]="0" [markers]="{ visible: false }" [highlight]="{ visible: false }"
|
||||
[tooltip]="{ visible: false }">
|
||||
<kendo-chart-series-item-labels [visible]="true" position="above" color="#374151"
|
||||
font="bold 13px sans-serif" [content]="totalLabelContent">
|
||||
</kendo-chart-series-item-labels>
|
||||
|
||||
Reference in New Issue
Block a user