@datarailsshared/dr_renderer 1.2.122 → 1.2.123
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
|
@@ -7361,7 +7361,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
7361
7361
|
presentation_data_tag = local_current_dashboard.presentation_data_tag_object.value;
|
|
7362
7362
|
}
|
|
7363
7363
|
else if(local_current_dashboard && local_current_dashboard.date_tags && local_current_dashboard.date_tags.length > 0){
|
|
7364
|
-
local_current_dashboard.presentation_data_tag_object = lodash.maxBy(local_current_dashboard.date_tags, 'value');
|
|
7364
|
+
local_current_dashboard.presentation_data_tag_object = lodash.clone(lodash.maxBy(local_current_dashboard.date_tags, 'value'));
|
|
7365
7365
|
if(local_current_dashboard.presentation_data_tag_object){
|
|
7366
7366
|
presentation_data_tag = local_current_dashboard.presentation_data_tag_object.value;
|
|
7367
7367
|
}
|