We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c8da0 commit c127968Copy full SHA for c127968
components/Overview/index.vue
@@ -17,14 +17,14 @@
17
<Latest :data="latest" :invert="true" />
18
</div>
19
<div class="section chart">
20
- <p>Daily</p>
+ <p>Timeline</p>
21
<p class="sub">Click or Drag chart to view daily cases</p>
22
<client-only>
23
<apexchart height="320" type="line" :options="chartOptions" :series="series"></apexchart>
24
</client-only>
25
26
<div class="section timeline">
27
- <p>Timeline</p>
+ <p>Daily</p>
28
<ul>
29
<li
30
v-for="(item, index) in timeline"
0 commit comments