echarts icon indicating copy to clipboard operation
echarts copied to clipboard

pie chart works with geo, but not with series type 'map'

Open helgasoft opened this issue 1 year ago • 0 comments

Version

5.5.1

Link to Minimal Reproduction

Demo

Steps to Reproduce

see Demo or replace geo with series { type:'map', map:'USA'} in official example

Current Behavior

2D maps could be defined with geo, or with series type map, or with both. Pie charts can be positioned on geo maps, but do not show up on map series alone.

Expected Behavior

Since both geo and map series have the same coordinate system, users would expect pies to work with both. If this isn't true, then it should be at least mentioned in the API docs.

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

helgasoft avatar Oct 13 '24 06:10 helgasoft