option = {
legend: {},
tooltip: {},
dataset: {
source: [
['Type of mobility', 'Student bachelor', 'Student master', 'Student doctorate'],
['BIP-student mobility for studies', 43.3, 85.8, 93.7],
['Governance Board meeting', 83.1, 73.4, 55.1],
['Matching Event', 86.4, 65.2, 82.5],
['Other', 72.4, 53.9, 39.1]
]
},
xAxis: { type: 'category' },
yAxis: {},
series: [{ type: 'bar' }, { type: 'bar' }, { type: 'bar' }]
}
[
["Type of mobility", "Student bachelor", "Student master", "Student doctorate"],
["BIP-student mobility for studies",
101,
45,
16
],
["Governance Board meeting",
4,
0,
0
],
["Matching Event (Research, Education etc)",
5,
30,
0
],
["Other- staff week, workshop, conference, training, internship, research",
1,
,
2
]
]
option = {
legend: {},
tooltip: {},
dataset: {
source: [
["Type of mobility", "Student bachelor", "Student master", "Student doctorate"],
["BIP-student mobility for studies",
101,
45,
16
],
["Governance Board meeting",
4,
0,
0
],
["Matching Event (Research, Education etc)",
5,
30,
0
],
["Other- staff week, workshop, conference, training, internship, research",
1,
,
2
]
]
},
xAxis: { type: 'category' },
yAxis: {},
series: [{ type: 'bar' }, { type: 'bar' }, { type: 'bar' }]
}