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 2020/06/22 02:00:23 UTC

[GitHub] [incubator-echarts] bt4baidu opened a new issue #12839: [Candlestick][markpoint]"highest" is marked at the wrong place when yAxis type is "log"

bt4baidu opened a new issue #12839:
URL: https://github.com/apache/incubator-echarts/issues/12839


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://echarts.apache.org/examples/zh/editor.html?c=candlestick-sh](https://echarts.apache.org/examples/zh/editor.html?c=candlestick-sh)
   
   ### Steps to reproduce
   Open the offical example and modify the "yAxis" configuration as following:  
     yAxis: {
           scale: true,
           type: 'log',
           logBase: 1.1,
           splitArea: {
               show: true
           }
       },
   
   then, you can find the highest point is marked at the wrong place
   
   ### What is expected?
   the highest point is marked correctly when yAxis type is log
   
   ### What is actually happening?
   the highest point is marked wrong  when yAxis type is log, while the lowest point is marked correctly.
   
   ---
   当日线图的yAxis设置为log类型时(type: 'log'),markpoint无法正确标识当前展示区间的最高值
   
   <!-- 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.

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] [incubator-echarts] susiwen8 commented on issue #12839: [Candlestick][markpoint]"highest" is marked at the wrong place when yAxis type is "log"

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #12839:
URL: https://github.com/apache/incubator-echarts/issues/12839#issuecomment-648115830


   This might be caused by `dataZoom`


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

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] [incubator-echarts] susiwen8 commented on issue #12839: [Candlestick][markpoint]"highest" is marked at the wrong place when yAxis type is "log"

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #12839:
URL: https://github.com/apache/incubator-echarts/issues/12839#issuecomment-648517293


   I'll check it out


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

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] [incubator-echarts] echarts-bot[bot] commented on issue #12839: [Candlestick][markpoint]"highest" is marked at the wrong place when yAxis type is "log"

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


   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 **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://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 questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/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.

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] [incubator-echarts] susiwen8 commented on issue #12839: [Candlestick][markpoint]"highest" is marked at the wrong place when yAxis type is "log"

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #12839:
URL: https://github.com/apache/incubator-echarts/issues/12839#issuecomment-648242647


   Nope, not `dataZoom`


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

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] [incubator-echarts] bt4baidu commented on issue #12839: [Candlestick][markpoint]"highest" is marked at the wrong place when yAxis type is "log"

Posted by GitBox <gi...@apache.org>.
bt4baidu commented on issue #12839:
URL: https://github.com/apache/incubator-echarts/issues/12839#issuecomment-648271576


   the lowest is marked correctly, while the highest point looks like to be marked at the stick that has the lowest highest value ...


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

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