diff --git a/featureRequests.html b/featureRequests.html
index 8129ca6c..37369bd7 100644
--- a/featureRequests.html
+++ b/featureRequests.html
@@ -100,14 +100,14 @@ Legend:
(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.
- (283) Adapt zoom functionality to horizontal/vertical pinch on touchscreens.
+ (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.
+ (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.
- (226) Add a 'onHover' event to the timeline, similar to the network.
+ (226) Add an 'onHover' event to the timeline, similar to the network.
(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.
@@ -122,7 +122,7 @@ Legend:
Graph2d
- (516) Stacking of line graphs similar to how the bar charts can be stacked.
- - (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?)
+ (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).