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/02/04 20:37:42 UTC

[GitHub] [incubator-echarts] dereksmith-debug opened a new issue #12129: x-axis label disappears for 'time' series

dereksmith-debug opened a new issue #12129: x-axis label disappears for 'time' series
URL: https://github.com/apache/incubator-echarts/issues/12129
 
 
   ### Version
   4.6.0
   
   ### Reproduction link
   [https://jsfiddle.net/mvau8t5L/4/](https://jsfiddle.net/mvau8t5L/4/)
   
   ### Steps to reproduce
   Use legend to show/hid the series. In top panel the x-axis labels disappear when hidden. In bottom panel the x-axis labels persist.
   
   ### What is expected?
   Consistency between 'time' and 'category' series types.
   
   ### What is actually happening?
   The x-axis labels disappear when a 'time' series is hidden, but not for 'category' series.
   
   <!-- 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 #12129: x-axis label disappears for 'time' series

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


   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] [echarts] github-actions[bot] commented on issue #12129: x-axis label disappears for 'time' series

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


   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] Ovilia commented on issue #12129: x-axis label disappears for 'time' series

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12129: x-axis label disappears for 'time' series
URL: https://github.com/apache/incubator-echarts/issues/12129#issuecomment-583938586
 
 
   If you want the axis to be empty for the second series, you can listen to [legendunselected](https://echarts.apache.org/en/api.html#events.legendunselected) event and call `setOption` to set the xAxis to be empty.

----------------------------------------------------------------
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] dereksmith-debug commented on issue #12129: x-axis label disappears for 'time' series

Posted by GitBox <gi...@apache.org>.
dereksmith-debug commented on issue #12129: x-axis label disappears for 'time' series
URL: https://github.com/apache/incubator-echarts/issues/12129#issuecomment-591014374
 
 
   Thank you. I expected that the labels would not be removed in either case.

----------------------------------------------------------------
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 #12129: x-axis label disappears for 'time' series

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


   


-- 
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 #12129: x-axis label disappears for 'time' series

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12129: x-axis label disappears for 'time' series
URL: https://github.com/apache/incubator-echarts/issues/12129#issuecomment-583938325
 
 
   I'm afraid this is not a bug. The second series doesn't own the category data, so when hidden, the axis label is still there. While for the first series, value/time/log axis is updated on series change.

----------------------------------------------------------------
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] echarts-bot[bot] commented on issue #12129: x-axis label disappears for 'time' series

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12129: x-axis label disappears for 'time' series
URL: https://github.com/apache/incubator-echarts/issues/12129#issuecomment-582103625
 
 
   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