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

Scale调整Opacity错误 #4883

Closed
xujingli opened this issue Apr 10, 2023 · 1 comment
Closed

Scale调整Opacity错误 #4883

xujingli opened this issue Apr 10, 2023 · 1 comment
Labels

Comments

@xujingli
Copy link
Contributor

image

@pearmini pearmini added the V5 label Apr 11, 2023
@pearmini
Copy link
Member

如果希望 opacity 作为通道话,应该在 encode 里面指定。

chart.options({
  type: 'interval',
  encode: {
    opacity: 'sold',
  },
  scale: {
    range: [0.1, 1] // 应该是一个线性比例尺
  },
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants