You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/11/30 10:36:26 UTC

[GitHub] [echarts] JIANGQIAN3333 commented on issue #2355: type设置为time时,interval设置时间戳无效

JIANGQIAN3333 commented on issue #2355:
URL: https://github.com/apache/echarts/issues/2355#issuecomment-982507166


   最新版本:type设置为time时,interval设置时间戳无效
   我想设置根据每个月进行分割x轴,但是无法实现,请问那里出现了问题
    `xAxis: { type: 'time', interval: 2592000000, min: new Date('2016-7-3 8:40:52'), max: new Date('2021-7-3 8:40:52'), axisLabel: { show: true, formatter: '{yyyy}.{MM}' }, splitNumber: false, splitLine: { show: true }, axisTick: { show: true }},`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org