Hello.
In my application I have the option to disable the 'timescale'
(public timeScale: TimeScaleModel = {enable: false};).
In this condition, the events are placed one after the other within each column.
Is there a way to sort them based on a value present in the events (for example a 'priority' field that is set when I create the event)?
Can I have an example of how to do this sorting?
Thanks in advance