Skip to content

Commit

Permalink
[fix] Fixed typo in netjsongraph-script.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 18, 2023
1 parent e5f70b6 commit 2d6e4e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
}
}).then(data => {
if (data.nodes.length > 20) {
grapgConfig.series.force = {
graphConfig.series.force = {
layoutAnimation: false,
};
grapgConfig.series.draggable = false;
graphConfig.series.draggable = false;
if (data.nodes.length > 50) {
graphConfig.series.force.edgeLength = 250;
}
Expand Down

0 comments on commit 2d6e4e6

Please sign in to comment.