echarts icon indicating copy to clipboard operation
echarts copied to clipboard

In graph,when the node link to it self ,the line is invisible almost

Open hellokidder opened this issue 4 years ago • 8 comments

Version

4.9.0

Steps to reproduce

option = {
    title: {
        text: 'Graph 简单示例'
    },
    tooltip: {},
    animationDurationUpdate: 1500,
    animationEasingUpdate: 'quinticInOut',
    series: [
        {
            type: 'graph',
            layout: 'none',
            symbolSize: 10,
            roam: true,
            label: {
                show: true
            },
            edgeSymbol: ['circle', 'arrow'],
            edgeSymbolSize: [4, 10],
            edgeLabel: {
                fontSize: 20
            },
            data: [{
                name: '节点1',
                x: 300,
                y: 300
            }, {
                name: '节点2',
                x: 800,
                y: 300
            }],
            // links: [],
            links: [{
                source: 0,
                target: 1,
                symbolSize: [5, 20],
                label: {
                    show: true
                },
                lineStyle: {
                    curveness: 0.2
                }
            }, {
                source: '节点2',
                target: '节点1',
                label: {
                    show: true
                },
                lineStyle: {
                    curveness: 0.2
                }
            }, {
                source: '节点1',
                target: '节点1',
                // label: {
                //     show: true
                // },
                lineStyle: {
                    curveness: 0.2
                }
            }, ],
            lineStyle: {
                opacity: 0.9,
                width: 2,
                curveness: 0
            }
        }
    ]
};

What is expected?

the link invisible almost

What is actually happening?

the link obvious

hellokidder avatar Nov 09 '20 08:11 hellokidder

Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list.

Have a nice day! 🍵

echarts-bot[bot] avatar Nov 09 '20 08:11 echarts-bot[bot]

it same #10813 but not #11260

hellokidder avatar Nov 09 '20 08:11 hellokidder

This is not supported yet. Mark as a new feature.

Ovilia avatar Nov 13 '20 08:11 Ovilia

This issue is labeled with priority: high, which means it's a frequently asked problem and we will fix it ASAP.

echarts-bot[bot] avatar Nov 13 '20 08:11 echarts-bot[bot]

Duplicate with #12951 ?

ChrizZz110 avatar Mar 02 '21 13:03 ChrizZz110

This is not supported yet.

This is not supported yet. Mark as a new feature.

SOLVED?

weidai00 avatar Apr 20 '22 15:04 weidai00

Solved? Is their some way how to support on this?

sebastianwindeck avatar Sep 21 '22 08:09 sebastianwindeck

Solved? Is their some way how to support on this?

Still an open issue. See also the duplicate #12951.

ChrizZz110 avatar Sep 21 '22 09:09 ChrizZz110

This is not supported yet. Mark as a new feature.

Has this feature been implemented?

allToBeNice42 avatar Jul 12 '24 11:07 allToBeNice42