Skip to content

Commit 25f759c

Browse files
remove duplicate chart
1 parent be910d0 commit 25f759c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

app/src/pages/PageHome.vue

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -126,21 +126,7 @@
126126

127127
<template #year="{ row }">{{ row.year }}</template>
128128
</AppTable>
129-
130-
<template v-if="Object.keys(publicationsOverTime).length > 1">
131-
<div class="charts">
132-
<AppTimeChart
133-
class="chart"
134-
title="Publications"
135-
:data="publicationsOverTime"
136-
:cumulative="cumulative"
137-
by="month"
138-
/>
139-
</div>
140-
141-
<AppCheckbox v-model="cumulative">Cumulative</AppCheckbox>
142-
</template>
143-
129+
144130
<div class="col">
145131
<AppHeading level="3">Notes</AppHeading>
146132

0 commit comments

Comments
 (0)