BIP-student mobility for studies: Difference between revisions

    From UNITApedia
    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: 'Simple Chart Test'
           "text": "Simple Chart Test"
         },
         },
         tooltip: {},
         "tooltip": {},
         xAxis: {
         "xAxis": {
           type: 'category',
           "type": "category",
           data: ['A','B','C','D','E']
           "data": ["A", "B", "C", "D", "E"]
         },
         },
         yAxis: {
         "yAxis": {
           type: 'value'
           "type": "value"
         },
         },
         series: [
         "series": [
           {
           {
             name: 'Demo Series',
             "name": "Demo Series",
             type: 'bar',
             "type": "bar",
             data: [5, 20, 36, 10, 10]
             "data": [5, 20, 36, 10, 10]
           }
           }
         ]
         ]
    }
    }</nowiki>
    }}
    }}
    [[Category:MobilityTypes]]
    [[Category:MobilityTypes]]

    Revision as of 11:50, 20 March 2025