<liclass="normal">(<ahref="https://github.com/almende/vis/issues/824"target="_blank">824</a>) Check label for click event as well when selecting a node or edge.</li>
<liclass="normal notyet">(<ahref="https://github.com/almende/vis/issues/685"target="_blank">685</a>) New type of node: Supernode. The supernode could have multiple connection subnodes.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/685"target="_blank">685</a>) New type of node: Supernode. The supernode could have multiple connection subnodes.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/602"target="_blank">602</a>) Add hoverEdge and blurEdge events.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/528"target="_blank">548</a>) Allow labels to be images too.</li>
<liclass="normal blue">(<ahref="https://github.com/almende/vis/issues/530"target="_blank">530<span>/a>, <ahref="https://github.com/almende/vis/issues/475"target="_blank">475<span>/a>, <ahref="https://github.com/almende/vis/issues/300"target="_blank">300</a>) Improve option structure for the behaviour of the network. This will solve multiple issues if done correctly.</li>
<!--<li class="normal blue">(<a href="https://github.com/almende/vis/issues/530" target="_blank">530</a>, <a href="https://github.com/almende/vis/issues/475" target="_blank">475</a>, <a href="https://github.com/almende/vis/issues/300" target="_blank">300</a>) Improve option structure for the behaviour of the network. This will solve multiple issues if done correctly.</li>-->
<liclass="normal blue">(<ahref="https://github.com/almende/vis/issues/528"target="_blank">528</a>) Allow the inserting of a custom sorting function for the hierarchical layout.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/507"target="_blank">507</a>) Add animations to the edges, like circles travelling over them or icons.</li>
<liclass="normal blue">(<ahref="https://github.com/almende/vis/issues/430"target="_blank">430<span>/a>) Add fix/unfix functions for nodes. This can be done with allowToMoveX and Y but native options would be better ('node.disableMove' and 'node.disableDrag').</li>
<liclass="normal blue">(<ahref="https://github.com/almende/vis/issues/351"target="_blank">351<span>an class="p">/a>) Improve the options for arrows, backarrows and linetypes. Possibly receiving a function as input for custom nodes & edges.</li>
<liclass="normal blue">(<ahref="https://github.com/almende/vis/issues/335"target="_blank">335</a>) Set smooth curves per edge.</li>
<!--<li class="normal blue">(<a href="https://github.com/almende/vis/issues/430" target="_blank">430</a>) Add fix/unfix functions for nodes. This can be done with allowToMoveX and Y but native options would be better ('node.disableMove' and 'node.disableDrag').</li>-->
<!--<li class="normal blue">(<a href="https://github.com/almende/vis/issues/351" target="_blank">351</a>) Improve the options for arrows, backarrows and linetypes. Possibly receiving a function as input for custom nodes & edges.</li>-->
<!--<li class="normal blue">(<a href="https://github.com/almende/vis/issues/335" target="_blank">335</a>) Set smooth curves per edge.</li>-->
<liclass="normal blue done">(<ahref="https://github.com/almende/vis/issues/247"target="_blank">247</a>) Allow the font-size of a label to depend on the value (thereby the node-size).</li>
<liclass="normal blue done">(<ahref="https://github.com/almende/vis/issues/247"target="_blank">247<span>/a>) Set thresholds for displaying of labels based on the value. As you zoom out, only the most noteworthy labels will be shown.</li>
<!--<li class="normal blue done">(<a href="https://github.com/almende/vis/issues/247" target="_blank">247</a>) Allow the font-size of a label to depend on the value (thereby the node-size).</li>-->
<!--<li class="normal blue done">(<a href="https://github.com/almende/vis/issues/247" target="_blank">247</a>) Set thresholds for displaying of labels based on the value. As you zoom out, only the most noteworthy labels will be shown.</li>-->
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/246"target="_blank">246</a>) Add a fontAlignment option. This option should control where the label is drawn with respect to the node (ie. above, midde, under, left, right etc).</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/211"target="_blank">211</a>) Create styling groups for edges, as they already exist for nodes.</li>
<liclass="normal notyet">(<ahref="https://github.com/almende/vis/issues/203"target="_blank">203</a>) Improve the click/doubleClick event with options how these should be fired.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/203"target="_blank">203</a>) Improve the click/doubleClick event with options how these should be fired.</li>
</ul>
<h3id="timeline">Timeline</h3>
<ul>
@ -186,7 +186,7 @@ Legend:
<ul>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/821"target="_blank">821</a>) Fill between graphs (could fit in with the uncertainty styles).</li>
<liclass="blue">(<ahref="https://github.com/almende/vis/issues/516"target="_blank">516</a>) Stacking of line graphs similar to how the bar charts can be stacked.</li>
<liclass="notyet">(<ahref="https://github.com/almende/vis/issues/516"target="_blank">516</a>) Stacking of line graphs similar to how the bar charts can be stacked.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/500"target="_blank">500</a>) Adding a group visibility in legends.</li>
<liclass="normal">(<ahref="https://github.com/almende/vis/issues/388"target="_blank">388</a>, <ahref="https://github.com/almende/vis/issues/311"target="_blank">311</a>, <ahref="https://github.com/almende/vis/issues/282"target="_blank">282</a>) ToolTips: this should give a stylable tooltip with the value at the position of the cursor. Options should include: <ul><liclass="normal"><strong>snapToDatapoint</strong> (only show tooltips on datapoints, if off, show interpolated value at position)</li><liclass="normal"><strong>alwaysOn</strong> (always show tooltips on datapoints, perhaps with an optional tag that you can specify here?)</li></ul>