@datarailsshared/dr_renderer 1.2.224-dragons → 1.2.225-dragons
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
|
@@ -3377,7 +3377,6 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
3377
3377
|
if (disableAnimation) {
|
|
3378
3378
|
chartOptions.chart.animation = false;
|
|
3379
3379
|
}
|
|
3380
|
-
const walkthroughFieldIsNotSet = lodash.some(pivotData.getRowKeys(), rowKey => !rowKey || lodash.isArray(rowKey) && !rowKey.length);
|
|
3381
3380
|
|
|
3382
3381
|
chartOptions.xAxis = {
|
|
3383
3382
|
type: 'category',
|
|
@@ -3386,7 +3385,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
3386
3385
|
title: {
|
|
3387
3386
|
text : additionOptions && additionOptions.axisX ? additionOptions.axisX.name : '',
|
|
3388
3387
|
},
|
|
3389
|
-
uniqueNames:
|
|
3388
|
+
uniqueNames: false,
|
|
3390
3389
|
};
|
|
3391
3390
|
|
|
3392
3391
|
highchartsRenderer.setTitleAndSubTitle(chartOptions, opts, additionOptions);
|