1.2.3 • Published 2 months ago

vosviewer-online v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

VOSviewer Online React component

Build master branch License: MIT Latest release npm version DOI

This is a React component package that offers an easy way to integrate VOSviewer Online into your site or application.

Installation

npm install vosviewer-online

Usage

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.

License

The VOSviewer Online React component package is distributed under the MIT license.