arashdalir opened a new issue #10868: `axisPointer.label.formatter` is not 
receiving the same parameters as in `RC` release, and also documented
URL: https://github.com/apache/incubator-echarts/issues/10868
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   when defining the `tooltip.axisPointer.label.formatter`, as defined 
[here](https://echarts.apache.org/en/option.html#tooltip.axisPointer.label.formatter)
 too, one expects `axis` information to be delivered with `params` (like in 
screenshot1 - version `4.2.1-rc3`. But this is not the case anymore in `4.2.1` 
release (as visualised in screenshot2).
   
   screenshot1: 
   
![image](https://user-images.githubusercontent.com/2896170/61220811-65789b00-a717-11e9-80ab-c8a308faf948.png)
   
   screenshot2:
   
![image](https://user-images.githubusercontent.com/2896170/61220870-8a6d0e00-a717-11e9-9772-cc9831d0e57c.png)
   
   
   ### What is expected?
   to have the same argument as in RC version
   
   ### What is actually happening?
   well, nothing is being delivered.
   
   ### How to Reproduce?
   create a chart, define a `tooltip.axisPointer.label.formatter` function and 
then debug the same js code once with 4.2.1 and once with rc3. you will see the 
discrepancy right away.
   
   <!-- 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to