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/11/16 03:23:00 UTC

[GitHub] [echarts] Very-skinny-Piestar opened a new issue, #17925: y轴单位和x轴数据不匹配

Very-skinny-Piestar opened a new issue, #17925:
URL: https://github.com/apache/echarts/issues/17925

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   ![image](https://user-images.githubusercontent.com/68222884/202075462-bfe7fc67-f6d2-4219-b820-c13a44a95639.png)
   
   
   ### Current Behavior
   
   示例数据不对
   
   ### Expected Behavior
   
   显示正确
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### 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] echarts-bot[bot] commented on issue #17925: y轴单位和x轴数据不匹配

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

   @Very-skinny-Piestar It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   y-axis units and x-axis data do not match
   
   **BODY**
   
   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   ![image](https://user-images.githubusercontent.com/68222884/202075462-bfe7fc67-f6d2-4219-b820-c13a44a95639.png)
   
   
   ### Current Behavior
   
   The sample data is wrong
   
   ### Expected Behavior
   
   display correctly
   
   ### Environment
   
   ```markdown
   - OS:
   -Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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 #17925: y轴单位和x轴数据不匹配

Posted by GitBox <gi...@apache.org>.
plainheart closed issue #17925: y轴单位和x轴数据不匹配
URL: https://github.com/apache/echarts/issues/17925


-- 
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] yeyuchen198 commented on issue #17925: y轴单位和x轴数据不匹配

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

   > 这个示例是用来示范怎么展示“堆叠折线图”的,y 轴指示所有系列的累计总和, 而 tooltip 显示的是单个系列的对应点的数据。可以将代码中的 `stack: 'Total'` 全部移除后再观察效果。
   
   正好解决了我的疑问,我说怎么每条折线的值跟Y轴对不上,原来是所有系列的求和值


-- 
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 commented on issue #17925: y轴单位和x轴数据不匹配

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

   这个示例是用来示范怎么展示“堆叠折线图”的,y 轴指示所有系列的累计总和, 而 tooltip 显示的是单个系列的对应点的数据。可以将代码中的 `stack: 'Total'` 全部移除后再观察效果。


-- 
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] Very-skinny-Piestar commented on issue #17925: y轴单位和x轴数据不匹配

Posted by GitBox <gi...@apache.org>.
Very-skinny-Piestar commented on issue #17925:
URL: https://github.com/apache/echarts/issues/17925#issuecomment-1316442632

   > 这个示例是用来示范怎么展示“堆叠折线图”的,y 轴指示所有系列的累计总和, 而 tooltip 显示的是单个系列的对应点的数据。可以将代码中的 `stack: 'Total'` 全部移除后再观察效果。
   
   多谢


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