Re: [PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-11-07 Thread via GitHub
Ovilia commented on code in PR #19232: URL: https://github.com/apache/echarts/pull/19232#discussion_r1386131792 ## src/component/axis/parallelAxisAction.ts: ## @@ -25,14 +25,20 @@ import ParallelModel from '../../coord/parallel/ParallelModel'; import { EChartsExtensionInstallR

Re: [PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-10-25 Thread via GitHub
CindyCUI423 commented on PR #19232: URL: https://github.com/apache/echarts/pull/19232#issuecomment-1780383455 And it seems that the project is now having problems with transparency disappearing. I get this problem when interacting with the examples on the website: https://echarts.apache.org

Re: [PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-10-25 Thread via GitHub
CindyCUI423 commented on PR #19232: URL: https://github.com/apache/echarts/pull/19232#issuecomment-1780380125 Hi @Ovilia, I've fixed problems and a test case has been added as required. Please take a look, thank you : ) -- This is an automated message from the Apache Git Service. To respo

Re: [PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-10-22 Thread via GitHub
github-actions[bot] commented on PR #19232: URL: https://github.com/apache/echarts/pull/19232#issuecomment-1774315182 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19232@45fab44 -- This is an automated message from the Ap

Re: [PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-10-21 Thread via GitHub
echarts-bot[bot] commented on PR #19232: URL: https://github.com/apache/echarts/pull/19232#issuecomment-1773989069 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html) a

[PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-10-21 Thread via GitHub
CindyCUI423 opened a new pull request, #19232: URL: https://github.com/apache/echarts/pull/19232 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? This PR ad