mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-16 15:48:45 -05:00
Fix unwanted legend showing on user seasons page graph
This commit is contained in:
@@ -248,6 +248,8 @@ export default function Chart({
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
// Legend is registered globally by ObjectiveTimeline, opt out explicitly
|
||||
legend: { display: false },
|
||||
tooltip: {
|
||||
enabled: false,
|
||||
external: ({ chart, tooltip }) => {
|
||||
|
||||
Reference in New Issue
Block a user