@datarailsshared/dr_renderer 1.2.366 → 1.2.367
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
@@ -484,7 +484,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
484
484
|
} else {
|
485
485
|
const graphIdString = graph_id.split('_')[1];
|
486
486
|
const graphId = Number(graphIdString) || graphIdString;
|
487
|
-
chart = lodash.
|
487
|
+
chart = lodash.findLast(Highcharts.charts, function(value) {
|
488
488
|
return value.options.widgetId === graphId;
|
489
489
|
});
|
490
490
|
}
|