Quote from: Phil Beauvoir on March 26, 2023, 16:17:23 PMHowever, the CSV importer will use those IDs when importing to a model.
Quote from: TNT44 on March 26, 2023, 14:48:07 PMIt is possible ?
selection.each(function(elm) {
if(elm.bounds) {
elm.bounds = {y: elm.bounds.y + 5};
}
})