Can I change to 24/07 15:40 instead of the way is currently displaying?
Another problem, how can I input the current Day/Month/Year below the chart?
Following the example bellow:
The "Format" option allows you to select from a few of our pre-defined options, or define your own using Luxon tokens.
A couple of options here:
"UI Text" node, set the alignment to central, and then inject a message (which by default will the current timestamp), wire it to a function node, and use JavaScript's Date object to compute the relevant string.
Create your own ui-template node and use the in-built Data object to render it straight into the <template /> code.