我在下面尝试过
point.date:%d-%m
在工具提示中显示可以显示日期时间,但显示类似于16-06。有没有办法将其显示为12月31日?
答案 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