@datarailsshared/dr_renderer 1.2.113 → 1.2.114
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
|
@@ -4578,8 +4578,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
4578
4578
|
|
|
4579
4579
|
highchartsRenderer.setMissingWidgetOptions = function(options, type) {
|
|
4580
4580
|
if (!lodash.has(options, 'chartOptions')) return;
|
|
4581
|
-
|
|
4582
|
-
options.chartOptions = lodash.merge(defaultOptions, options.chartOptions);
|
|
4581
|
+
options.chartOptions = highchartsRenderer.getDefaultValueForChart(type, options.chartOptions);
|
|
4583
4582
|
};
|
|
4584
4583
|
|
|
4585
4584
|
highchartsRenderer.addPivotOptions = function (selectedTemplateWOData, widgetOptions, drilldownFunction, drillDownListFunction) {
|