Browse Source

updated feature request

gh-pages
Alex de Mulder 10 years ago
parent
commit
0f9d282ab9
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      featureRequests.html

+ 11
- 1
featureRequests.html View File

@ -44,6 +44,14 @@
li.normal {
}
li.notyet {
background-color: #eeeeee;
color:#bbbbbb;
}
li.done {
text-decoration:line-through;
}
ul {
max-width:900px;
@ -74,6 +82,8 @@ Legend:
<li class="green">Feature being worked on by the community, link to their forked version.</li>
<li class="pink">Not likely to be picked up by us soon but would be great if the community would add this.</li>
<li class="orange">Feature needing major overhauling of the current framework, not planned soon and unlikely to be picked up by community.</li>
<li class="notyet">Feature that would be easier to create after a large (and planned) refactor.</li>
<li class="done">Implemented and released.</li>
</ul>
</div>
<hr class="featurette-divider">
@ -120,7 +130,7 @@ Legend:
<li class="normal">(<a href="https://github.com/almende/vis/issues/226" target="_blank">226</a>) Add an 'onHover' event to the timeline, similar to the network.</li>
<li class="normal">(<a href="https://github.com/almende/vis/issues/192" target="_blank">192</a>) While dragging multiple items across groups, keep the group-offset.</li>
<li class="normal">(<a href="https://github.com/almende/vis/issues/112" target="_blank">112</a>) A horizontalOrientation options to support a right-to-left timeline.</li>
<li class="normal">(<a href="https://github.com/almende/vis/issues/21" target="_blank">21</a>) CSS highlighting of certain days/weekends etc. CSS class tags will have to be added to the vertical grid lines.</li>
<li class="normal done">(<a href="https://github.com/almende/vis/issues/21" target="_blank">21</a>) CSS highlighting of certain days/weekends etc. CSS class tags will have to be added to the vertical grid lines.</li>
</ul>

Loading…
Cancel
Save