BIP-student mobility for studies: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
    Line 1: Line 1:
    {{#echarts:
    {{#echarts:
    | width=500px
    width=450px |
    | height=300px
    height=300px |
    | option = <nowiki>{
    option = {
        "title": {
      xAxis: {
          "text": "Simple Chart Test"
         type: 'category',
         },
        data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
        "tooltip": {},
      },
        "xAxis": {
      yAxis: {
          "type": "category",
        type: 'value'
          "data": ["A", "B", "C", "D", "E"]
      },
        },
      series: [
        "yAxis": {
        {
          "type": "value"
          data: [150, 230, 224, 218, 135, 147, 260],
        },
           type: 'line'
        "series": [
        }
          {
      ]
            "name": "Demo Series",
    }
            "type": "bar",
            "data": [5, 20, 36, 10, 10]
           }
        ]
    }</nowiki>
    }}
    }}




    [[Category:MobilityTypes]]
    [[Category:MobilityTypes]]

    Revision as of 11:55, 20 March 2025