当前位置:   article > 正文

echarts timeline 设置多个点,却只显示一个_echarts时间轴数据默认为何显示三天,数据点只显示第一个

echarts时间轴数据默认为何显示三天,数据点只显示第一个

echarts2 timeline 设置多个点,却只显示一个

timeline :{
    "data": [
        "2016-10",
        "2016-11",
        "2016-12"
    ],
    "lineStyle": {
        "color": "#2497be"
    },
    "controlStyle": {
        "itemSize": 20,
        "normal": {
            "color": "#2497be"
        }
    },
    "label": {
        "textStyle": {
            "color": "#2497be"
        }
    },
    "autoPlay": false,
    "currentIndex": 2,
    "playInterval": 15000
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24

时间轴,显示正常。

timeline :{
“data”: [
“2016-10”,
“2016-11”,
“2016-12”,
“全年”
],
“lineStyle”: {
“color”: “#2497be”
},
“controlStyle”: {
“itemSize”: 20,
“normal”: {
“color”: “#2497be”
}
},
“label”: {
“textStyle”: {
“color”: “#2497be”
}
},
“autoPlay”: false,
“currentIndex”: 2,
“playInterval”: 15000
}

会导致timeline 只显示一个,如果所有点不全都是正确格式时间点,可以设置type为number类型,默认模式是时间类型,时间轴间隔根据时间跨度自动计算。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/521992?site
推荐阅读
相关标签
  

闽ICP备14008679号