DataSrc:UNITA Data/Indicators/t241uppa
From UNITApedia
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: '0%', 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','URM-Rural Mobility']
},
yAxis: { type: 'value', name: 'Participants' },
series: [
{ name: 'Student bachelor', type: 'bar', stack: 'total' },
{ name: 'Student master', type: 'bar', stack: 'total' },
{ name: 'Student doctorate', type: 'bar', stack: 'total' },
{ name: 'Other', type: 'bar', stack: 'total' }
]
},
options: [
{
series: [
{ data: [52, 20, 17, 0, 0] },
{ data: [13, 7, 17, 2, 1] },
{ data: [1, 0, 0, 0, 0] },
{ data: [0, 4, 0, 0, 0] }
]
},
{
series: [
{ data: [40, 0, 11, 0, 1] },
{ data: [20, 0, 13, 1, 0] },
{ data: [5, 0, 0, 0, 0] },
{ data: [2, 7, 0, 0, 0] }
]
}
]
}