newraina opened a new pull request #11890: fix: add missing splitArea support for singleAxis #11690 URL: https://github.com/apache/incubator-echarts/pull/11890 <!-- Please fill in the following information to help us review your PR more efficiently. --> ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [ ] others ### What does this PR do? <!-- USE ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. --> add `singleAxis.splitArea` support. ### Fixed issues <!-- - #xxxx: ... --> #11690 ## Details ### Before: What was the problem? by [doc](https://echarts.apache.org/zh/option.html#singleAxis.splitArea), singleAxis should support `splitArea` option, actually not. ### After: How is it fixed in this PR? add `_splitArea` implement for `SingleAxisView`, imitate `CartesianAxisView`.
---------------------------------------------------------------- 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]
