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/03/17 08:15:07 UTC

[GitHub] [echarts] jin0424 opened a new issue #14495: A problem with almost all line charts

jin0424 opened a new issue #14495:
URL: https://github.com/apache/echarts/issues/14495


   ### Version
   5.0.2
   
   ### Reproduction link
   [https://echarts.apache.org/examples/zh/editor.html?c=line-simple](https://echarts.apache.org/examples/zh/editor.html?c=line-simple)
   
   ### Steps to reproduce
   All line graphs can be clicked, and this problem exists.You only need to write this sentence in the ‘series’.  [{name: '联盟广告', type: 'line', stack: '总量', data: [0, 0, 0, 365] }, {name: '邮件营销', type: 'line', stack: '总量', data: [0, 0, 0, 116] }]  Of course, there is no problem with the rendered effect at first glance, but in fact, if you carefully check the rendered value, you will find the problem.
   
   ### What is expected?
   The value rendered by 116 should be lower than the effect rendered by 365.
   
   ### What is actually happening?
   But the actual situation is that after rendering, you will find on the page that the following code with a value of 116 has an effect higher than 365! This is wrong, this shouldn't happen.
   
   ---
   However, if the value of 116 and the value of 365 are swapped, the effect will be no problem.In other words, before assigning values to the "series", they should be in order. The first value must be greater than the second value, otherwise the above problems will occur, which is problematic and incorrect.I think this is a hidden problem, and your company may not have discovered it. I think it is my duty to tell you this problem.Because in actual development, the actual value of the string is very complicated, so the error will directly affect the rendering effect, and sometimes this problem is out of control. If you think this problem does not exist, or there is no problem, then I misunderstood this problem, please tell me how to avoid this problem correctly. If you solve this problem, or if there are other ways to solve this problem, please let me know. My email is: 15638272824@163.com. Thank you
   
   <!-- This issue is generated by echarts-issue-helper. 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



---------------------------------------------------------------------
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 #14495: A problem with almost all line charts

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


   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 question.
   
   If you are interested in the project, you may also subscribe 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.

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] jin0424 commented on issue #14495: A problem with almost all line charts

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


   > stack
   那还有一个问题,https://echarts.apache.org/examples/zh/editor.html?c=line-stack 这个地址会有 stack ,我建议去掉,否则不知道的人会误解


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



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


[GitHub] [echarts] jin0424 removed a comment on issue #14495: A problem with almost all line charts

Posted by GitBox <gi...@apache.org>.
jin0424 removed a comment on issue #14495:
URL: https://github.com/apache/echarts/issues/14495#issuecomment-800890951






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



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


[GitHub] [echarts] plainheart commented on issue #14495: A problem with almost all line charts

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


   这个示例就是用来示范如何启用堆叠模式的,需要的人应该不会误解。如果对此有所不清楚的地方,建议查阅相关资料。


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



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


[GitHub] [echarts] jin0424 commented on issue #14495: A problem with almost all line charts

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


   > 您知道您正在使用堆栈模式吗?
   
   I don't know, I found a problem when rendering on https://echarts.apache.org/examples/zh/index.html ECharts official website. Sorry, I forgot to answer your question in English.


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



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


[GitHub] [echarts] jin0424 commented on issue #14495: A problem with almost all line charts

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


   > Do you know you are using stack mode?
   I don't know, I found a problem when rendering on https://echarts.apache.org/examples/zh/index.html ECharts official website. Sorry, I forgot to answer your question in English.
   


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



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


[GitHub] [echarts] jin0424 commented on issue #14495: A problem with almost all line charts

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


   > 您知道您正在使用堆栈模式吗?
   
   不清楚,我是在https://echarts.apache.org/examples/zh/index.html ECharts 官网上渲染的时候发现的问题。


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



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


[GitHub] [echarts] plainheart commented on issue #14495: A problem with almost all line charts

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


   开启了堆叠模式之后,这个渲染是正常结果,如果需要正常展示,需要把每个系列配置的 stack  去掉。


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



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


[GitHub] [echarts] plainheart closed issue #14495: A problem with almost all line charts

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


   


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



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


[GitHub] [echarts] plainheart commented on issue #14495: A problem with almost all line charts

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


   Do you know you are using stack mode?


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



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