You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adapt the webpack example from the vis.js README for visjs-network. inspired by #57
Example 3: Integrate vis.js components directly in your webpack build
You can integrate e.g. the timeline component directly in you webpack build.
Therefor you can e.g. import the component-files from root direcory (starting with "index-").
adapt the webpack example from the vis.js README for visjs-network. inspired by #57
Example 3: Integrate vis.js components directly in your webpack build
You can integrate e.g. the timeline component directly in you webpack build.
Therefor you can e.g. import the component-files from root direcory (starting with "index-").
TODO: add analogous Network example
To get this to work you'll need to add some babel-loader-setting to your webpack-config:
There is also an demo-project showing the integration of vis.js using webpack.
The text was updated successfully, but these errors were encountered: