DataSrc:UNITA Data/Indicators/t241unito

    From UNITApedia
    Revision as of 11:05, 4 June 2026 by Elie Saade (talk | contribs)



    <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>