@datarailsshared/dr_renderer 1.4.105 → 1.4.108
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
@@ -5308,7 +5308,6 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
5308
5308
|
break;
|
5309
5309
|
}
|
5310
5310
|
options.comboOptions.seriesOptions.push(deltaColumnSeries);
|
5311
|
-
options.comboOptions.secondaryAxisSettings.name = options.chartOptions.delta_column.name.replace('_', '');
|
5312
5311
|
options.comboOptions.secondaryAxisSettings.is_percentage = options.chartOptions.delta_column.is_percentage;
|
5313
5312
|
}
|
5314
5313
|
};
|
@@ -2071,7 +2071,7 @@ describe('highcharts_renderer', () => {
|
|
2071
2071
|
highchartsRenderer.updateBackwardCompatibleWidgetOptions(currentOptions, null);
|
2072
2072
|
expect(currentOptions.comboOptions).toEqual({
|
2073
2073
|
secondaryAxisSettings: {
|
2074
|
-
name: '
|
2074
|
+
name: 'Secondary Axis',
|
2075
2075
|
max: null,
|
2076
2076
|
min: null,
|
2077
2077
|
is_percentage: true
|