DataSrc:UNITA Data/Indicators/t241unito
<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>