echart 关系图 怎么让label文字旋转方向或者挪动位置/改变某一层的颜色

clipboard.png
series : [ {

                type : 'force',
                name : "Force tree",
                itemStyle : {
                    normal : {
                        label: {
                            show: true,
                            textStyle: {
                                color: "#333",
                                rotate:true,
                            },
                        },
                        nodeStyle : {
                            brushType : 'both',
                            borderColor : 'rgba(255,215,0,0.4)',
                            borderWidth : 1
                        },
                        linkStyle: {
                            type: "curve",
                            color: "#10a0ea",
                            width: 0.5
                        }
                    }
                },
                gravity: 1,//间距
                categories: [{name: '公司'}, {name: '职位'}, {name: '成员'}],
                nodes:[{
                        id: 7,category: 1,name: '7',label: '学院3',symbolSize: 20,flag: true,
                        normal: {
                            label: {
                                rotate: true
                            }
                        },
                        nodeStyle: {
                            color: "red"
                        },

                    }, ]
阅读 8.2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏