@datarailsshared/dr_renderer 1.2.393 → 1.2.394
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
@@ -3271,7 +3271,9 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
3271
3271
|
chartOptions.plotOptions.column = highchartsRenderer.getDataLabelsOptions(additionOptions, chartOptions.plotOptions.column);
|
3272
3272
|
|
3273
3273
|
if (opts.drillDownListFunc) {
|
3274
|
-
chartOptions.plotOptions.series = {
|
3274
|
+
chartOptions.plotOptions.series = {
|
3275
|
+
animation: !disableAnimation,
|
3276
|
+
};
|
3275
3277
|
chartOptions.plotOptions.series.cursor = 'pointer';
|
3276
3278
|
chartOptions.plotOptions.series.point = {
|
3277
3279
|
events: {
|