雷達(dá)圖

Echarts 效果圖

image.png

Echarts 繪制雷達(dá)圖

閑話不多說,直接到觀眾老爺們最喜歡的上代碼環(huán)節(jié)

js代碼

 // 指定圖表的配置項(xiàng)和數(shù)據(jù)
var describeday = '2020-12-08';
var score_chosenday = ['0.1', '0.3', '1.2', '1.7', '1.4'];
option = {
    title: {
        text: '',
    },
    grid: {
        x: 2,
        y: 4,
        x2: 5,
        y2: 2,
        borderWidth: 1,
    },
    tooltip: {},
    legend: {
        data: [describeday, '同期'],
    },
    radar: {
        // shape: 'circle',
        name: {
            textStyle: {
                color: '#fff',
                backgroundColor: '#999',
                borderRadius: 3,
                padding: [3, 5],
            },
        },
        indicator: [
            { name: '利率債二級(jí)', max: 2, min: -2 },
            { name: '國(guó)債期貨', max: 2, min: -2 },
            { name: '資金面', max: 2, min: -2 },
            { name: '信用及地方債一級(jí)', max: 2, min: -2 },
            { name: '信用債二級(jí)', max: 2, min: -2 },
        ],
        // center: ['25%', '40%'],
        radius: 200,//調(diào)整雷達(dá)圖大小
    },
    series: [
        {
            type: 'radar',
            // areaStyle: {normal: {}},
            data: [
                {
                    value: score_chosenday,
                    name: describeday,
                },
                {
                    value: [1, 2, 0, 1, 0],
                    name: '同期',
                    lineStyle: {
                        type: 'dashed',
                    },
                },
            ],
        },
    ],
};
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容