The InteractiveVis project, funded by JISC from May to September 2012, aims to allow easy creation of interactive visualisations for geospatial and network data using native web technologies (HTML5, CSS3, and SVG) and allow these visualisations to be self-contained so that they may run entirely offline in ebooks and other media. The project will survey existing solutions and build the necessary components to fill in missing features and smooth over incompatibilities in between existing libraries. The project will further provide online hosted wizards to allow for the easy creation of these interactive visualizations. All code is open source and released under the GNU GPL v3 license.
When searching a common word used across many nodes, it becomes impossible to browse the full list of results. A scroll bar is shown at the edge of the results list, but this does not work--so I can only select from the top 15-20 results. This was tested in Chrome and Firefox.
Apparently you can fix this by assigning a fixed height to the search results box (by uncommenting in line 303 in the file style.css)...The the scrollbar appears. At least this worked for me in Firefox.
When searching a common word used across many nodes, it becomes impossible to browse the full list of results. A scroll bar is shown at the edge of the results list, but this does not work--so I can only select from the top 15-20 results. This was tested in Chrome and Firefox.