100pah opened a new pull request, #21108: URL: https://github.com/apache/echarts/pull/21108
<!-- 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 ONE SENTENCE TO DESCRIBE WHAT THIS PR DOES. --> + Support `option.textStyle` as the default. + Fix the quick path of query the host of the merged cell does not work. + Tolerate coord input like [['x1', 'x2', 'x3'], ...], where 'x1' and 'x3' is considered the range boundary. + Disable the default clamp in `matrix.body/corner.data[i].coord`, because it consider the illegal input as "refer to the entire row/column", which is more likely to mislead users and no error message. And it is inconsistent with the default behavior of `chart.convertToLayout` (where clamp is disabled by default). Introduce option `matrix.body/corner.data[i].coordClamp` to enable it. ## Test No unexpected result in visual test: [Visual Regression Test Report 20250716.html.zip](https://github.com/user-attachments/files/21250487/Visual.Regression.Test.Report.20250716.html.zip) -- 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]
