thinkwee commited on
Commit
af678b1
·
1 Parent(s): b356dc8

fix display

Browse files
Files changed (1) hide show
  1. charts.js +1 -1
charts.js CHANGED
@@ -335,7 +335,7 @@ function updateScalingCharts(dimension) {
335
  void path.offsetWidth;
336
 
337
  // Trigger animation
338
- path.style.transition = 'stroke-dashoffset 0.8s ease-out';
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
  });