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/03/12 03:50:34 UTC

[GitHub] [incubator-echarts] cuijian-dexter commented on a change in pull request #12266: Fix#12164 Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data while zoomed in

cuijian-dexter commented on a change in pull request #12266: Fix#12164  Erroneous Behavior when displaying a line chart with multiple data pushes before updating chart data while zoomed in
URL: https://github.com/apache/incubator-echarts/pull/12266#discussion_r391388164
 
 

 ##########
 File path: src/chart/line/lineAnimationDiff.js
 ##########
 @@ -166,6 +166,7 @@ export default function (
 
     // Diff result may be crossed if all items are changed
     // Sort by data index
+    rawIndices =  Array.from(new Set(rawIndices));
 
 Review comment:
   OK,I will fix it

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