thinkwee commited on
Commit ·
af678b1
1
Parent(s): b356dc8
fix display
Browse files
charts.js
CHANGED
|
@@ -335,7 +335,7 @@ function updateScalingCharts(dimension) {
|
|
| 335 |
void path.offsetWidth;
|
| 336 |
|
| 337 |
// Trigger animation
|
| 338 |
-
path.style.transition = 'stroke-dashoffset
|
| 339 |
path.style.strokeDashoffset = '0';
|
| 340 |
}
|
| 341 |
});
|
|
|
|
| 335 |
void path.offsetWidth;
|
| 336 |
|
| 337 |
// Trigger animation
|
| 338 |
+
path.style.transition = 'stroke-dashoffset 2s ease-out';
|
| 339 |
path.style.strokeDashoffset = '0';
|
| 340 |
}
|
| 341 |
});
|