@datarailsshared/dr_renderer 1.2.55 → 1.2.56

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.2.55",
3
+ "version": "1.2.56",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -2609,7 +2609,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
2609
2609
  } else if (lodash.get(opts, 'paletteOptions.dashboardPalette.colors', null)) {
2610
2610
  chartOptions.colors = opts.paletteOptions.dashboardPalette.colors;
2611
2611
  }
2612
- chartOptions.series = highchartsRenderer.ptCreateColumnSeries(pivotData, chartOptions.colors, null, true, true, null, opts, chartOptions, chartType);
2612
+ chartOptions.series = highchartsRenderer.ptCreateColumnSeries(pivotData, chartOptions.colors, null, true, true, additionOptions, opts, chartOptions, chartType);
2613
2613
  //chartOptions.drilldown = {}
2614
2614
 
2615
2615
  highchartsRenderer.handleGridLines(additionOptions, chartOptions)