DataSrc:UNITA Data/Indicators/t421unito test
From UNITApedia
Revision as of 10:02, 7 November 2025 by Elie Saade (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
option = {
legend: { top: '5%' },
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
dataset: {
source:
},
xAxis: { type: 'category', name: 'Type of Mobility', axisLabel: { rotate: 20, interval: 0 } },
yAxis: { type: 'value', name: 'Participants' },
grid: { top: '15%', left: '3%', right: '4%', bottom: '20%', containLabel: true },
series: [
{ name: 'Student bachelor', type: 'bar', encode: { x: 'Type_of_mobility', y: 'Participants' }, filter: { Status_of_mobility_participant: 'Student bachelor' } },
{ name: 'Student master', type: 'bar', encode: { x: 'Type_of_mobility', y: 'Participants' }, filter: { Status_of_mobility_participant: 'Student master' } },
{ name: 'Student doctorate', type: 'bar', encode: { x: 'Type_of_mobility', y: 'Participants' }, filter: { Status_of_mobility_participant: 'Student doctorate' } },
{ name: 'Student Assembly member', type: 'bar', encode: { x: 'Type_of_mobility', y: 'Participants' }, filter: { Status_of_mobility_participant: 'Student Assembly member' } }
],
color: ['#5470C6', '#91CC75', '#FAC858', '#EE6666']
}