Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mechtaev committed Oct 4, 2024
2 parents a8d4b03 + 4f4eeef commit 9aa78ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h6 class="text-center">Top fifteen most popular venues</h6>
var publicationsPerAuthor = new Chart(ctx, {
type: 'horizontalBar',
data: {
labels: ["Martin Monperrus","Claire Le Goues","Abhik Roychoudhury","Westley Weimer","Matias Martinez","Yingfei Xiong","Kui Liu","Tegawendé F. Bissyandé","Dongsun Kim","Stephanie Forrest","Xiaoguang Mao","Sergey Mechtaev","Anil Koyuncu","Jacques Klein","David Lo"],
labels: ["Martin Monperrus","Claire Le Goues","Abhik Roychoudhury","Westley Weimer","Matias Martinez","Yingfei Xiong","Kui Liu","Tegawendé F. Bissyandé","Dongsun Kim","Stephanie Forrest","Xiaoguang Mao","Sergey Mechtaev","Anil Koyuncu","Jacques Klein","David Lo"],
datasets: [{
label: '# of publications',
data: [34,33,33,24,20,18,18,18,17,17,15,15,14,12,12],
Expand Down

0 comments on commit 9aa78ed

Please sign in to comment.