|
|
Line 124: |
Line 124: |
| }} | | }} |
| {{#var:rawData}} | | {{#var:rawData}} |
| | {{#echarts: |
| | width=1000px | |
| | height=750px | |
| | option = { |
| | legend: {}, |
| | tooltip: {}, |
| | dataset: { |
| | source: {{#var:rawData}} |
| | }, |
| | xAxis: { type: 'category' }, |
| | yAxis: {}, |
| | series: [{ type: 'bar' }, { type: 'bar' }, { type: 'bar' }] |
| | } |
| | }} |
Revision as of 14:44, 20 March 2025
option = {
legend: {},
tooltip: {},
dataset: {
source: [
['Type of mobility', 'Student bachelor', 'Student master', 'Student doctorate'],
['BIP-student mobility for studies', 43.3, 85.8, 93.7],
['Governance Board meeting', 83.1, 73.4, 55.1],
['Matching Event', 86.4, 65.2, 82.5],
['Other', 72.4, 53.9, 39.1]
]
},
xAxis: { type: 'category' },
yAxis: {},
series: [{ type: 'bar' }, { type: 'bar' }, { type: 'bar' }]
}
[
["Type of mobility", "Student bachelor", "Student master", "Student doctorate"],
["BIP-student mobility for studies",
{{#sum: T241 (Participants: 101) }},
{{#sum: T241 (Participants: 45) }},
{{#sum: T241 (Participants: 16) }}
],
["Governance Board meeting",
{{#sum: T241 (Participants: 4) }},
0,
0
],
["Matching Event (Research, Education etc)",
{{#sum: T241 (Participants: 5) }},
{{#sum: T241 (Participants: 30) }},
0
],
["Other- staff week, workshop, conference, training, internship, research",
{{#sum: T241 (Participants: 1) }},
{{#sum: }},
{{#sum: T241 (Participants: 2) }}
]
]
option = {
legend: {},
tooltip: {},
dataset: {
source: [
["Type of mobility", "Student bachelor", "Student master", "Student doctorate"],
["BIP-student mobility for studies",
{{#sum: T241 (Participants: 101) }},
{{#sum: T241 (Participants: 45) }},
{{#sum: T241 (Participants: 16) }}
],
["Governance Board meeting",
{{#sum: T241 (Participants: 4) }},
0,
0
],
["Matching Event (Research, Education etc)",
{{#sum: T241 (Participants: 5) }},
{{#sum: T241 (Participants: 30) }},
0
],
["Other- staff week, workshop, conference, training, internship, research",
{{#sum: T241 (Participants: 1) }},
{{#sum: }},
{{#sum: T241 (Participants: 2) }}
]
]
},
xAxis: { type: 'category' },
yAxis: {},
series: [{ type: 'bar' }, { type: 'bar' }, { type: 'bar' }]
}