antvis / F2

📱📈An elegant, interactive and flexible charting library for mobile.
https://f2.antv.vision/zh
MIT License
7.89k stars 649 forks source link

pan模式滚动x轴隐藏的标记无法再显示 #628

Closed coldestlin closed 5 years ago

coldestlin commented 5 years ago

微信小程序在scroll/pan模式下, x轴隐藏的标记无法显示

初始渲染显示一切正常

image

但是把图表scroll拖动, 隐藏的x轴坐标无法显示. image

拖动到后面就都是空白了

image

尝试设置了ticks, min, max都无法解决这个问题

chart.source(this.data.flowData, {
        ts: {
          type: "timeCat",
          range: [0, 1],
          mask: "HH:mm:ss",
          values: tsArray.slice(tsArray.length - 80, tsArray.length),
          // min: util.formatTime(new Date(1562569195094), 'TIME') ,
          // max: util.formatTime(new Date(1562569199094), 'TIME') ,
          tickCount: 5,
          // ticks: tsTick, // https://github.com/antvis/f2/issues/468
        }
simaQ commented 5 years ago

提供的信息无法帮助我们进行问题的定位,故关闭。您可以根据我们的模板重新提一个 issue,谢谢~