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", "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
]
]
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
]
]
},
xAxis: { type: 'category' },
yAxis: {},
series: [
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" },
{ "type": "bar" }
]
}