Hello,
I am trying to figure out how to use the XYChart, and now im getting it to print the values as i want it to do. But on the X-asis, its a mess.
Anyone know how to fix this? Also i want it to display in the time format 20:50, not with "PM".
hello,
please check your XYChart's property
PROPS.xAxes[0].date.format = "HH:mm:ss"
your website's width too short.
maybe you can zoom out your XYChart's width
and set
PROPS.xAxes[0].appearance.font.size = {your text size}
hope can help you