dash14 / v-network-graph

An interactive network graph visualization component for Vue 3

Home Page:https://dash14.github.io/v-network-graph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to resolve import "v-network-graph/lib/layouts/force" Does the file exist?

Koffer0-0 opened this issue · comments

Hey, have issue with the importng ForceLayout, even installing and uninstaling d3-force, didn't help. I saw that installing the lib not required. The reason that, I can navigate to this file, but vite plugin gives error.

import {ForceLayout} from "v-network-graph/lib/layouts/force";
image

Hi @Koffer0-0,
Please try the following code!

import { ForceLayout } from "v-network-graph/lib/force-layout"

Thanks! it works!