diff --git a/src/js/charts/BaseChart.js b/src/js/charts/BaseChart.js index 8d862dc..545ae7f 100644 --- a/src/js/charts/BaseChart.js +++ b/src/js/charts/BaseChart.js @@ -55,8 +55,7 @@ export default class BaseChart { ? options.showLegend : 1, isNavigable: options.isNavigable || 0, - animate: - typeof options.animate !== "undefined" ? options.animate : 0, + animate: 0, truncateLegends: typeof options.truncateLegends !== "undefined" ? options.truncateLegends