Browse Source

reverted example, updated history

v3_develop
Alex de Mulder 9 years ago
parent
commit
fe70721ed7
2 changed files with 2 additions and 4 deletions
  1. +2
    -0
      HISTORY.md
  2. +0
    -4
      examples/network/06_groups.html

+ 2
- 0
HISTORY.md View File

@ -15,6 +15,8 @@ http://visjs.org
- Made global color options for edges overrule the inheritColors.
- Improved cleaning up of the physics configuration on destroy and in options.
- Made nodes who lost their group revert back to default color.
- Changed group behaviour, groups now extend the options, not replace. This allows partial defines of color.
- Fixed bug where box shaped nodes did not use hover color.
### Graph2d

+ 0
- 4
examples/network/06_groups.html View File

@ -148,9 +148,6 @@
network = new vis.Network(container, data, options);
}
function dostuff() {
nodesData.update({id:16,group:null})
}
</script>
</head>
@ -163,7 +160,6 @@
<input type="submit" value="Go">
</form>
<br>
<input type="button" onclick="dostuff()">
<div id="mynetwork"></div>
</body>

Loading…
Cancel
Save