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

eForce 无法画图 #49

Open
qxde01 opened this issue Aug 11, 2017 · 1 comment
Open

eForce 无法画图 #49

qxde01 opened this issue Aug 11, 2017 · 1 comment

Comments

@qxde01
Copy link

qxde01 commented Aug 11, 2017

eForce里面的例子 没画成功过,一片空白
networkMatrix <- matrix(c( c(0, 1, 2, 1, 2, 3, 6, 6, 1, 1, 1 ), c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), c(2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0 ), c(1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0 ), c(2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ), c(3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ), c(6, 0, 1, 1, 1, 1, 0, 6, 0, 1, 0 ), c(6, 0, 0, 1, 0, 0, 6, 0, 0, 0, 0 ), c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ), c(1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ), c(1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ) ), ncol=11 ); propertyDf <- data.frame( category = c("人物", "家人", "家人", "家人", "家人", "朋友","朋友", "朋友", "朋友", "朋友", "朋友"), name = c("Steven Jobs", "Lisa Jobs", "Paul Jobs", " Kalala Jobs","Lauren Powell", "Steve woz Ike", "Obama", "Bill Gates","Jonathan", "Tim Cook", "Wayne"), value = c(10, 2, 3, 3, 7, 5, 8, 9, 4, 4, 0) ); rownames(propertyDf) = propertyDf$name; eForce(networkMatrix=networkMatrix, propertyDf=propertyDf)

@Lchiffon
Copy link
Member

这个问题吧, 是个Echarts2迁移到Echarts3之后的阵痛....
应该过段时间会更新...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants