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/10/09 08:27:40 UTC

[GitHub] [incubator-echarts] tigerHeeJS opened a new issue #13401: What causes this disorder in the line chart

tigerHeeJS opened a new issue #13401:
URL: https://github.com/apache/incubator-echarts/issues/13401


   ### Version
   4.9.0
   
   ### Steps to reproduce
   I want to know what caused the red line chart to be messy. 
   I update a lot of data in real time to render the line chart,like:
   ![data](https://user-images.githubusercontent.com/62994244/95560632-20433600-0a4c-11eb-8309-4b08dbb4fa68.png)
   
   ### What is expected?
   <img width="1119" alt="line2" src="https://user-images.githubusercontent.com/62994244/95560416-d8241380-0a4b-11eb-9e8e-3ae7e792584a.png">
   
   ### What is actually happening?
   <img width="1117" alt="line" src="https://user-images.githubusercontent.com/62994244/95560164-76fc4000-0a4b-11eb-8691-c537e1403fb7.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.

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] tigerHeeJS commented on issue #13401: What causes this disorder in the line chart

Posted by GitBox <gi...@apache.org>.
tigerHeeJS commented on issue #13401:
URL: https://github.com/apache/incubator-echarts/issues/13401#issuecomment-706479586


   Set smoothMonotone to x,There is still a problem with the red line disorder
   ![20201010112839](https://user-images.githubusercontent.com/62994244/95644814-c8f4a280-0aeb-11eb-8f7f-0bda151aaa59.jpg)
   <img width="1117" alt="xx" src="https://user-images.githubusercontent.com/62994244/95644819-cc882980-0aeb-11eb-900d-2f6203232ecb.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.

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] pissang commented on issue #13401: What causes this disorder in the line chart

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


   @tigerHeeJS Perhaps it's caused by animation. You can try turning animation off by setting `animation: false`
   
   Also, do you mind providing this reproducible demo to us


----------------------------------------------------------------
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] [incubator-echarts] pissang edited a comment on issue #13401: What causes this disorder in the line chart

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


   @tigerHeeJS Perhaps it's caused by animation. You can try turning animation off by setting `animation: false`
   
   Also, do you mind providing this reproducible demo to us? 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.

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] plainheart commented on issue #13401: What causes this disorder in the line chart

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


   Could you please try to set [`smoothMonotone`](https://echarts.apache.org/en/option.html#series-line.smoothMonotone) to `x` to keep the monotonicity in xAxis and then check whether the behavior is normal?


----------------------------------------------------------------
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] [incubator-echarts] echarts-bot[bot] commented on issue #13401: What causes this disorder in the line chart

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


   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



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


[GitHub] [incubator-echarts] tigerHeeJS commented on issue #13401: What causes this disorder in the line chart

Posted by GitBox <gi...@apache.org>.
tigerHeeJS commented on issue #13401:
URL: https://github.com/apache/incubator-echarts/issues/13401#issuecomment-706474658


   I did not set smooth to true,Can smoothMonotone take effect?


----------------------------------------------------------------
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] [incubator-echarts] echarts-bot[bot] commented on issue #13401: What causes this disorder in the line chart

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


   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



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


[GitHub] [incubator-echarts] tigerHeeJS commented on issue #13401: What causes this disorder in the line chart

Posted by GitBox <gi...@apache.org>.
tigerHeeJS commented on issue #13401:
URL: https://github.com/apache/incubator-echarts/issues/13401#issuecomment-706474692


   > Could you please try to set [`smoothMonotone`](https://echarts.apache.org/en/option.html#series-line.smoothMonotone) to `x` to keep the monotonicity in xAxis and then check whether the behavior is normal?
   
   I did not set smooth to true,Can smoothMonotone take effect?


----------------------------------------------------------------
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] [incubator-echarts] plainheart commented on issue #13401: What causes this disorder in the line chart

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


   Could you please try to set [`smoothMonotone`](https://echarts.apache.org/en/option.html#series-line.smoothMonotone) to `x` to keep the monotonicity in xAxis and then check whether the behavior is normal?


----------------------------------------------------------------
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] [incubator-echarts] tigerHeeJS removed a comment on issue #13401: What causes this disorder in the line chart

Posted by GitBox <gi...@apache.org>.
tigerHeeJS removed a comment on issue #13401:
URL: https://github.com/apache/incubator-echarts/issues/13401#issuecomment-706474658


   I did not set smooth to true,Can smoothMonotone take effect?


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