[S] Style chartjs

This commit is contained in:
Azalea
2024-02-11 22:40:12 -05:00
parent 68569ad875
commit ab8276df2f

View File

@@ -58,7 +58,17 @@
xAxis: {
type: 'time'
}
}}} />
},
plugins: {
legend: {
display: false
},
tooltip: {
mode: "index",
intersect: false
}
},
}} />
</div>
<div id="cal-heatmap" bind:this={calElement} />