DataSrc:UNITA Data/Indicators/t241ipg
From UNITApedia
option = {
baseOption: {
timeline: { axisType: 'category', data: ['2022/2023', '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: '5%', containLabel: true },
xAxis: {
type: 'category',
name: 'Type of Mobility',
axisLabel: { rotate: 35, interval: 0 },
data: ['BIP-student mobility for studies','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','URM-Rural Mobility','UVM-Virtual Mobility']
},
yAxis: { type: 'value', name: 'Participants' },
series: [
{ name: 'Student mobility', type: 'bar', stack: 'total' },
{ name: 'Staff academic', type: 'bar', stack: 'total' }
]
},
options: [
{
series: [
{ data: [0, 0, 0, 0, 0, 0, 0, 0] },
{ data: [0, 0, 0, 0, 0, 2, 0, 0] }
]
},
{
series: [
{ data: [43, 0, 0, 1, 0, 0, 0, 0] },
{ data: [0, 0, 0, 0, 10, 0, 0, 0] }
]
},
{
series: [
{ data: [80, 0, 0, 0, 0, 0, 2, 8] },
{ data: [0, 2, 0, 0, 26, 6, 0, 0] }
]
},
{
series: [
{ data: [18, 0, 2, 0, 0, 0, 2, 10] },
{ data: [0, 0, 0, 0, 6, 20, 0, 0] }
]
}
]
}