We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
In https://vega.github.io/editor/#/examples/vega-lite/layer_arc_label, we have
We could simplify this sorting by only sorting by one field.
The text was updated successfully, but these errors were encountered:
fix: duplicate sorting in stack (#9213)
3e35dc2
try to close #8033, avoid duplicate field by ``` if (!s.field.includes(field)) { s.field.push(field); s.order.push(sortOrder); } ``` --------- Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
Successfully merging a pull request may close this issue.
In https://vega.github.io/editor/#/examples/vega-lite/layer_arc_label, we have
We could simplify this sorting by only sorting by one field.
The text was updated successfully, but these errors were encountered: