You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm wrong and couldn't find a way to set up this on the label, so in case any of you want to do it, this is How I accomplish it by using the raw Object
raw.data = `^CI28`
const label = new Label();
label.content.push(raw)
Adding this to the top of the code, you will see `accutes` display as expected.
It would be nice to have the option to avoid using the raw Object.
Great package by the way! Thanks!
The text was updated successfully, but these errors were encountered:
Maybe I'm wrong and couldn't find a way to set up this on the label, so in case any of you want to do it, this is How I accomplish it by using the raw Object
The text was updated successfully, but these errors were encountered: