{
    tooltip : {
        formatter: "{a} <br/>{c} {b}"
    },
    toolbox: {
        show : true,
        feature : {
            mark : {show: true},
            restore : {show: true},
            saveAsImage : {show: true}
        }
    },
    series : [
        {
            name:'ٶ',
            type:'gauge',
            z: 3,
            min:0,
            max:220,
            splitNumber:11,
            axisLine: {            // 
                lineStyle: {       // lineStyleʽ
                    width: 10
                }
            },
            axisTick: {            // С
                length :15,        // length߳
                lineStyle: {       // lineStyleʽ
                    color: 'auto'
                }
            },
            splitLine: {           // ָ
                length :20,         // length߳
                lineStyle: {       // lineStylelineStyleʽ
                    color: 'auto'
                }
            },
            title : {
                textStyle: {       // ĬʹȫıʽTEXTSTYLE
                    fontWeight: 'bolder',
                    fontSize: 20,
                    fontStyle: 'italic'
                }
            },
            detail : {
                textStyle: {       // ĬʹȫıʽTEXTSTYLE
                    fontWeight: 'bolder'
                }
            },
            data:[{value: 40, name: 'km/h'}]
        },
        {
            name:'ת',
            type:'gauge',
            center : ['25%', '55%'],    // Ĭȫ־
            radius : '50%',
            min:0,
            max:7,
            endAngle:45,
            splitNumber:7,
            axisLine: {            // 
                lineStyle: {       // lineStyleʽ
                    width: 8
                }
            },
            axisTick: {            // С
                length :12,        // length߳
                lineStyle: {       // lineStyleʽ
                    color: 'auto'
                }
            },
            splitLine: {           // ָ
                length :20,         // length߳
                lineStyle: {       // lineStylelineStyleʽ
                    color: 'auto'
                }
            },
            pointer: {
                width:5
            },
            title : {
                offsetCenter: [0, '-30%'],       // x, yλpx
            },
            detail : {
                textStyle: {       // ĬʹȫıʽTEXTSTYLE
                    fontWeight: 'bolder'
                }
            },
            data:[{value: 1.5, name: 'x1000 r/min'}]
        },
        {
            name:'ͱ',
            type:'gauge',
            center : ['75%', '50%'],    // Ĭȫ־
            radius : '50%',
            min:0,
            max:2,
            startAngle:135,
            endAngle:45,
            splitNumber:2,
            axisLine: {            // 
                lineStyle: {       // lineStyleʽ
                    color: [[0.2, '#ff4500'],[0.8, '#48b'],[1, '#228b22']], 
                    width: 8
                }
            },
            axisTick: {            // С
                splitNumber:5,
                length :10,        // length߳
                lineStyle: {       // lineStyleʽ
                    color: 'auto'
                }
            },
            axisLabel: {
                formatter:function(v){
                    switch (v + '') {
                        case '0' : return 'E';
                        case '1' : return 'Gas';
                        case '2' : return 'F';
                    }
                }
            },
            splitLine: {           // ָ
                length :15,         // length߳
                lineStyle: {       // lineStylelineStyleʽ
                    color: 'auto'
                }
            },
            pointer: {
                width:2
            },
            title : {
                show: false
            },
            detail : {
                show: false
            },
            data:[{value: 0.5, name: 'gas'}]
        },
        {
            name:'ˮ',
            type:'gauge',
            center : ['75%', '50%'],    // Ĭȫ־
            radius : '50%',
            min:0,
            max:2,
            startAngle:315,
            endAngle:225,
            splitNumber:2,
            axisLine: {            // 
                lineStyle: {       // lineStyleʽ
                    color: [[0.2, '#ff4500'],[0.8, '#48b'],[1, '#228b22']], 
                    width: 8
                }
            },
            axisTick: {            // С
                show: false
            },
            axisLabel: {
                formatter:function(v){
                    switch (v + '') {
                        case '0' : return 'H';
                        case '1' : return 'Water';
                        case '2' : return 'C';
                    }
                }
            },
            splitLine: {           // ָ
                length :15,         // length߳
                lineStyle: {       // lineStylelineStyleʽ
                    color: 'auto'
                }
            },
            pointer: {
                width:2
            },
            title : {
                show: false
            },
            detail : {
                show: false
            },
            data:[{value: 0.5, name: 'gas'}]
        }
    ]
};
