DataSrc:UNITA Data/Indicators/t241hesso
From UNITApedia
Revision as of 07:58, 15 June 2026 by Elie Saade (talk | contribs) (Created page with "{{#echarts: height=700px |option = { baseOption: { timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], 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 (Resear...")
option = {
baseOption: {
timeline: { axisType: 'category', data: ['2023-2024', '2024-2025'], 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)','other- staff week, workshop, conference, training, internship, research','SMS-student mobility for studies','SMT-student mobility for traineeship','STA-staff mobility for teaching','STT-staff mobility for training','UNITA Week meeting','Work Package meeting','BIP-student mobility for studies','URM-Rural Mobility','UVM-Virtual Mobility']
},
yAxis: { type: 'value', name: 'Participants' },
series: [
{ name: 'Outgoing', type: 'bar' },
{ name: 'Incoming', type: 'bar' }
]
},
options: [
{
series: [
{ data: [20, 5, 3, 0, 0, 3, 19, 18, 0, 0, 0] },
{ data: [0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 0] }
]
},
{
series: [
{ data: [26, 29, 5, 0, 3, 0, 11, 2, 14, 0, 0] },
{ data: [0, 9, 2, 0, 7, 0, 0, 0, 20, 3, 16] }
]
}
]
}