JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 121033
  • Score
    100M100P100Q231675F
  • License MIT

Package Exports

  • @antv/graphlib
  • @antv/graphlib/es/index.js
  • @antv/graphlib/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@antv/graphlib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Graphlib

a lib containing multible usages for graph structure, graph algorithm, and other graph ops.

一个包含方便的图结构,图算法,以及其他操作图的方法的图库,为 antv 上层提供相应的图基础能力

build status coverage status

Content of Package

Namespaces

Classes

Change Log

1.2.0

  • 🎉 GraphWithEvent now you can use graph with event listener
  • 🎉 essece module for graph basic essence property check
  • 🎉 generate module for graph generate new graph, now support graph's complement;

1.1.0

  • 🎉 Now we have comparision module for graph comparing with nodes/edges/options even subgraph
  • 💪 Add isGraph to check if a object is a "Graph", and add a self loop checking function

1.0.1

  • 🔨 Completes test and bring all to 100%

1.0.0

  • 🎉 Release new graphlib with graph and algorithm