无法将日期格式更改为和来自 DateRange Amcharts

问题描述

我正在尝试更改 Daterange To and From Date 的日期格式我尝试了很多但看起来我遗漏了一些东西或者 amcharts 没有提供这种格式。

当前格式

YYYY-MM-DD

所需格式

DD-MM-YYYY

JS 小提琴 https://jsfiddle.net/hassanuos/Lmcphu4f/61/

enter image description here

解决方法

可以为这些输入specify a formathttps://jsfiddle.net/1ox7zyde/

selector.inputDateFormat = "dd-MM-yyyy";