Skip to content

Commit

Permalink
improve twinkled example
Browse files Browse the repository at this point in the history
  • Loading branch information
lixuanxian committed Apr 14, 2021
1 parent 15d1138 commit 3c59a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ graphXR.injectionApiCommand(':getGraph', iframeElem)
return{
id: n._GXRID,
rate: i%4+1,
//Must set stat as a string value
stat:"warning",
color: colors[i%4],//color is null, mean rest to bak
...otherProps
}
Expand Down

0 comments on commit 3c59a0d

Please sign in to comment.