vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
4.0 KiB

  1. ### All
  2. - (#308) 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.
  3. - (#207) If possible, add Nuget Package support without ruining the current build tools.
  4. ### Network
  5. - (#530, #475, #300) Improve option structure for the behaviour of the network. This will solve multiple issues if done correctly.
  6. - (#426) Label stroke ref: http://www.html5canvastutorials.com/tutorials/html5-canvas-text-stroke/
  7. - (#247) Allow the font-size of a label to depend on the value (thereby the node-size).
  8. - (#247) Set thresholds for displaying of labels based on the value. As you zoom out, only the most noteworthy labels will be shown.
  9. - (#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).
  10. - (#211) Create styling groups for edges, as they already exist for nodes.
  11. - (#203) Improve the click/doubleClick event with options how these should be fired.
  12. - (#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').
  13. - (#351) Improve the options for arrows, backarrows and linetypes. Possibly receiving a function as input for custom nodes & edges.
  14. - (#335) Set smooth curves per edge.
  15. - (#323) GIF support.
  16. ### Timeline
  17. - (#529) Similar how templating works for the items, allow templating of groups by a groupTemplate option.
  18. - (#398) Implement recurring events (similarly to the way the hidden dates are implemented?)
  19. - (#338) HTML tooltips. Could be combined with the onHover event.
  20. - (#297) Center column labels in the timeline.
  21. - (#283) Adapt zoom functionality to horizontal/vertical pinch on touchscreens.
  22. - (#363, #275) Support for making individual items editable or readonly.
  23. - (#273) Show vertical scrollbar when contents do not fit vertically. This could be a custom, stylable scrollbar.
  24. - (#504, #427, #261, #151) Set time/date format. Could support AM/PM, Quarters, weekdays, military etc.
  25. - (#257) Toggle the visiblity of groups and subgroups (could be a predecessor for clustering).
  26. - (#240) Introduce a new event that fires when an item is being moved.
  27. - (#239) Create a new option to disable timeline zoom/drag with mouse in the group column.
  28. - (#226) Add a 'onHover' event to the timeline, similar to the network.
  29. - (#192) While dragging multiple items across groups, keep the group-offset.
  30. - (#112) A horizontalOrientation options to support a right-to-left timeline.
  31. - (#21) CSS highlighting of certain days/weekends etc. CSS class tags will have to be added to the vertical grid lines.
  32. - (#506) Implement an inertia while dragging and releasing (like default touchscreen behaviour) which should be enabled by an option.
  33. - (#497) Introduce a new item that has two start and two end times. Picture shown in git issue.
  34. - (#436) Make background items and subgroups editable.
  35. - (#435) Implement the dragging of groups (up/down) to change the order.
  36. - (#428) Implement an option to make the timeline vertically oriented.
  37. - (#518, #242) Clustering of items.
  38. ### Timeline & Graph2d
  39. - (#455, #92) Numeric range for the x-axis.
  40. - (#384) Fast horizontal scrolling.
  41. ### Graph2d
  42. - (#516) Stacking of line graphs similar to how the bar charts can be stacked.
  43. - (#388, #311, #282) ToolTips: this should give a stylable tooltip with the value at the position of the cursor. Options should include: **snap-to-datapoint** (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?)
  44. - (#354) Add uncertainty plot styles (box, candle, shaded area, etc.)
  45. - (#314) Logarithmic scale (y-axis initially, if numeric range for x-axis is implemented, could be ported over to x-axis as well).
  46. ### Graph3d
  47. - (#442) Implement touch gestures for camera controls using hammer.js.
  48. ### DataSet & DataView
  49. - (#339) Dynamically update the filter of a DataView.