jeroenheijmans / advent-of-code-charts

Inject charts in your private leaderboard page for Advent of Code
MIT License
118 stars 21 forks source link

Bug in tooltip for 3rd graph #87

Closed jeroenheijmans closed 7 months ago

jeroenheijmans commented 1 year ago

The "Stars vs Log10(minutes per star)" graph has broken tooltips:

image

It will say things like:

Day 0 star 2 took undefined minutes to complete

Most likely in #81 (merged via a #79 PR) where we updated Chart.js to a newer version, we missed a breaking change? Either way, this should be easy enough to fix.

Probably okay if we fix this in Fall (after we know if there's gonna be a 2023 edition).