Highcharts日期以Day(Integer)-Month(月的名称)的形式显示,例如17-July

时间:2019-06-27 09:31:47

标签: javascript highcharts

我在下面尝试过

point.date:%d-%m
在工具提示中显示

可以显示日期时间,但显示类似于16-06。有没有办法将其显示为12月31日?

1 个答案:

答案 0 :(得分:1)

您需要将df.repartition(col("year"),col("month"),col("week")) .write.csv(".........") 用作完整的月份名称,或将%B用作缩写的月份名称:

%b

实时演示: http://jsfiddle.net/BlackLabel/Lc17z0v8/

API参考: https://api.highcharts.com/highcharts/tooltip.pointFormat

有用的链接:https://php.net/manual/en/function.strftime.php