Skip to content

Commit

Permalink
always return order?
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Jan 22, 2025
1 parent 9f61d70 commit 84f1132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/qplotly/static/qplotly/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84f1132

Please sign in to comment.