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.modern.js
CHANGED
|
@@ -27720,7 +27720,7 @@ var useChartDatas = function useChartDatas() {
|
|
|
27720
27720
|
}]
|
|
27721
27721
|
}, {
|
|
27722
27722
|
id: "Student_by_age",
|
|
27723
|
-
label: "Student by
|
|
27723
|
+
label: "Student by Age",
|
|
27724
27724
|
children: function children(_, columnFlex) {
|
|
27725
27725
|
return React.createElement(StudentByAgeAndGender$1, {
|
|
27726
27726
|
columnFlex: columnFlex,
|
|
@@ -27732,7 +27732,7 @@ var useChartDatas = function useChartDatas() {
|
|
|
27732
27732
|
options: []
|
|
27733
27733
|
}, {
|
|
27734
27734
|
id: "student_by_grade",
|
|
27735
|
-
label: "Students by
|
|
27735
|
+
label: "Students by Designation",
|
|
27736
27736
|
children: function children(_) {
|
|
27737
27737
|
return React.createElement(StudentByGrade$1, {
|
|
27738
27738
|
data: studentByGrade
|