diysimon opened a new pull request, #21508: URL: https://github.com/apache/echarts/pull/21508
<!-- 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. --> Restore the functionality of the webkit-dep test case by providing the missing webkit-dep.json data file. ### Fixed issues <!-- - #xxxx: ... --> - #21507: [Bug] test/webkit-dep.html can not be opened ## Details ### Before: What was the problem? <!-- DESCRIBE THE BUG OR REQUIREMENT HERE. --> The test file test/webkit-dep.html was attempting to fetch webkit-dep.json, but this data file was missing from the repository. As a result, the example failed to load any data and could not be displayed or tested. <!-- ADD SCREENSHOT HERE IF APPLICABLE. --> <img width="1660" height="930" alt="image" src="https://github.com/user-attachments/assets/0f8bba2d-555b-4cff-ada5-716d45b157fb" /> ### After: How does it behave after the fixing? <!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED. --> Added the required test/data/webkit-dep.json file. Now the webkit-dep.html test case can properly load the graph data and render the dependencies correctly. <!-- ADD SCREENSHOT HERE IF APPLICABLE. --> <img width="2250" height="1672" alt="image" src="https://github.com/user-attachments/assets/48aef3ba-7d9f-4217-b59d-d8f46cded860" /> ## 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 ### Security Checking - [ ] This PR uses security-sensitive Web APIs. <!-- PLEASE CHECK IT AGAINST: <https://github.com/apache/echarts/wiki/Security-Checklist-for-Code-Contributors> --> ### ZRender Changes - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx). ### Related test cases or examples to use the new APIs N.A. ### Merging options - [x] 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: [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]
