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 b6057ea commit 4f4df10Copy full SHA for 4f4df10
src/errors.json
@@ -2,5 +2,6 @@
2
"dataset": "#COMP# dataset prop is either missing, undefined or empty.",
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."
+ "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"
7
}
0 commit comments