JSPM

  • Created
  • Published
  • Downloads 747
  • Score
    100M100P100Q95752F
  • License MIT

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)

Package Exports

  • juijs-graph
  • juijs-graph/src/util/canvas/base.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 (juijs-graph) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Installation

NPM

npm install juijs-graph

Browser

<script src="../dist/jui-graph.js"></script>

ES Modules

import graph from 'juijs-graph'