This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fixed indenting issue in cirular images example
flowchartTest
Brendon Page
9 years ago
parent
81c7e46ee3
commit
05da3df6b8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/network/nodeStyles/circularImages.html
+ 1
- 1
examples/network/nodeStyles/circularImages.html
View File
@ -66,7 +66,7 @@
{from: 11, to: 12},
{from: 11, to: 12},
{from: 12, to: 13},
{from: 12, to: 13},
{from: 13, to: 14},
{from: 13, to: 14},
{from: 9, to: 16}
{from: 9, to: 16}
];
];
// create a network
// create a network
Write
Preview
Loading…
Cancel
Save