[READ-ONLY] Mirror of https://github.com/probablykasper/starchart. GitHub star history graph starchart.kasper.space
chart github github-api github-star graph history star star-history stargazers stars
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix lint error

Kasper (Mar 10, 2025, 1:43 AM +0100) 046fd960 729c6546

+1 -2
+1 -2
src/routes/Tooltip.svelte
··· 110 110 > 111 111 <table> 112 112 <tbody> 113 - <!-- svelte-ignore svelte/require-each-key --> 114 - {#each values as tooltip_value} 113 + {#each values as tooltip_value (tooltip_value.line.name)} 115 114 {#if !tooltip_value.line.hidden} 116 115 <tr> 117 116 <td class="name" style:color={bright_colors[tooltip_value.line.color]}