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 2022/08/19 07:50:15 UTC

[GitHub] [echarts] A-Normal-User opened a new issue, #17532: [Bug] Stacked Line's y-axis displays incorrect values

A-Normal-User opened a new issue, #17532:
URL: https://github.com/apache/echarts/issues/17532

   ### Version
   
   All version
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=line-stack&version=5.3.2
   
   ### Steps to Reproduce
   
   - In the Demo of "[Stacked Line](https://echarts.apache.org/examples/en/editor.html?c=line-stack&version=5.3.3 "Stacked Line")", We can find that the value displayed by the panel is different from the value of the y-axis. Like this one
   ![屏幕截图 2022-08-19 154308](https://user-images.githubusercontent.com/70429554/185569856-894530cb-c5a5-4215-9289-98d1957b7a4d.png)
   :
   
   ### Current Behavior
   
   - In the Demo of "[Stacked Line](https://echarts.apache.org/examples/en/editor.html?c=line-stack&version=5.3.3 "Stacked Line")", We can find that the value displayed by the panel is different from the value of the y-axis. Like this one
   ![屏幕截图 2022-08-19 154308](https://user-images.githubusercontent.com/70429554/185569856-894530cb-c5a5-4215-9289-98d1957b7a4d.png)
   :
   
   ### Expected Behavior
   
   - I want the values of the data to correspond to the values of the y-axis.
   
   ### Environment
   
   ```markdown
   - OS: Windows11 21H2
   - Browser:edge 104.0.1293.54
   - Framework: Unused
   ```
   
   
   ### Any additional comments?
   
   _No response_


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


[GitHub] [echarts] plainheart commented on issue #17532: [Bug] Stacked Line's y-axis displays incorrect values

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

   It's not a bug. Please notice that this is a **_stacked_** line chart. The value shown in the tooltip is the real value of each point but the value in the y-axis is cumulative at each point.


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


[GitHub] [echarts] plainheart closed issue #17532: [Bug] Stacked Line's y-axis displays incorrect values

Posted by GitBox <gi...@apache.org>.
plainheart closed issue #17532: [Bug] Stacked Line's y-axis displays incorrect values
URL: https://github.com/apache/echarts/issues/17532


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


[GitHub] [echarts] A-Normal-User commented on issue #17532: [Bug] Stacked Line's y-axis displays incorrect values

Posted by GitBox <gi...@apache.org>.
A-Normal-User commented on issue #17532:
URL: https://github.com/apache/echarts/issues/17532#issuecomment-1220627786

   Oh, yes. It's my problem.


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


Re: [I] [Bug] Stacked Line's y-axis displays incorrect values [echarts]

Posted by "cesnietor (via GitHub)" <gi...@apache.org>.
cesnietor commented on issue #17532:
URL: https://github.com/apache/echarts/issues/17532#issuecomment-1796281227

   @A-Normal-User  how did you solve it? I'm thinking either not doing stack at all and explaining the points that overlap in a separate detailed component or just hide the Y-axis values. 


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