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
Currently, some standard rules' scores will take into account customized charts. e.g.
AVA/packages/ava/src/advisor/ruler/rules/data-check.ts
Lines 5 to 13 in 402f78b
But some do not:
AVA/packages/ava/src/advisor/ruler/rules/diff-pie-sector.ts
Lines 7 to 17 in 402f78b
In v3.0, to make a custom chart participate in a scoring rule, you need to override this rule when instantiating Advisor. For example: https://ava.antv.antgroup.com/examples/advice/advise-and-lint/#custom-rules-ca
But this is very troublesome, a better solution should be provided in version 3.1
The text was updated successfully, but these errors were encountered:
GuangMingYouBei
No branches or pull requests
Currently, some standard rules' scores will take into account customized charts. e.g.
AVA/packages/ava/src/advisor/ruler/rules/data-check.ts
Lines 5 to 13 in 402f78b
But some do not:
AVA/packages/ava/src/advisor/ruler/rules/diff-pie-sector.ts
Lines 7 to 17 in 402f78b
In v3.0, to make a custom chart participate in a scoring rule, you need to override this rule when instantiating Advisor. For example: https://ava.antv.antgroup.com/examples/advice/advise-and-lint/#custom-rules-ca
But this is very troublesome, a better solution should be provided in version 3.1
The text was updated successfully, but these errors were encountered: