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/04/27 10:49:19 UTC

[GitHub] [incubator-echarts] Szlast opened a new issue #12507: Axis min and max values set by functions are not equal to slider min and max values

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


   ### Version
   4.7.0
   
   ### Reproduction link
   [https://www.echartsjs.com/examples/en/editor.html?c=line-draggable](https://www.echartsjs.com/examples/en/editor.html?c=line-draggable)
   
   ### Steps to reproduce
   1. Go to echarts examples a pick "Try dragging these Points" charts
   2. Check that yAxis. max is set on 60 check graph that has Y axis max value of 60 and slider max value is 60.
   3. Add function to yAxis.max as it is in documentation max: function (value) { return value.max   20; }
   
   ### What is expected?
   Y axis max value of graph has 60 value and slider max value is 60.
   
   ### What is actually happening?
   Y axis max value of graph has 60 value but slider max value is 40 and when you drag it down graph "jumps" do values below 40.
   
   <!-- 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.

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] Szlast commented on issue #12507: Axis min and max values set by functions are not equal to slider min and max values

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


   I attached screen from example.
   ![Echarts_min_max_slider_issue](https://user-images.githubusercontent.com/32903405/80467649-6a24dd80-893e-11ea-9872-bea8520fcce9.png)
   


----------------------------------------------------------------
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] wf123537200 commented on issue #12507: Axis min and max values set by functions are not equal to slider min and max values

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


   The ```value.max``` in the yAsix.max formatter function is the ```max(data.y)```, so the max is 20 when ```max: function (value) { return value.max - 20; }```, Seems ok in the example


----------------------------------------------------------------
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 #12507: Axis min and max values set by functions are not equal to slider min and max values

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


   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