@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.4.105",
3
+ "version": "1.4.108",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -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: 'TESTtest',
2074
+ name: 'Secondary Axis',
2075
2075
  max: null,
2076
2076
  min: null,
2077
2077
  is_percentage: true