@datarailsshared/dr_renderer 1.2.390 → 1.2.391
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -9746,6 +9746,11 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
9746
9746
|
return sortingObjectToReturn;
|
9747
9747
|
}
|
9748
9748
|
|
9749
|
+
|
9750
|
+
highchartsRenderer.disableChartAnimations = function (disabled) {
|
9751
|
+
disableAnimation = disabled;
|
9752
|
+
};
|
9753
|
+
|
9749
9754
|
return highchartsRenderer;
|
9750
9755
|
};
|
9751
9756
|
|