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/08/01 00:43:24 UTC

[GitHub] [echarts] susiwen8 commented on issue #15435: Line Stacks showing wrong values in axisPointer tooltip

susiwen8 commented on issue #15435:
URL: https://github.com/apache/echarts/issues/15435#issuecomment-890424276


   For example, if data were 
   ```js
   ['tree', 30],
   ['building', 40],
   ['street', 2],
   ```
   and tooltip shows for stacked line
   ```js
   ['tree', 30],
   ['building', 70],
   ['street', 72],
   ```
   
   Then user might think the number of `street` is 72, but the true number is 2.
   
   ECharts respect input data value. User can change it by `formatter`, but that is user intention, not 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.

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