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 mobility for studies",
101,
45,
16,
,
,
,
,
],
["Governance Board meeting",
,
,
,
4,
,
,
,
],
["Matching Event (Research, Education etc)",
,
,
,
30,
2,
5,
,
],
["Other- staff week, workshop, conference, training, internship, research",
1,
,
2,
50,
3,
1,
,
6
],
["SMS-student mobility for studies",
19,
5,
,
,
,
,
,
],
["SMT-student mobility for traineeship",
,
,
17,
,
,
,
,
],
["STA-staff mobility for teaching",
,
,
,
28,
,
,
,
],
["STT-staff mobility for training",
,
,
,
39,
44,
2,
,
]
]
},
xAxis: { type: 'category' },
yAxis: {},
series: [
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" }
]
}