From 3a16d6c30cec0a0872b1f695c9088c5521f9e2cf Mon Sep 17 00:00:00 2001 From: Arjun Choudhary Date: Wed, 27 Sep 2023 13:34:25 +0530 Subject: [PATCH] fix: force deprecate unmaintained `animate` --- src/js/charts/BaseChart.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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