DataSrc:UNITA Data/Indicators/t241unito: Difference between revisions

    From UNITApedia
    No edit summary
    Tag: Reverted
    No edit summary
    Tag: Reverted
    Line 31: Line 31:
    }}
    }}


    {{#echarts:
    <echarts width="1000px" height="600px">
      width=1000px
    {
      |height=600px
      "title": { "text": "Mobility Participants by Year" },
      |option={
      "tooltip": { "trigger": "axis" },
        "title": { "text": "Mobility Participants by Year" },
      "xAxis": {  
        "tooltip": { "trigger": "axis" },
         "type": "category",
        "legend": { "data": ["Participants"] },
        "data": [ {{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?academic_year= |format=list |sep=, |link=none}} ]
         "xAxis": {
      },
          "type": "category",
      "yAxis": { "type": "value" },
          "data": [{{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?academic_year= |format=list |sep=, |link=none}}]
      "series": [{
        },
        "name": "Participants",
        "yAxis": { "type": "value" },
        "type": "bar",
        "series": [{
        "data": [ {{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?participants= |format=list |sep=, |link=none}} ]
          "name": "Participants",
      }]
          "type": "bar",
    }
          "data": [{{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?participants= |format=list |sep=, |link=none}}]
    </echarts>
        }]
      }
    }}

    Revision as of 11:05, 4 June 2026



    <echarts width="1000px" height="600px"> {

     "title": { "text": "Mobility Participants by Year" },
     "tooltip": { "trigger": "axis" },
     "xAxis": { 
       "type": "category",
       "data": [  ]
     },
     "yAxis": { "type": "value" },
     "series": [{
       "name": "Participants",
       "type": "bar",
       "data": [  ]
     }]
    

    } </echarts>