mirror of https://github.com/hykilpikonna/AquaDX
[S] Style chartjs
parent
68569ad875
commit
ab8276df2f
|
@ -58,7 +58,17 @@
|
|||
xAxis: {
|
||||
type: 'time'
|
||||
}
|
||||
}}} />
|
||||
},
|
||||
plugins: {
|
||||
legend: {
|
||||
display: false
|
||||
},
|
||||
tooltip: {
|
||||
mode: "index",
|
||||
intersect: false
|
||||
}
|
||||
},
|
||||
}} />
|
||||
</div>
|
||||
|
||||
<div id="cal-heatmap" bind:this={calElement} />
|
||||
|
|
Loading…
Reference in New Issue