option = {
legend: {},
tooltip: {},
dataset: {
source: [
["Type of mobility", "Student bachelor", "Student master", "Student doctorate", "Staff academic", "Staff administrative", "Researcher", "Not defined", "Student Assembly member"],
["BIP-student\nmobility for\nstudies",
101,
45,
16,
,
,
,
,
],
["Governance\nBoard meeting",
,
,
,
4,
,
,
,
],
["Matching Event\n(Research, Education etc)",
,
,
,
30,
2,
5,
,
],
["Other",
1,
,
2,
50,
3,
1,
,
6
],
["SMS-student\nmobility\nfor studies",
19,
5,
,
,
,
,
,
],
["SMT-student\nmobility for\ntraineeship",
,
,
17,
,
,
,
,
],
["STA-staff\nmobility for\nteaching",
,
,
,
28,
,
,
,
],
["STT-staff\nmobility for\ntraining",
,
,
,
39,
44,
2,
,
]
]
},
xAxis: {
type: 'category',
axisLabel: {
rotate: 60,
interval: 0
}
},
yAxis: {},
series: [
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" }
]
}