jointjs

WebJar for jointjs

License

License

MPL-2.0
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jointjs
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jointjs
WebJar for jointjs
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/clientIO/joint

Download jointjs

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/jointjs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jointjs</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jointjs/
implementation 'org.webjars.npm:jointjs:3.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jointjs/
implementation ("org.webjars.npm:jointjs:3.2.0")
'org.webjars.npm:jointjs:jar:3.2.0'
<dependency org="org.webjars.npm" name="jointjs" rev="3.2.0">
  <artifact name="jointjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jointjs', version='3.2.0')
)
libraryDependencies += "org.webjars.npm" % "jointjs" % "3.2.0"
[org.webjars.npm/jointjs "3.2.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.webjars.npm : graphlib jar [2.1.7,2.2)
org.webjars.npm : jquery jar [3.5.0,3.6)
org.webjars.npm : backbone jar [1.4.0,1.5)
org.webjars.npm : lodash jar [4.17.14,4.18)
org.webjars.npm : dagre jar [0.8.4,0.9)

Project Modules

There are no modules declared in this project.

JointJS - JavaScript diagramming library

Build Status Code Quality: Javascript Total Alerts

JointJS is a JavaScript diagramming library. It can be used to create either static diagrams or, and more importantly, fully interactive diagramming tools and application builders.

Please see http://jointjs.com for more information, demos and documentation.

Or check out our mind-map documentation.

Features

  • basic diagram elements (rect, circle, ellipse, text, image, path)
  • ready-to-use diagram elements of well-known diagrams (ERD, Org chart, FSA, UML, PN, DEVS, ...)
  • custom diagram elements based on SVG or programmatically rendered
  • interactive elements and links
  • connecting diagram elements with links or links with links
  • customizable links, their arrowheads and labels
  • links smoothing (bezier interpolation)
  • magnets (link connection points) can be placed basically anywhere
  • hierarchical diagrams
  • serialization/deserialization to/from JSON format
  • highly event driven - you can react on any event that happens inside the paper
  • zoom in/out
  • touch support
  • plugin awareness
  • MVC architecture
  • ... a lot more

Supported browsers

  • Latest Google Chrome (including mobile)
  • Latest Firefox
  • Latest Safari (including mobile)
  • Latest MSEdge
  • Latest Opera
  • IE 11
  • PhantomJS

Any problem with JointJS in the above browsers should be reported as a bug in JointJS.

Development Environment

If you want to work on JointJS locally, use the following guidelines to get started.

Dependencies

Make sure you have the following dependencies installed on your system:

Setup

Clone this git repository:

git clone https://github.com/clientIO/joint.git

Change into the joint directory:

cd joint

Install all NPM dependencies:

npm install

Generate build files from the source code:

grunt install

You are ready now to browse our demos:

cd demo

Tests

To run all tests:

grunt test

To run only the server-side tests:

grunt test:server

To run only the client-side tests:

grunt test:client

To run code style checks:

grunt test:code-style

Code Coverage Reports

To output a code coverage report in HTML:

grunt test:coverage

To output a code coverage report in lcov format:

grunt test:coverage --reporter="lcov"

The output for all unit tests will be saved in the coverage directory.

Building Distribution Files

The dist directory contains pre-built distribution files. To re-build them, run the following:

grunt dist

Documentation

The source for the JointJS documentation (plus geometry and Vectorizer libraries) are included in this repository; see the docs directory. The documentation can be built into stand-alone HTML documents like this:

grunt build:docs

The output of the above command can be found at build/docs.

License

JointJS library is licensed under the Mozilla Public License, v. 2.0. Please see the LICENSE file for the full license.

Copyright (c) 2013 client IO

Contributors

org.webjars.npm

client IO

Our mission is to make computer systems more accessible.

Versions

Version
3.2.0
3.1.0
3.0.2
3.0.1
2.2.1
2.1.4
2.1.3
2.1.2
2.0.1
1.1.0
1.0.3
1.0.1
0.9.10
0.9.7
0.9.4
0.8.0