Browse Source

added clickToUse to example on splashpage

gh-pages
Alex de Mulder 10 years ago
parent
commit
03fa054f8b
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      featureRequests.html
  2. +1
    -1
      network_examples.html

+ 0
- 1
featureRequests.html View File

@ -70,7 +70,6 @@ Legend:
<h3 id="all">All</h3>
<ul>
<li class="normal">Add a clickToScroll and clickToUse option to all modules.</li>
<li class="normal">(<a href="https://github.com/almende/vis/issues/308" target="_blank">308</a>) Add a click-to-scroll option similar to click-to-use but it should allow dragging all the time, only block the scrolling without activating it.</li>
<li class="pink">(<a href="https://github.com/almende/vis/issues/207" target="_blank">207</a>) If possible, add Nuget Package support without ruining the current build tools.</li>
</ul>

+ 1
- 1
network_examples.html View File

@ -94,7 +94,7 @@
nodes: nodes,
edges: edges
};
var network = new vis.Network(container, data, {});
var network = new vis.Network(container, data, {clickToUse:true});
}
</script>

Loading…
Cancel
Save