@datarailsshared/dr_renderer 1.2.60 → 1.2.61

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.60",
3
+ "version": "1.2.61",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -5003,7 +5003,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
5003
5003
  return valToReturn;
5004
5004
  };
5005
5005
 
5006
- highchartsRenderer.widgetPlaceholders = Object.assign({}, $.pivotUtilities.errorHandling.placeholders);
5006
+ highchartsRenderer.widgetPlaceholders = lodash.assign({}, $.pivotUtilities.errorHandling.placeholders);
5007
5007
 
5008
5008
  highchartsRenderer.suboptions = {
5009
5009
  'default_show': {