BIP-student mobility for studies: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#echarts: | {{#echarts: | ||
| width=500px | | width=500px | ||
| Line 24: | Line 24: | ||
} | } | ||
}} | }} | ||
[[Category:MobilityTypes]] | |||
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#echarts: | {{#echarts: | ||
| width=500px | | width=500px | ||
| Line 24: | Line 24: | ||
} | } | ||
}} | }} | ||
[[Category:MobilityTypes]] | |||
title: {
text: 'Simple Chart Test'
},
tooltip: {},
xAxis: {
type: 'category',
data: ['A','B','C','D','E']
},
yAxis: {
type: 'value'
},
series: [
{
name: 'Demo Series',
type: 'bar',
data: [5, 20, 36, 10, 10]
}
]
}