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

[Bug] 雷达图淡出圆点没有淡出变色 #20320

Open
duud666 opened this issue Sep 5, 2024 · 1 comment
Open

[Bug] 雷达图淡出圆点没有淡出变色 #20320

duud666 opened this issue Sep 5, 2024 · 1 comment
Labels
animation pending We are not sure about whether this is a bug/new feature. topic: radar

Comments

@duud666
Copy link

duud666 commented Sep 5, 2024

Version

5.3.3

Link to Minimal Reproduction

https://echarts.apache.org/examples/zh/editor.html?c=radar&version=5.3.3&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQBCAhgM4QDGsASrQCa0BOsAwgAseYSkQC-AGiK4A5jmgcCqYrC5haBANqUAglizAmtMDg6xqAVw5yRE2LqZgLtLLADKIeRwjQZlALriUug4ALYgQoz0eMrEAGaGFtH29DhYcaLokkTcnDxKROgA9EWw9EKeVEwQ3Ey4lMHEPt5GYMDcWoXESLDQtKH49m4uOPQNsKG0pAQAbACsAAwLsNkq6D19A1Q6HKE-EPRguZAw45PTsACMM0vLq2sb_YOUAJLQCdyTJ3AAKjhMAmgwAMMgAnmcpgQAMy3O6NFSPLb2PhJNoDXhuCwgEDtWwTSGwKEADluK3h3V6TyoABEcAA3NKgAbQPHnAhzABMpPuCMpSMoAFkeABrHCQXwQi4cxZLFZdQJZRqpbgQUadBFddCbZ6Waxi2B0-hlTwKHx-cnoMCgyr2XJcbgNTWqYwaWCaJ3rD3EOkuCyDTQAFi5CzsMKWdmD4cJMpDsBjscuJKW_gta21230hmMpnMVhsmTWiq9sUL6B9WD9WhjdkuAduEaTsY5NyjQfrsA5l1uKa9Wqp9h0jmcrg8XjNBcLYidCuIU_QgTEAG4gA

Steps to Reproduce

123_b6aa7b90-1b4b-4fec-9093-972e3cb5836c

Current Behavior

123_b6aa7b90-1b4b-4fec-9093-972e3cb5836c

Expected Behavior

option = {
title: {
text: 'Basic Radar Chart'
},
legend: {
data: ['Allocated Budget', 'Actual Spending']
},
emphasis:{
focus: 'self'
},
radar: {
// shape: 'circle',
indicator: [
{ name: 'Sales', max: 6500 },
{ name: 'Administration', max: 16000 },
{ name: 'Information Technology', max: 30000 },
{ name: 'Customer Support', max: 38000 },
{ name: 'Development', max: 52000 },
{ name: 'Marketing', max: 25000 }
]
},
series: [
{
name: 'Budget vs spending',
type: 'radar',
data: [
{
value: [4200, 3000, 20000, 35000, 50000, 18000],
name: 'Allocated Budget'
},
{
value: [5000, 14000, 28000, 26000, 42000, 21000],
name: 'Actual Spending'
}
]
}
]
};

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

期望淡出圆点也一样变色淡出

@duud666 duud666 added the bug label Sep 5, 2024
@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Sep 5, 2024
Copy link

echarts-bot bot commented Sep 5, 2024

@duud666 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

[Bug] There is no radar chart

@duud666 duud666 changed the title [Bug] 雷达图没有 [Bug] 雷达图淡出圆点没有淡出变色 Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
animation pending We are not sure about whether this is a bug/new feature. topic: radar
Projects
None yet
Development

No branches or pull requests

2 participants