“DateTime”AxisType的AMChart实现?

时间:2014-12-10 07:00:09

标签: highcharts amcharts

我正在向Amcharts移植一组Highchart实现。在highcharts中,有一组AxisTypes,即Linear,Logarithmic,Datetime,它们决定了y轴的数量级。在Amcharts中用于对数和线性[ValueAxis {logarithmic:true / false}],但无法找到替代品“datetime”轴类型的amcharts。 以下是为给定数据集设置这些轴类型的效果:

线性: enter image description here 对数: enter image description here

日期时间 enter image description here

非常感谢任何帮助。谢谢提前

2 个答案:

答案 0 :(得分:2)

据我了解,您需要在ValueAxis上显示持续时间,这是一个示例:

http://www.amcharts.com/demos/duration-on-value-axis/

答案 1 :(得分:1)

您可以通过在ValueAxis上实现自己的LabelFunction来控制DateAxis上日期时间的显示方式。

请参阅:http://docs.amcharts.com/3/javascriptcharts/ValueAxis