DataSrc:T241b: Difference between revisions
No edit summary |
No edit summary |
||
Line 515: | Line 515: | ||
{ type: 'line', stack: 'total', areaStyle: {} }, | { type: 'line', stack: 'total', areaStyle: {} }, | ||
{ type: 'line', stack: 'total', areaStyle: {} } | { type: 'line', stack: 'total', areaStyle: {} } | ||
] | |||
} | |||
}} | |||
{{#echarts: | |||
width=1000px | | |||
height=600px | | |||
option = { | |||
tooltip: { | |||
trigger: 'axis', | |||
axisPointer: { | |||
type: 'shadow' | |||
} | |||
}, | |||
legend: { | |||
data: ['Student bachelor', 'Student master', 'Student doctorate'] | |||
}, | |||
grid: { | |||
left: '3%', | |||
right: '4%', | |||
bottom: '3%', | |||
containLabel: true | |||
}, | |||
dataset: { | |||
source: {{#var:t241dateData}} | |||
}, | |||
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' } | |||
} | |||
] | ] | ||
} | } | ||
}} | }} |
Revision as of 15:10, 28 March 2025