jonoshearman opened a new pull request, #20324:
URL: https://github.com/apache/echarts/pull/20324

   ## Brief Information
   
   This pull request is in the type of:
   
   - [x] bug fixing
   - [ ] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
   Fixes issue with series.encode for boxplot when category axis is used.
   
   
   
   ### Fixed issues
   #20319 
   
   
   ## Details
   
   ### Before: What was the problem?
   
   When a category axis is used for a boxplot series, an ordinalValue is always 
inserted to the series.data which breaks any encoding rules. if the category 
axis does not set it's own data then the axis labels will be the integer 
ordinalValue.
   
   
   
   ### After: How does it behave after the fixing?
   
   Now if an encode rule is applied for the associated axis (x/y) then the 
ordinalValue is not inserted and the encoding rules work as expected.
   
   
   
   ## Document Info
   
   One of the following should be checked.
   
   - [x] This PR doesn't relate to document changes
   - [ ] The document should be updated later
   - [ ] The document changes have been made in apache/echarts-doc#xxx
   
   
   
   ## Misc
   
   ### ZRender Changes
   
   - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx).
   
   ### Related test cases or examples to use the new APIs
   
   test/boxplot-category.html added to show visual example.
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merging.
   
   ### 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.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to