mario-education 2.4.35-admin → 2.4.37-admin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27723,7 +27723,7 @@ var useChartDatas = function useChartDatas() {
|
|
|
27723
27723
|
}]
|
|
27724
27724
|
}, {
|
|
27725
27725
|
id: "Student_by_age",
|
|
27726
|
-
label: "Student by
|
|
27726
|
+
label: "Student by Age",
|
|
27727
27727
|
children: function children(_, columnFlex) {
|
|
27728
27728
|
return React__default.createElement(StudentByAgeAndGender$1, {
|
|
27729
27729
|
columnFlex: columnFlex,
|
|
@@ -27735,7 +27735,7 @@ var useChartDatas = function useChartDatas() {
|
|
|
27735
27735
|
options: []
|
|
27736
27736
|
}, {
|
|
27737
27737
|
id: "student_by_grade",
|
|
27738
|
-
label: "Students by
|
|
27738
|
+
label: "Students by Designation",
|
|
27739
27739
|
children: function children(_) {
|
|
27740
27740
|
return React__default.createElement(StudentByGrade$1, {
|
|
27741
27741
|
data: studentByGrade
|