diff --git a/featureRequests.html b/featureRequests.html
index f955cfc4..619f3119 100644
--- a/featureRequests.html
+++ b/featureRequests.html
@@ -77,20 +77,27 @@ Legend:
Network
- (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.
- (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.
+ - (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.
- (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.
- - (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.
Timeline
- (529) Similar how templating works for the items, allow templating of groups by a groupTemplate option.
+ - (518, 242) Clustering of items.
+ - (506) Implement an inertia while dragging and releasing (like default touchscreen behaviour) which should be enabled by an option.
+ - (497) Introduce a new item that has two start and two end times. Picture shown in git issue.
+ - (436) Make background items and subgroups editable.
+ - (435) Implement the dragging of groups (up/down) to change the order.
+ - (428) Implement an option to make the timeline vertically oriented.
- (398) Implement recurring events (similarly to the way the hidden dates are implemented?)
- (338) HTML tooltips. Could be combined with the onHover event.
- (297) Center column labels in the timeline.
@@ -105,12 +112,8 @@ Legend:
- (192) While dragging multiple items across groups, keep the group-offset.
- (112) A horizontalOrientation options to support a right-to-left timeline.
- (21) CSS highlighting of certain days/weekends etc. CSS class tags will have to be added to the vertical grid lines.
- - (506) Implement an inertia while dragging and releasing (like default touchscreen behaviour) which should be enabled by an option.
- - (497) Introduce a new item that has two start and two end times. Picture shown in git issue.
- - (436) Make background items and subgroups editable.
- - (435) Implement the dragging of groups (up/down) to change the order.
- - (428) Implement an option to make the timeline vertically oriented.
- - (518, 242) Clustering of items.
+
+
Timeline & Graph2d
@@ -126,6 +129,7 @@ Legend:
Graph3d
+ - (536) Implement title support for tooltips. The title could be added to datapoints and shown in the tooltip.
- (442) Implement touch gestures for camera controls using hammer.js.
DataSet & DataView