jiawulin001 commented on issue #17023: URL: https://github.com/apache/echarts/issues/17023#issuecomment-1126663612
The time interval designed in Echarts is decided by `axis.splitNumber`, and when it's (7.5,16], the tick interval is returned as 7 days. https://github.com/apache/echarts/blob/84b957855ba6fc7f5d81fdd11b58d85f16089998/src/scale/Time.ts#L371-L378 However you can try setting `xAxis.minInterval` to one month to show only the month ticks. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
