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

Funnel自定义色块 #6519

Closed
jiangtianbo opened this issue Nov 9, 2024 · 2 comments
Closed

Funnel自定义色块 #6519

jiangtianbo opened this issue Nov 9, 2024 · 2 comments

Comments

@jiangtianbo
Copy link

Funnel 组件自定义颜色失败

@hustcc
Copy link
Member

hustcc commented Dec 4, 2024

已经测试:

  • ❌ 使用 scale 色板设置不生效。这个待排查一下。
.scale('action', {
  palette: 'pastel1'
})
  • ✅ 使用主题设置生效:
chart.theme({
  category10: ['red', 'blue'],
  category20: ['red', 'blue'],
})
  • ✅ 使用 style 颜色设置生效
.style('fill', (d) => {
    return d.pv > 10000 ? 'red': 'blue';
  })

@hustcc
Copy link
Member

hustcc commented Dec 4, 2024

@hustcc hustcc closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants