@datarailsshared/dr_renderer 1.2.303 → 1.2.304
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
@@ -689,7 +689,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
689
689
|
setTimeout(() => {
|
690
690
|
var aggr = highchartsRenderer.defaultFormatterToTooltip(pivotData, opts);
|
691
691
|
const formatted_value_to_return = aggr.bind(this)();
|
692
|
-
opts.insightsTooltipFunc(lodash.merge(lodash.cloneDeep(this), formatted_value_to_return, insight));
|
692
|
+
opts.insightsTooltipFunc(lodash.merge(lodash.cloneDeep(this), { formatted_value_to_return }, insight));
|
693
693
|
});
|
694
694
|
}
|
695
695
|
}
|