Questions tagged [jointjs]

JointJS is a JavaScript library for creating fully interactive diagrams and graphs.

JointJS is a JavaScript library for creating diagrams and graphs. The diagrams can be fully interactive. The JointJS API is suitable both for implementing a diagramming tool as well as simply for publishing diagrams.

Resources


Related tags

607 questions
-1
votes
1 answer

Detecting element over a link

I would like to detect when an element released over a link. Thank you for your help. example
-1
votes
1 answer

JavaScript Drawing library for Flow charts and attaching data to the view dynamically

I am looking for a JavaScript Library where in I can make a simple flow chart, that includes, A Start Point, A End Point, Few conditions, Changing the data, and adding it to the view when you double click the box, Can Fork the flow. Went through few…
-2
votes
1 answer

Draw Styling circle in Joint js

I am using Joint Js for my custom drawing tool. And I have some problems with drawing the element on the picture below, i think it should be the Circle element with custom border, but i don't know how to do border like this. Does anyone have any…
-2
votes
1 answer

Drag and Drop solution in java script

In JavaScript, we want implementation where we will have some dragable elements as input and some drop area(like, Inout , proccessing and output area) where we can drag and drop respective elements in respective area and that should be linked…
Rakesh Kumar
  • 11
  • 1
  • 2
-2
votes
2 answers

JointJS: Change link arrows to circle

I'm using jointJS for creating diagrams. The library creates links thats when hovering, arrows are displayed for moving/reconnecting them. I would like to change them to small circles with another color. As the arrows are the default design, I don't…
user3848987
  • 1,627
  • 1
  • 14
  • 31
-2
votes
1 answer

How to create different ports on a cell in jointjs?

How can I create a model with different input and output ports. For example: Inputs ports - triangles Output ports - circles
Michael Vashchinsky
  • 2,137
  • 1
  • 17
  • 15
-5
votes
2 answers

Create link between node

I started with the JavaScript library Joint js, I want to dynamically create a link between two node already created by selecting the source node but without using the ports is that it is possible, thanks for your help Sincerely yours
br.ala
  • 1
  • 2
1 2 3
40
41