This is a React component package that offers an easy way to integrate VOSviewer Online into your site or application.
npm install vosviewer-online
The following code snippet illustrates the use of the VOSviewer Online React component:
import { VOSviewerOnline } from 'vosviewer-online'
<VOSviewerOnline data={{ ... }} parameters={{ ... }} />
The data
and parameters
props are optional. The data
prop can be used to provide network data to the VOSviewer Online React component. The data must be in the VOSviewer JSON format. The parameters
prop can be used to adjust the visualization of a network. The available parameters can be found here.
The VOSviewer Online React component package is distributed under the MIT license.