From Dark and Darker Wiki
(Removing static window scaling.) |
(Testing label precision) |
||
Line 54: | Line 54: | ||
legend: { | legend: { | ||
display:hasTitle | display:hasTitle | ||
}, | |||
tooltip: { | |||
callbacks: { | |||
label: (ctx) => (`${ctx.dataset.label}: ${ctx.raw}`) | |||
} | |||
} | } | ||
}, | }, |