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/11/01 17:47:11 UTC

[GitHub] [echarts] nhhaidee opened a new issue #15988: The chart can not be rendered with log scale in SVG enviroment

nhhaidee opened a new issue #15988:
URL: https://github.com/apache/echarts/issues/15988


   ### Version
   5.2.2
   
   ### Reproduction link
   [https://codesandbox.io/s/dark-bash-w0h9e](https://codesandbox.io/s/dark-bash-w0h9e)
   
   ### Steps to reproduce
   1 . Plot line  chart with log scale in SVG environment. 
   2. The y axis has some values of zeros, with log scale the `min: 1` for YAxis options
   
   ### What is expected?
   The chart must be rendered correctly
   
   ### What is actually happening?
   The can can not be rendered with SVG, but it works OK with canvas
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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] Ovilia commented on issue #15988: The chart can not be rendered with log scale in SVG environment

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


   Having `0` in log axis is illegal because in maths, log(0) is meaningless. Problem resolves when removing 0 data. You can set zero data to be `-` and set [connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls) to be true.


-- 
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] Ovilia commented on issue #15988: The chart can not be rendered with log scale in SVG environment

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


   Having `0` in log axis is illegal because in maths, log(0) is meaningless. Problem resolves when removing 0 data. You can set zero data to be `-` and set [connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls) to be true.


-- 
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] nhhaidee closed issue #15988: The chart can not be rendered with log scale in SVG environment

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


   


-- 
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 #15988: The chart can not be rendered with log scale in SVG enviroment

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   You may also check out the [API](https://echarts.apache.org/api.html) and [chart option](https://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe to our [mailing list](https://echarts.apache.org/maillist.html).
   
   Have a nice day! 🍵


-- 
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 #15988: The chart can not be rendered with log scale in SVG enviroment

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   You may also check out the [API](https://echarts.apache.org/api.html) and [chart option](https://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe to our [mailing list](https://echarts.apache.org/maillist.html).
   
   Have a nice day! 🍵


-- 
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] nhhaidee commented on issue #15988: The chart can not be rendered with log scale in SVG environment

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


   Close issue as @Ovilia mentioned


-- 
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] Ovilia commented on issue #15988: The chart can not be rendered with log scale in SVG environment

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


   Having `0` in log axis is illegal because in maths, log(0) is meaningless. Problem resolves when removing 0 data. You can set zero data to be `-` and set [connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls) to be true.


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