DataSrc:UNITA Data/Indicators/t241unito: Difference between revisions
Elie Saade (talk | contribs) No edit summary |
Elie Saade (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{#get_db_data: | {{#get_db_data: | ||
db=DW_UNITAData_Mobility | db=DW_UNITAData_Mobility | ||
|query=SELECT jsontext FROM your_json_table WHERE university = 'UNITO' | |||
|data= | |data=record=jsontext | ||
}} | }} | ||
{{#echarts: | {{#echarts: | ||
|width=1000px|height=600px | |width=1000px|height=600px | ||
|option={ | |option={ | ||
"title": { "text": "Mobility Participants by Year (UNITO)" }, | |||
"title": { "text": "Mobility Participants by Year" }, | |||
"tooltip": { "trigger": "axis" }, | "tooltip": { "trigger": "axis" }, | ||
"xAxis": { | "xAxis": { | ||
"type": "category", | "type": "category", | ||
"data": [ {{#for_external_table: , | "{{{record.Academic_year}}}" }} ] | |||
"data": | |||
}, | }, | ||
"yAxis": { "type": "value" }, | "yAxis": { "type": "value" }, | ||
"series": [{ | "series": [{ | ||
"name": "Participants", | "name": "Participants", | ||
"type": "bar", | "type": "bar", | ||
"data": [ {{#for_external_table: , | {{{record.Participants}}} }} ] | |||
"data": [ {{#for_external_table: , | {{{ | |||
}] | }] | ||
} | } | ||
}} | }} | ||
Revision as of 12:42, 4 June 2026