[S] Style chartjs

pull/10/head
Azalea 2024-02-11 22:40:12 -05:00
parent 68569ad875
commit ab8276df2f
1 changed files with 11 additions and 1 deletions

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} />