fix: disable loading animations on chart graphs
This commit is contained in:
parent
1fc066d95b
commit
cba1f87f8f
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ const SensorChart: SensorChartHook = {
|
|||
options: {
|
||||
responsive: true,
|
||||
maintainAspectRatio: false,
|
||||
animation: false,
|
||||
interaction: {
|
||||
mode: 'index',
|
||||
intersect: false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue