fix: address legend formatting for external call error % (#2443)

This commit is contained in:
Srikanth Chekuri 2023-03-11 16:44:58 +05:30 committed by GitHub
parent 66b2e17bba
commit 7508c9148f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ export const externalCallErrorPercent = ({
}, },
...tagFilterItems, ...tagFilterItems,
]; ];
const legendFormula = 'External Call Error Percentage'; const legendFormula = legend;
const expression = 'A*100/B'; const expression = 'A*100/B';
const disabled = true; const disabled = true;
return getQueryBuilderQuerieswithFormula({ return getQueryBuilderQuerieswithFormula({