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

    From UNITApedia
    No edit summary
    Tag: Reverted
    No edit summary
    Tag: Reverted
    Line 29: Line 29:
    |mainlabel=-  
    |mainlabel=-  
    |header=show
    |header=show
    }}
    {{#echarts:
      width=1000px
      |height=600px
      |option={
        "title": { "text": "Mobility Participants by Year" },
        "tooltip": { "trigger": "axis" },
        "legend": { "data": ["Participants"] },
        "xAxis": {
          "type": "category",
          "data": [{{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?academic_year= |format=list |sep=, |link=none}}]
        },
        "yAxis": { "type": "value" },
        "series": [{
          "name": "Participants",
          "type": "bar",
          "data": [{{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?participants= |format=list |sep=, |link=none}}]
        }]
      }
    }}
    }}

    Revision as of 11:03, 4 June 2026