File tree Expand file tree Collapse file tree 20 files changed +32
-44
lines changed
packages/pluggableWidgets Expand file tree Collapse file tree 20 files changed +32
-44
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mendix/area-chart-web" ,
3
3
"widgetName" : " AreaChart" ,
4
- "version" : " 6.2 .0" ,
4
+ "version" : " 6.1 .0" ,
5
5
"description" : " An area chart displays a solid color between the traces of a graph." ,
6
6
"copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
7
7
"license" : " Apache-2.0" ,
18
18
},
19
19
"packagePath" : " com.mendix.widget.web" ,
20
20
"marketplace" : {
21
- "minimumMXVersion" : " 9.6.0 " ,
21
+ "minimumMXVersion" : " 9.24.0.2965 " ,
22
22
"appName" : " Area Chart"
23
23
},
24
24
"testProject" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" AreaChart" version =" 6.2 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" AreaChart" version =" 6.1 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" AreaChart.xml" />
6
6
</widgetFiles >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mendix/bar-chart-web" ,
3
3
"widgetName" : " BarChart" ,
4
- "version" : " 6.2 .0" ,
4
+ "version" : " 6.1 .0" ,
5
5
"description" : " Shows difference between the data points for one or more categories." ,
6
6
"copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
7
7
"license" : " Apache-2.0" ,
18
18
},
19
19
"packagePath" : " com.mendix.widget.web" ,
20
20
"marketplace" : {
21
- "minimumMXVersion" : " 9.6.0 " ,
21
+ "minimumMXVersion" : " 9.24.0.2965 " ,
22
22
"appName" : " Bar Chart"
23
23
},
24
24
"testProject" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" BarChart" version =" 6.2 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" BarChart" version =" 6.1 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" BarChart.xml" />
6
6
</widgetFiles >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mendix/bubble-chart-web" ,
3
3
"widgetName" : " BubbleChart" ,
4
- "version" : " 6.2 .0" ,
4
+ "version" : " 6.1 .0" ,
5
5
"description" : " Shows data in a bubble format graph." ,
6
6
"copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
7
7
"license" : " Apache-2.0" ,
18
18
},
19
19
"packagePath" : " com.mendix.widget.web" ,
20
20
"marketplace" : {
21
- "minimumMXVersion" : " 9.6.0 " ,
21
+ "minimumMXVersion" : " 9.24.0.2965 " ,
22
22
"appName" : " Bubble Chart"
23
23
},
24
24
"testProject" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" BubbleChart" version =" 6.2 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" BubbleChart" version =" 6.1 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" BubbleChart.xml" />
6
6
</widgetFiles >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mendix/charts-web" ,
3
- "version" : " 6.2 .0" ,
3
+ "version" : " 6.1 .0" ,
4
4
"description" : " Chart widgets collection for data visualization" ,
5
5
"copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
6
6
"license" : " Apache-2.0" ,
28
28
},
29
29
"packagePath" : " com.mendix.widget.web" ,
30
30
"marketplace" : {
31
- "minimumMXVersion" : " 9.6 .0.27784 " ,
31
+ "minimumMXVersion" : " 9.24 .0.2965 " ,
32
32
"appNumber" : 105695 ,
33
33
"appName" : " Charts" ,
34
34
"reactReady" : true
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" Charts" version =" 6.2 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" Charts" version =" 6.1 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" AreaChart/AreaChart.xml" />
6
6
<widgetFile path =" BarChart/BarChart.xml" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mendix/column-chart-web" ,
3
3
"widgetName" : " ColumnChart" ,
4
- "version" : " 6.2 .0" ,
4
+ "version" : " 6.1 .0" ,
5
5
"description" : " Shows data in a column format graph." ,
6
6
"copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
7
7
"license" : " Apache-2.0" ,
18
18
},
19
19
"packagePath" : " com.mendix.widget.web" ,
20
20
"marketplace" : {
21
- "minimumMXVersion" : " 9.6.0 " ,
21
+ "minimumMXVersion" : " 9.24.0.2965 " ,
22
22
"appName" : " Column Chart"
23
23
},
24
24
"testProject" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" ColumnChart" version =" 6.2 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" ColumnChart" version =" 6.1 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" ColumnChart.xml" />
6
6
</widgetFiles >
You can’t perform that action at this time.
0 commit comments