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