Skip to content

Commit e6d8c2b

Browse files
author
Jelte Lagendijk
committed
Use animation duration set in the modeler
1 parent 4963660 commit e6d8c2b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/ChartJS/widgets/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ define([
567567
maintainAspectRatio : this.maintainAspectRatio,
568568
showTooltips : this.showTooltips,
569569
animation: {
570-
duration: this.chartAnimation ? 1000 : 0
570+
duration: this.chartAnimation ? this.animationDuration : 0
571571
}
572572
};
573573

test/[Test] ChartJS.mpr

0 Bytes
Binary file not shown.

test/widgets/ChartJS.mpk

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)