diff --git a/featureRequests.html b/featureRequests.html
index a38a3b17..6685051d 100644
--- a/featureRequests.html
+++ b/featureRequests.html
@@ -124,7 +124,7 @@ Legend:
Not likely to be picked up by us soon but would be great if the community would add this.
Feature needing major overhauling of the current framework, not planned soon and unlikely to be picked up by community.
Feature that would be easier to create after a large (and planned) refactor.
- Implemented and in develop or master.
+ Implemented and in develop or master. Will be removed after a while.
@@ -135,21 +135,21 @@ Legend:
Network
- - (602) Add hoverEdge and blurEge events.
+ - (685) New type of node: Supernode. The supernode could have multiple connection subnodes.
+ - (602) Add hoverEdge and blurEdge events.
- (548) Allow labels to be images too.
- - (530, 475, 300) Improve option structure for the behaviour of the network. This will solve multiple issues if done correctly.
- - (528) Allow the inserting of a custom sorting function for the hierarchical layout.
+ - (530, 475, 300) Improve option structure for the behaviour of the network. This will solve multiple issues if done correctly.
+ - (528) Allow the inserting of a custom sorting function for the hierarchical layout.
- (507) Add animations to the edges, like circles travelling over them or icons.
- - (426) Label stroke ref: http://www.html5canvastutorials.com/tutorials/html5-canvas-text-stroke/
- - (430) 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').
- - (351) Improve the options for arrows, backarrows and linetypes. Possibly receiving a function as input for custom nodes & edges.
- - (335) Set smooth curves per edge.
+ - (430) 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').
+ - (351) Improve the options for arrows, backarrows and linetypes. Possibly receiving a function as input for custom nodes & edges.
+ - (335) Set smooth curves per edge.
- (323) GIF support.
- - (247) Allow the font-size of a label to depend on the value (thereby the node-size).
- - (247) Set thresholds for displaying of labels based on the value. As you zoom out, only the most noteworthy labels will be shown.
+ - (247) Allow the font-size of a label to depend on the value (thereby the node-size).
+ - (247) Set thresholds for displaying of labels based on the value. As you zoom out, only the most noteworthy labels will be shown.
- (246) 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).
- (211) Create styling groups for edges, as they already exist for nodes.
- - (203) Improve the click/doubleClick event with options how these should be fired.
+ - (203) Improve the click/doubleClick event with options how these should be fired.
Timeline
@@ -167,7 +167,6 @@ Legend:
- (283) Adapt zoom functionality to horizontal/vertical pinch on touchscreens.
- (363, 275) Support for making individual items editable or readonly.
- (273) Show vertical scrollbar when contents do not fit vertically. This could be a custom, stylable scrollbar.
- - (504, 427, 261, 151) Set time/date format. Could support AM/PM, Quarters, weekdays, military etc.
- (257) Toggle the visiblity of groups and subgroups (could be a predecessor for clustering).
- (240) Introduce a new event that fires when an item is being moved.
- (239) Create a new option to disable timeline zoom/drag with mouse in the group column.
@@ -182,15 +181,15 @@ Legend:
- (455, 92) Numeric range for the x-axis.
- (384) Fast horizontal scrolling.
- - (309) Add an extra property to the event parameters (for dragging and zooming) describing whether it's origin is programmatic or by the user.
Graph2d
+ - (681) Clickable datapoints, bars etc.
- (516) Stacking of line graphs similar to how the bar charts can be stacked.
- (500) Adding a group visibility in legends.
- (388, 311, 282) ToolTips: this should give a stylable tooltip with the value at the position of the cursor. Options should include:
- snapToDatapoint (only show tooltips on datapoints, if off, show interpolated value at position)
- alwaysOn (always show tooltips on datapoints, perhaps with an optional tag that you can specify here?)
- (354) Add uncertainty plot styles (box, candle, shaded area, etc.)
- - (314) Logarithmic scale (y-axis initially, if numeric range for x-axis is implemented, could be ported over to x-axis as well).
+ - (314) Logarithmic scale (y-axis initially, if numeric range for x-axis is implemented, could be ported over to x-axis as well).
Graph3d