Line chart change Date format

0
Hi @ all, I have (for you) a basic question. I’ve created a line chart with a Date pointer at the x-axis. But it is shown as i.e. 1.5543623 not as 01.01.2020. Where and how do I change this in Menidx Pro?   Tnaks a lot in advnced, Oliver
asked
2 answers
1

Hi Oliver,

If you are using the AnyCharts widget you have to specificy in the layout options that the Xaxis hold date value:

  "xaxis": {
    "type": "date"
  }

Regards

answered
0

Has been asked many times before :)

Use the timeseries widget or, if you use anychart, convert the datetime values to strings with format yyyy-MM-dd HH:mm:dd.

GL!

answered