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: '10%', right: '15%', bottom: '5%', containLabel: true },
color: ['#1a4780'],
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','STT-staff mobility for training','UNITA Week meeting','Work Package meeting','STA-staff mobility for teaching']
},
yAxis: { type: 'value', name: 'Participants' },
series: [
{ name: 'Staff academic', type: 'bar', stack: 'total' }
]
},
options: [
{
series: [
{ data: [18, 1, 1, 0, 1, 0, 0] }
]
},
{
series: [
{ data: [22, 9, 0, 0, 0, 10, 0] }
]
}
]
}