Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 雷达图能控制某个具体dataIndex的ItemStyle #20241

Open
six-ponies opened this issue Aug 9, 2024 · 2 comments
Open

[Feature] 雷达图能控制某个具体dataIndex的ItemStyle #20241

six-ponies opened this issue Aug 9, 2024 · 2 comments
Labels
new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@six-ponies
Copy link

What problem does this feature solve?

目前雷达图的ItemStyle设置的粒度只能是series级别的,不能设置到data index级别,希望能支持该功能

What does the proposed API look like?

{
  "series": [
    {
      "data": [
        {
          "value": 1,
          "itemStyle": {
            "color": "red"
          }
        },
        {
          "value": 2
        },
        {
          "value": 3
        }
      ],
      "type": "radar"
    }
  ]
}
@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Aug 9, 2024
Copy link

echarts-bot bot commented Aug 9, 2024

@six-ponies It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Feature] How to control the ItemStyle of a specific dataIndex in a radar chart

@six-ponies six-ponies changed the title [Feature] 雷达图如何控制某个具体dataIndex的ItemStyle [Feature] 雷达图能控制某个具体dataIndex的ItemStyle Aug 9, 2024
@helgasoft
Copy link

agree, there is itemStyle, but is inconvenient since each series has only one value where all the data is...
Individual values cannot be styled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants