-
Notifications
You must be signed in to change notification settings - Fork 19.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version: When type is set to time, the time stamp of interval setting is invalid 最新版本:type设置为time时,interval设置时间戳无效 #16142
Comments
@JIANGQIAN3333 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people, we'd like to suggest using English next time. 🤗 TRANSLATEDTITLE Latest version: When type is set to time, the time stamp of interval setting is invalid BODY Latest version: When type is set to time, the time stamp of interval setting is invalid Originally posted by @JIANGQIAN3333 in #2355 (comment) |
@JIANGQIAN3333 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz. |
same |
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue. |
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks! |
最新版本: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 }},
Originally posted by @JIANGQIAN3333 in #2355 (comment)
The text was updated successfully, but these errors were encountered: