We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0dfb1 commit c837a3aCopy full SHA for c837a3a
src/errors.json
@@ -3,5 +3,6 @@
3
"datasetAttribute": "#COMP# dataset is missing the '#ATTR#' attribute.",
4
"datasetAttributeEmpty": "#COMP# dataset '#ATTR#' attribute cannot be empty.",
5
"datasetSerieAttribute": "#COMP# dataset #KEY# item at index #INDX# is missing the '#ATTR#' attribute.",
6
- "notBuildable": "#COMP# : Chart could not be built. Dataset is not formatted correctly"
+ "notBuildable": "#COMP# : Chart could not be built. Dataset is not formatted correctly",
7
+ "attributeWrongValue": "#COMP# : A wrong value was provided to the #ATTR# attribute (#KEY# is not a valid value)."
8
}
0 commit comments