Skip to content

Commit f424033

Browse files
Commit from GitHub Actions (build)
1 parent acedf61 commit f424033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statistics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h6 class="text-center">Top fifteen most popular venues</h6>
207207
var publicationsPerAuthor = new Chart(ctx, {
208208
type: 'horizontalBar',
209209
data: {
210-
labels: ["Abhik Roychoudhury","Martin Monperrus","Claire Le Goues","Westley Weimer","Tegawendé F. Bissyandé","Matias Martinez","Kui Liu","Yingfei Xiong","Dongsun Kim","Stephanie Forrest","Xiaoguang Mao","Sergey Mechtaev","Jacques Klein","Anil Koyuncu","Yu Pei"],
210+
labels: ["Abhik Roychoudhury","Martin Monperrus","Claire Le Goues","Westley Weimer","Tegawendé F. Bissyandé","Matias Martinez","Kui Liu","Yingfei Xiong","Dongsun Kim","Stephanie Forrest","Xiaoguang Mao","Sergey Mechtaev","Jacques Klein","Anil Koyuncu","Yu Pei"],
211211
datasets: [{
212212
label: '# of publications',
213213
data: [34,34,33,24,20,20,19,18,17,17,16,15,14,14,12],

0 commit comments

Comments
 (0)