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 2020/01/23 09:49:49 UTC

[GitHub] [incubator-echarts] dileepyelleti opened a new issue #12106: Time axis monthly chart issue with axis labels

dileepyelleti opened a new issue #12106: Time axis monthly chart issue with axis labels
URL: https://github.com/apache/incubator-echarts/issues/12106
 
 
   ### Version
   4.6.0
   
   ### Reproduction link
   [https://jsfiddle.net/6nqomkav/](https://jsfiddle.net/6nqomkav/)
   
   ### Steps to reproduce
   I have monthly date which need to be plotted in time axis line chart.(as in sample provided)
   Our line chart points are not coincide with x-axis labels. Axis labels are getting shown automatically 
   Is it possible to specify that axis label should be shown for first day of month only. I tried with available options like maxInterval, splitNumber but because of different number of days in different months still we are getting random axis labels.
   
   ### What is expected?
   We are expecting to have axis labels for every month or first day of every month
   
   ### What is actually happening?
   Axis labels are random
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [echarts] github-actions[bot] commented on issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12106:
URL: https://github.com/apache/echarts/issues/12106#issuecomment-1030347714


   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!


-- 
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


[GitHub] [incubator-echarts] Ovilia commented on issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12106: Time axis monthly chart issue with axis labels
URL: https://github.com/apache/incubator-echarts/issues/12106#issuecomment-579189559
 
 
   We are going to enhance the axis label for the next major release, which we have not yet started.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [echarts] github-actions[bot] commented on issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12106:
URL: https://github.com/apache/echarts/issues/12106#issuecomment-1023637099


   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 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


[GitHub] [incubator-echarts] yanheSu commented on issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
yanheSu commented on issue #12106: Time axis monthly chart issue with axis labels
URL: https://github.com/apache/incubator-echarts/issues/12106#issuecomment-577948727
 
 
   Maybe you can try to specifying `xAxis.type` as `time` instead of `category`, and `xAxis.axisLabel.interval = 0`.
   [Example](https://jsfiddle.net/uL26jtaq/)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] dileepyelleti commented on issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
dileepyelleti commented on issue #12106: Time axis monthly chart issue with axis labels
URL: https://github.com/apache/incubator-echarts/issues/12106#issuecomment-578021244
 
 
   @yanheSu 
   We also have external filters like 3m, 6m, 1y, YTD to zoom accordingly. If we use time axis then we can give startValue date according to filter. If we use category axis then we need to iterate through data to find what is next available point and give start value accordingly. Is there any easier way (That is my main purpose of using time axis than category).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [echarts] github-actions[bot] closed issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #12106:
URL: https://github.com/apache/echarts/issues/12106


   


-- 
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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12106: Time axis monthly chart issue with axis labels

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12106: Time axis monthly chart issue with axis labels
URL: https://github.com/apache/incubator-echarts/issues/12106#issuecomment-577606086
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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