From 84f1132e3abcd41d6ad8d71a174b360726636501 Mon Sep 17 00:00:00 2001 From: Raruto Date: Wed, 22 Jan 2025 10:41:12 +0100 Subject: [PATCH] always return `order`? --- g3w-admin/qplotly/static/qplotly/js/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3w-admin/qplotly/static/qplotly/js/plugin.js b/g3w-admin/qplotly/static/qplotly/js/plugin.js index d569fe40c..c6f5a32db 100644 --- a/g3w-admin/qplotly/static/qplotly/js/plugin.js +++ b/g3w-admin/qplotly/static/qplotly/js/plugin.js @@ -323,7 +323,7 @@ }) } - const order = ( layerIds && plots.map(p => p.id)); // order of plot ids + const order = ( /*layerIds &&*/ plots.map(p => p.id)); // order of plot ids const charts = {}; const c_cache = []; // cache charts plots TODO: register already loaded relation to avoid to replace the same plot multiple times const r_cache = new Set(); // cache already loaded relationIds