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/10/08 05:46:19 UTC

[GitHub] [echarts] actor20170211030627 opened a new issue #15836: 折线图绘制函数时, Math.pow(x, -2);绘制不出来

actor20170211030627 opened a new issue #15836:
URL: https://github.com/apache/echarts/issues/15836


   ### Version
   5.2.1
   
   ### Steps to reproduce
   1.打开你们demo地址: https://echarts.apache.org/examples/zh/editor.html?c=line-function
   2.修改fun(x)函数:
   ```
   function func(x) {
     // x /= 10;
     // return Math.sin(x) * Math.cos(x * 2   1) * Math.sin(x * 3   2) * 50;
     return Math.pow(x, -2);
   }
   ```
   3.如果只绘制x>0的部分, 能绘制出来, x小于0的那部分绘制不出来.
   
   ### What is expected?
   期望y轴两边的函数都绘制出来.
   
   ### What is actually happening?
   最多能绘制x>0, 第一区间内的函数. 人家实际上是两部分函数的.
   
   ---
   看见你们github有1.9k的issues, 惊到我了, 和阿里的fastjson一个得行吗?
   国产框架能做好做大做强吗? 能认真做产品吗? 全是kpi项目, 很失望, 华而不实.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


-- 
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] pissang closed issue #15836: 折线图绘制函数时, Math.pow(x, -2);绘制不出来

Posted by GitBox <gi...@apache.org>.
pissang closed issue #15836:
URL: https://github.com/apache/echarts/issues/15836


   


-- 
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] actor20170211030627 removed a comment on issue #15836: 折线图绘制函数时, Math.pow(x, -2);绘制不出来

Posted by GitBox <gi...@apache.org>.
actor20170211030627 removed a comment on issue #15836:
URL: https://github.com/apache/echarts/issues/15836#issuecomment-938364669


   呵呵


-- 
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] echarts-bot[bot] commented on issue #15836: 折线图绘制函数时, Math.pow(x, -2);绘制不出来

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






-- 
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] actor20170211030627 commented on issue #15836: 折线图绘制函数时, Math.pow(x, -2);绘制不出来

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


   呵呵


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