We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
export function gaugeCustomColor(): G2Spec { return { type: 'gauge', data: { value: { target: 120, total: 400, name: 'score', thresholds: [100, 200, 400], }, }, scale: { color: { range: ['#F4664A', '#FAAD14', 'green'], }, }, }; }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
相同问题:#6118
@pearmini 这个问题之前做了一半,coordinate 的 revert 没有办法处理,看看是否能解决。
@hustcc 好
hustcc
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: