Sometimes, we want to use Legend feature, but we never want these dots on each state.
Side note: another thing I noticed, that when you go to any echarts Map example, then you push the link to open in Codepen or Codesandbox, the Maps examples always fail because of CORS error when requesting the Geo json file async. As a workaround, I just pasted the UsaJson into my Codepen for this bug report.
Version
5.5.1
Link to Minimal Reproduction
https://codepen.io/HugeHugh/pen/qBeYbQB
Steps to Reproduce
legend: { show: false }
is activeCurrent Behavior
Blue dots appearing on every state when using any option inside "legend" suboption
Expected Behavior
Do not want these dots on every state
Environment
Any additional comments?
Sometimes, we want to use Legend feature, but we never want these dots on each state.
Side note: another thing I noticed, that when you go to any echarts Map example, then you push the link to open in Codepen or Codesandbox, the Maps examples always fail because of CORS error when requesting the Geo json file async. As a workaround, I just pasted the UsaJson into my Codepen for this bug report.