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/08/30 07:26:59 UTC

[GitHub] [echarts] wh2017 opened a new issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

wh2017 opened a new issue #15630:
URL: https://github.com/apache/echarts/issues/15630


   ### Version
   5.1.2
   
   ### Reproduction link
   [https://echarts.apache.org/examples/zh/editor.html?c=mix-line-bar](https://echarts.apache.org/examples/zh/editor.html?c=mix-line-bar)
   
   ### Steps to reproduce
   1.line series add areaStyle option
   
   2. add code: `myChart.on('click', event => console.log(event))`
   
   ![image](https://user-images.githubusercontent.com/25954808/131301753-3ec33e40-fd53-4bd5-ac43-645f4b4e1bd5.png)
   
   ### What is expected?
   bar and line both can click
   
   ### What is actually happening?
   1.line can click, which is ok 
   
   2.bar overlapped by line areaStyle, can't click, which is incorrect
   
   ![image](https://user-images.githubusercontent.com/25954808/131301880-dff882aa-8de0-4413-91c1-a1a40a5caf8a.png)
   
   
   <!-- 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.

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] pissang edited a comment on issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #15630:
URL: https://github.com/apache/echarts/issues/15630#issuecomment-908146863


   You can just put the bar series after line series or use `z` to change the order.


-- 
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] wh2017 closed issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

Posted by GitBox <gi...@apache.org>.
wh2017 closed issue #15630:
URL: https://github.com/apache/echarts/issues/15630


   


-- 
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] wh2017 closed issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

Posted by GitBox <gi...@apache.org>.
wh2017 closed issue #15630:
URL: https://github.com/apache/echarts/issues/15630


   


-- 
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] pissang commented on issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #15630:
URL: https://github.com/apache/echarts/issues/15630#issuecomment-908146863


   You can just put the bar series after line series or using `z` to change the order.


-- 
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] echarts-bot[bot] commented on issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

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


   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 it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   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 question.
   
   If you are interested in the project, you may also subscribe to our [mailing 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.

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] wh2017 commented on issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

Posted by GitBox <gi...@apache.org>.
wh2017 commented on issue #15630:
URL: https://github.com/apache/echarts/issues/15630#issuecomment-908868042


   Using Z to change the order solves the problem


-- 
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] wh2017 commented on issue #15630: In mix-line-bar, if the areaStyle is set for the line graph, the bar graph overlapped by the areaStyle cannot be clicked

Posted by GitBox <gi...@apache.org>.
wh2017 commented on issue #15630:
URL: https://github.com/apache/echarts/issues/15630#issuecomment-908868042


   Using Z to change the order solves the problem


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