mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 14:27:28 +08:00
[S] Style chartjs
This commit is contained in:
@@ -58,7 +58,17 @@
|
|||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'time'
|
type: 'time'
|
||||||
}
|
}
|
||||||
}}} />
|
},
|
||||||
|
plugins: {
|
||||||
|
legend: {
|
||||||
|
display: false
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
mode: "index",
|
||||||
|
intersect: false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="cal-heatmap" bind:this={calElement} />
|
<div id="cal-heatmap" bind:this={calElement} />
|
||||||
|
|||||||
Reference in New Issue
Block a user