fix: disable loading animations on chart graphs

This commit is contained in:
Graham McIntire 2026-01-21 10:59:12 -06:00
parent 1fc066d95b
commit cba1f87f8f
No known key found for this signature in database

View file

@ -234,6 +234,7 @@ const SensorChart: SensorChartHook = {
options: {
responsive: true,
maintainAspectRatio: false,
animation: false,
interaction: {
mode: 'index',
intersect: false,