We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be910d0 commit 25f759cCopy full SHA for 25f759c
app/src/pages/PageHome.vue
@@ -126,21 +126,7 @@
126
127
<template #year="{ row }">{{ row.year }}</template>
128
</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
+
144
<div class="col">
145
<AppHeading level="3">Notes</AppHeading>
146
0 commit comments