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/05/22 06:49:23 UTC

[GitHub] [echarts] 100pah commented on issue #14668: Some data missed in Echarts Stacked Area Graphs

100pah commented on issue #14668:
URL: https://github.com/apache/echarts/issues/14668#issuecomment-846364483


   @v-yanaya @pissang 
   This is the data in the demo https://codesandbox.io/s/confident-agnesi-tvuz5
   
   ```js
                           ["Calendar",   "L1", "L2",  "L3",  "L4", "L5", "L6"],
                           ["2021-04-09", 3.14, 66.82, 30.04, 0.00, 0.00, 0.00],
                           ["2021-04-10", 2.96, 72.59, 24.44, 0.00, 0.00, 0.00],
                           ["2021-04-11", 3.62, 73.19, 23.19, 0.00, 0.00, 0.00],
                           ["2021-04-12", 5.32, 72.87, 21.81, 0.00, 0.00, 0.00],
                           // In this line the sum is 100.1, over 100, so this point will be filtered.
                           ["2021-04-13", 3.51, 73.25, 23.25, 0.00, 0.00, 0.00],
                           ["2021-04-14", 2.82, 71.75, 25.42, 0.00, 0.00, 0.00],
                           // The sum is 100.00000000000001 by floating add issue, over 100.
                           // This is fixed in PR #15015
                           ["2021-04-15", 7.98, 69.15, 22.87, 0.00, 0.00, 0.00]
   ```


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