Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
lixuanxian committed Apr 14, 2021
1 parent 3c59a0d commit 9d72d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ graphXR.injectionApiCommand(':getGraph', iframeElem)
const {nodes, edges} = resData.content;
//update twinkled
let colors =['red','yellow','green',null]
let colors =['green','yellow','red',null]
let topNode10 = (nodes ||[]).slice(0,10).map((n,i) =>{
//will can auto update the props to the node
let otherProps ={_index:i}
Expand Down

0 comments on commit 9d72d4a

Please sign in to comment.