DataSrc:T241b
From UNITApedia
Revision as of 15:30, 28 March 2025 by 172.18.0.10 (talk)
Error: Incomplete information for this database ID DW_UNITAData_T241b (type).
Error: Incomplete information for this database ID DW_UNITAData_T241b (name).
Error: Incomplete information for this database ID DW_UNITAData_T241b (server).
Error: No "from" parameter specified.
option = {
title: {
text: 'BIP-student mobility for studies'
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#6a7985'
}
}
},
legend: {
data: ['Student bachelor', 'Student master', 'Student doctorate']
},
toolbox: {
feature: {
saveAsImage: {}
}
},
dataset: {
source: [
[
"entry_date",
"Student bachelor",
"Student master",
"Student doctorate"
],
[ "Nov 2023", 8, 1, 1, 4, 1 ],
[ "Dec 2023", 8, 1, 1 ],
[ "Jan 2024", 11, 1, 1 ],
[ "Feb 2024", 18, 2, 1, 2 ],
[ "Mar 2024", 5, 15, 2, 1, 3 ],
[ "Apr 2024", 15, 8, 2, 3, 1, 3 ],
[ "May 2024", 15, 20, 5, 2, 1, 2, 1 ],
[ "Jun 2024", 4, 12, 6, 2, 4 ],
[ "Jul 2024", 19, 1, 11, 2, 3, 2, 2, 4 ],
[ "Aug 2024", 7, 1, 1, 2, 2, 5 ],
[ "Sep 2024", 8, 4, 2, 1 ],
[ "Oct 2024", 12, 9, 6, 4, ],
[ "Nov 2024", 18, 9, 5, 13, 1, 1 ]
]
},
xAxis: {
type: 'category'
},
yAxis: {
type: 'value'
},
series: [
{ type: 'line', stack: 'total', areaStyle: {} },
{ type: 'line', stack: 'total', areaStyle: {} },
{ type: 'line', stack: 'total', areaStyle: {} }
]
}option = {
title: {
text: 'BIP-student mobility for studies'
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow'
}
},
toolbox: {
feature: {
saveAsImage: {}
}
},
legend: {
data: ['Student bachelor', 'Student master', 'Student doctorate']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
dataset: {
source: [
[
"entry_date",
"Student bachelor",
"Student master",
"Student doctorate"
],
[ "Nov 2023", 8, 1, 1, 4, 1 ],
[ "Dec 2023", 8, 1, 1 ],
[ "Jan 2024", 11, 1, 1 ],
[ "Feb 2024", 18, 2, 1, 2 ],
[ "Mar 2024", 5, 15, 2, 1, 3 ],
[ "Apr 2024", 15, 8, 2, 3, 1, 3 ],
[ "May 2024", 15, 20, 5, 2, 1, 2, 1 ],
[ "Jun 2024", 4, 12, 6, 2, 4 ],
[ "Jul 2024", 19, 1, 11, 2, 3, 2, 2, 4 ],
[ "Aug 2024", 7, 1, 1, 2, 2, 5 ],
[ "Sep 2024", 8, 4, 2, 1 ],
[ "Oct 2024", 12, 9, 6, 4, ],
[ "Nov 2024", 18, 9, 5, 13, 1, 1 ]
]
},
xAxis: {
type: 'category'
},
yAxis: {
type: 'value'
},
series: [
{
type: 'bar',
stack: 'total',
emphasis: { focus: 'series' }
},
{
type: 'bar',
stack: 'total',
emphasis: { focus: 'series' }
},
{
type: 'bar',
stack: 'total',
emphasis: { focus: 'series' }
}
]
}