[demo]Chinese provinces eat spicy food at a glance #3745
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 This is a ...
🔗 Related issue link
🔗 Related PR link
[https://github.com/UC-web291/VChart_Tour]
💡 Background and solution
Chinese provinces are divided from high tolerance to low tolerance into king, diamond, gold, silver and bronze.The corresponding province will be marked with the mouse hover.
I am a novice, the first time to participate in open source, here for my experience to make a summary:
1, images uploaded to github, using the connection to read need to use the acceleration prefix to avoid domain name problems;
2, svg has a unique identifier to correspond to the array in the code, the search needs to use a unique identifier for attribute assignment;
3, VChrt default nameField to indicate how the name in svg corresponds to the data in the code, you need to ensure that the unique identifier used for identification in your svg is' name ';
Need a vector map link, has been uploaded to the personal warehouse, the link is: [https://github.com/UC-web291/picture_storing/blob/main/v1.svg]
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough