Line chart X-axis labelling

0
Hi,  I have a weight chart in my app which has the X-axis as the datetime and the Y-axis as the weight. It is populated via microflow. The labelling for the X-axis is showing in an odd format   I’m sure where it is getting this from, can anyone advise?    Many thanks,  Garion   EDIT: ignore me, I should have been using time series. 
asked
1 answers
0

Using timeseries you still need to convert your date to a string and use the scatter type. Make sure to export your date to a string with format yyyy-MM-dd. 

So 

formatDateTime($date, 'yyyy-MM-dd HH:mm:ss' ) 

Edit: this answer only applies when using the anychart widget

answered