tomsoftware commented on issue #12592:
URL: 
https://github.com/apache/incubator-echarts/issues/12592#issuecomment-626402653


   By the way: there is a bug in the "confidence-band" example:
   Line 31: 
   ``` return params[2].name + '<br />' + params[2].value; ```
   should be
   ``` return params[2].name + '<br />' + (params[2].value - base) * 100; ```
   to cover up the shifting-hack (the base value is 3)
   
![grafik](https://user-images.githubusercontent.com/3290888/81512602-fca38480-9321-11ea-8595-3d856dea834f.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:
[email protected]



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

Reply via email to