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