Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【echarts使用】之无数据时连线与否 #11

Open
yihan12 opened this issue Jul 18, 2022 · 0 comments
Open

【echarts使用】之无数据时连线与否 #11

yihan12 opened this issue Jul 18, 2022 · 0 comments
Labels
【echarts使用】 echarts使用

Comments

@yihan12
Copy link
Owner

yihan12 commented Jul 18, 2022

series:[
    {
        type: 'line',
        connectNulls: true,//无数据是是否连线
        stack: 'Total',
        symbol: 'circle', //拐点样式
        symbolSize: 4, //拐点圆大小
        itemStyle: {
            color: '#292B37', //拐点内圆颜色
            borderColor: '#5B5E74', //拐点外圆颜色
            width: 2, //拐点内圆大小
        },
    }
]
@yihan12 yihan12 added the 【echarts使用】 echarts使用 label Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
【echarts使用】 echarts使用
Projects
None yet
Development

No branches or pull requests

1 participant