DataSrc:UNITA Data/Indicators/t241upna
From UNITApedia
Revision as of 07:20, 15 June 2026 by Elie Saade (talk | contribs) (Created page with "{{#echarts: height=700px |option = { baseOption: { timeline: { axisType: 'category', data: ['2023/2024', '2024/2025', '2025/2026'], autoPlay: false }, tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, legend: { top: '5%' }, grid: { top: '20%', left: '3%', right: '4%', bottom: '25%', containLabel: true }, xAxis: { type: 'category', name: 'Type of Mobility', axisLabel: { rotate: 35, interval: 0 }, data: ['Matching...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
option = {
baseOption: {
timeline: { axisType: 'category', data: ['2023/2024', '2024/2025', '2025/2026'], autoPlay: false },
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
legend: { top: '5%' },
grid: { top: '20%', left: '3%', right: '4%', bottom: '25%', containLabel: true },
xAxis: {
type: 'category',
name: 'Type of Mobility',
axisLabel: { rotate: 35, interval: 0 },
data: ['Matching Event (Research, Education etc)','SMS-student mobility for studies','STA-staff mobility for teaching','STT-staff mobility for training','UVM-Virtual Mobility','Work Package meeting']
},
yAxis: { type: 'value', name: 'Participants' },
series: [
{ name: 'Student bachelor', type: 'bar', stack: 'total' },
{ name: 'Student master', type: 'bar', stack: 'total' },
{ name: 'Staff academic', type: 'bar', stack: 'total' },
{ name: 'Staff administrative', type: 'bar', stack: 'total' },
{ name: 'Other', type: 'bar', stack: 'total' }
]
},
options: [
{
series: [
{ data: [0, 39, 0, 0, 0, 0] },
{ data: [0, 0, 0, 0, 0, 0] },
{ data: [0, 0, 0, 1, 0, 0] },
{ data: [0, 0, 0, 1, 0, 0] },
{ data: [17, 0, 0, 0, 0, 22] }
]
},
{
series: [
{ data: [0, 43, 0, 0, 1, 0] },
{ data: [0, 0, 0, 0, 0, 0] },
{ data: [0, 0, 1, 6, 0, 0] },
{ data: [0, 0, 2, 0, 0, 0] },
{ data: [26, 0, 0, 0, 0, 29] }
]
},
{
series: [
{ data: [0, 73, 0, 0, 0, 0] },
{ data: [0, 1, 0, 0, 0, 0] },
{ data: [0, 0, 0, 0, 0, 0] },
{ data: [0, 0, 0, 0, 0, 0] },
{ data: [0, 0, 0, 0, 0, 0] }
]
}
]
}