easonyq opened a new pull request #13139:
URL: https://github.com/apache/incubator-echarts/pull/13139


   <!-- Please fill in the following information to help us review your PR more 
efficiently. -->
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [x] bug fixing
   - [ ] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
   <!-- USE ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
   
   Fix #13031 and #13086 
   
   
   ### Fixed issues
   
   #13031 has described such a situation that user has provided 
`optionToContent` function while has not provided the corresponding 
`contentToOption` function.
   If we think echarts should also work well in this situation, we need to make 
`contentToOption` function totally optional. (In other words, if user hasn't 
provided it, bugs like missing series data or showing a list of `undefined` 
should not happen.)
   
   
   ## Details
   
   ### Before: What was the problem?
   
   If user provide `optionToContent` function but has not provided 
`contentToOption` function, press 'refresh' will lose data and make a list of 
`undefined` displayed.
   
   
   
   ### After: How is it fixed in this PR?
   
   Even user has not provided `contentToOption` function, by pressing 'refresh' 
button also works well.
   
   
   
   ## Usage
   
   ### Are there any API changes?
   
   - [ ] The API has been changed.
   
   <!-- LIST THE API CHANGES HERE -->
   
   No
   
   
   ### Related test cases or examples to use the new APIs
   
   NA.
   
   
   
   ## Others
   
   ### Merging options
   
   - [x] Please squash the commits into a single one when merge.
   
   ### Other information
   


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