Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In 1.8.1, a new way of rendering these visualizations has been included, however it is NOT offered and they ARE enabled by default when you upgrade an instance - you need to update the runtime.properties .

Code Block
languagetext
titleEnabling D3 visualisations - edit ${VIVO_HOME}/runtime.properties
visualization.d3 = enabled

(Note that it is not currently possible to offer different visualizations based on the client - you will have to choose to have VIVO use either one style or the other)- see the section at the bottom of this page for details.

 

Based on a Javascript library that generates svg markup (D3), it will render in any current browser - from IE9 onwards.

...

And, as suggested above, it works on mobile devices. For example, here is it working on an iPad - the highlighting of a set of relationships and an information popup is also included:

Returning to the Flash Visualizations

Whilst faster and compatible with a wider range of browsers, the new visualizations may not be suitable if you need to support users with IE 8. If you wish to use the traditional Flash visualisations, you will need to add the following to your runtime.properties.

Code Block
languagetext
titleEnabling D3 visualisations - edit ${VIVO_HOME}/runtime.properties
visualization.d3 = disabled

(Note that it is not currently possible to offer different visualizations based on the client - you will have to choose to have VIVO use either one style or the other)