DataSrc:T241b: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
    Line 478: Line 478:
    }}
    }}


    {{#echarts:
    width=1000px |
    height=600px |
    option = {
      title: {
        text: 'BIP-student mobility for studies'
      },
      tooltip: {
        trigger: 'axis',
        axisPointer: {
          type: 'cross',
          label: {
            backgroundColor: '#6a7985'
          }
        }
      },
      legend: {
        data: ['Student bachelor', 'Student master', 'Student doctorate']
      },
      brush: {
        toolbox: ['polygon', 'clear'],
      },
      toolbox: {
        feature: {
          saveAsImage: {}
        }
      },
      dataset: {
        source: {{#var:t241dateData}}
      },
      xAxis: {
        type: 'category'
      },
      yAxis: {
        type: 'value'
      },
      series: [
        { type: 'line', stack: 'total', areaStyle: {} },
        { type: 'line', stack: 'total', areaStyle: {} },
        { type: 'line', stack: 'total', areaStyle: {} }
      ]
    }
    }}
    {{#echarts:
    {{#echarts:
    width=1000px |
    width=1000px |

    Revision as of 16:25, 28 March 2025