diff --git a/main.go b/main.go index 83cf0c7..268f76e 100644 --- a/main.go +++ b/main.go @@ -968,7 +968,7 @@ func getTemplateContent(name string) string { backgroundColor: '#f5c2e7', borderColor: '#f5c2e7', fill: true, - order: 3 + order: 3, }, { label: '4-10 seeders', @@ -976,7 +976,7 @@ func getTemplateContent(name string) string { backgroundColor: '#f9e2af', borderColor: '#f9e2af', fill: true, - order: 2 + order: 2, }, { label: '>10 seeders', @@ -984,9 +984,9 @@ func getTemplateContent(name string) string { backgroundColor: '#74c7ec', borderColor: '#74c7ec', fill: true, - order: 1 - } - ] + order: 1, + }, + ], }, options: { responsive: true, @@ -1035,10 +1035,10 @@ func getTemplateContent(name string) string { intersect: false, }, }, - }) + }); } - createChart(); + createChart();