diff --git a/dashboard/osa/index.html b/dashboard/osa/index.html index 57b4c30..248fcb5 100644 --- a/dashboard/osa/index.html +++ b/dashboard/osa/index.html @@ -1173,13 +1173,23 @@

Admin: FeedbackAdmin: Feedback ({ label: labels[doi] || doi, data: years.map(y => byPaper[doi][y] || 0), - backgroundColor: seriesColor(idx, dois.length), + backgroundColor: seriesColor(idx), borderWidth: 0, }));