Ovilia edited a comment on issue #15464:
URL: https://github.com/apache/echarts/issues/15464#issuecomment-891666418


   Update: The problem beneath has been fixed in 
https://github.com/apache/echarts/pull/15313
   
   ---
   
   Another related problem is that if `tooltip.formatter` is defined and 
returns `null` for null data, the previous data value is used, which is even 
more confusing.
   
   ```js
   formatter: function(param) {
         return param[0].value[1] == null ? null : 'value: ' + 
param[0].value[1];
   }
   ```
   
   
![image](https://user-images.githubusercontent.com/779050/127987868-7ebe4e62-6c26-4e9e-872a-1b9f60a1d5e0.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.

To unsubscribe, e-mail: [email protected]

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