Code: Select all
$('#' + id + 'description').css({ 'top': t, 'left': l + w + bOh + 10 });
Code: Select all
nuSetLabelText(id, $('#label_' + o[i].id).html(), true);
Code: Select all
$('#' + id + 'description').css({ 'top': t, 'left': l + w + bOh + 10 });
Code: Select all
nuSetLabelText(id, $('#label_' + o[i].id).html(), true);
Thanks, This has resolved the label issue. I agree the visibility of objects should be left to the users.kev1n wrote: ↑Tue Apr 12, 2022 6:40 am To fix the label, add after this line:
this:Code: Select all
$('#' + id + 'description').css({ 'top': t, 'left': l + w + bOh + 10 });
Code: Select all
nuSetLabelText(id, $('#label_' + o[i].id).html(), true);