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/10/09 02:26:37 UTC

[GitHub] [echarts] Idletalk opened a new issue #15843: line chart render error with google version 94.0.4606.81

Idletalk opened a new issue #15843:
URL: https://github.com/apache/echarts/issues/15843


   ### Version
   5.0.2
   
   ### Reproduction link
   [https://codesandbox.io/s/echarts-line-chart-f3zn7](https://codesandbox.io/s/echarts-line-chart-f3zn7)
   
   ### Steps to reproduce
   Open the sandbox address above,create a new TAB to reopen the url such as https://f3zn7.csb.app/  with full screen, then the line 【legend2】 abnormal display
   ![image](https://user-images.githubusercontent.com/38195804/136640738-e173613e-257d-4da6-88bf-48b4006a206e.png)
   
   
   ### What is expected?
   line【legend2】 normal display
   ![image](https://user-images.githubusercontent.com/38195804/136640759-8c7dc6e5-1db4-4460-8b67-990dc8d03192.png)
   
   
   ### What is actually happening?
   line【legend2】 abnormal display
   
   <!-- 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] echarts-bot[bot] commented on issue #15843: line chart render error with google version 94.0.4606.81

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


   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] sin1ght commented on issue #15843: line chart render error with google version 94.0.4606.81

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


   version:3.7
   也出现了这个问题,希望是浏览器来兼容修复


-- 
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 #15843: line chart render error with google version 94.0.4606.81

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


   Yes, it works on my browsers now


-- 
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 #15843: line chart render error with google version 94.0.4606.81

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


   I'm not sure, but it seems to be a bug in chrome when `lineWidth` is 3. You can set 
   ```ts
   emphasis: {
     lineStyle: {
       width: 2
     }
   }
   ```
   
   to workaround.


-- 
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] shannonfarvolden commented on issue #15843: line chart render error with google version 94.0.4606.81

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


   > I'm not sure, but it seems to be a bug in chrome when `lineWidth` is 3. You can set
   > 
   > ```ts
   > emphasis: {
   >   lineStyle: {
   >     width: 2
   >   }
   > }
   > ```
   > 
   > to workaround.
   
   Running into the same issue. This workaround does not work for me either.


-- 
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 #15843: line chart render error with google version 94.0.4606.81

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


   Opened a bug report to chromium team
   
   https://bugs.chromium.org/p/chromium/issues/detail?id=1258266


-- 
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] Idletalk commented on issue #15843: line chart render error with google version 94.0.4606.81

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


   > I'm not sure, but it seems to be a bug in chrome when `lineWidth` is 3. You can set
   > 
   > ```ts
   > emphasis: {
   >   lineStyle: {
   >     width: 2
   >   }
   > }
   > ```
   > 
   > to workaround.
   
   you mean set like this ? it doesn't work with me
   ![image](https://user-images.githubusercontent.com/38195804/136642263-5d423cdb-c038-4585-b780-efa46664bec1.png)
   


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