diff --git a/data/demo.mv.db b/data/demo.mv.db index f3831a855cd30eccd93151d4e4273a5c67b3f682..d8f8773b4b4ecf7b631b43ad282f99b1dcb992bd 100644 Binary files a/data/demo.mv.db and b/data/demo.mv.db differ diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html index c67679e0c64615493264bf5a8ba67b0988b2309e..6ccf7ffe0a866cb9b8040579c58296ead3a2385e 100644 --- a/src/main/resources/templates/statistics.html +++ b/src/main/resources/templates/statistics.html @@ -145,25 +145,7 @@ paper_bgcolor: '#6780a3', font: { color: '#ffffff' } }; -/* - Plotly.newPlot('statusChart', [pieTrace], pieLayout, { responsive: true }) - .then(() => { - let step = 0; - const totalSteps = 60; - - const animate = () => { - step++; - const interpolatedValues = statusValues.map(v => v * (step / totalSteps)); - Plotly.restyle('statusChart', { values: [interpolatedValues] }); - if (step < totalSteps) { - setTimeout(animate, 15); - } - }; - - animate(); - }); -*/ Plotly.newPlot('statusChart', [{ type: 'pie', labels: statusLabels,