Questions tagged [rappid]

An HTML5 framework for for building visual tools, with the JointJS library at its core.

Rappid is an HTML5 framework for for building visual tools, with the JointJS library at its core.


Documentation


Related tags

92 questions
1
vote
1 answer

Joint js rotation does not work properly with custom SVG elements

I am trying to use the rotate functionality which is proved by the Halo, I have added an element into the stencil like this.. var customMarkup = '
Vishweshwar Kapse
  • 921
  • 6
  • 23
  • 43
1
vote
1 answer

JointJS/Rappid performance problems in IE

Does anyone have suggestions for improving the performance of Rappid? It has to run in IE (which is performing 10x slower than Chrome). Loading a graph with 1000 squares and 1000 connectors is taking 215s. I don't have anything fancy in my code, I'm…
Timothy
  • 31
  • 2
1
vote
1 answer

JointJS/Rappid change inspector/cell model value without using inspector

So I'm trying to update the value of a the text attribute (name) in a cell model without using the inspector, I need this to update both the inspector field and linked cell model value. No idea how to do this. Is it possible?
user3427689
  • 167
  • 1
  • 2
  • 12
1
vote
0 answers

JointJS Inspector without Rappid

I'm looking to create an inspector like that available in Rappid. Unfortunately, I don't have money lying around to just buy Rappid... so I was hoping to make the inspector in pure JointJs. I've tried looking around for ideas on where to start,…
Ania
  • 51
  • 8
0
votes
0 answers

How to drag and drop a link in joint js plus

`Hi I created a link using this enter image description here { type: "standard.Link", size: { width: 60, height: 60 }, source: { x: 20, y: 20 }, target: { x: 130, y: 20 }, attrs: { line: { stroke: "#222138", sourceMarker: { fill: "#31d0c6", stroke:…
Reshin_P
  • 1
  • 1
0
votes
1 answer

JointJS how to create a HTML select (drop down) inside a shape object

I am looking for best practises or advice in how to create interactive elements within Shapes (elements) using the JointJS (Rappid) library. This is what I have done currently: The code const shape = new joint.shapes.basic.Generic({ type:…
user3428422
  • 4,300
  • 12
  • 55
  • 119
0
votes
1 answer

How to preserve aspect ratio during element resize?

I have a custom element that has shape of an ellipse: { size: { width: 160, height: 80 }, attrs: { body: { refCx: '50%', refCy: '50%', refRx: '50%', refRy: '50%', width: 'calc(w)', strokeWidth: 2, …
igo
  • 6,359
  • 6
  • 42
  • 51
0
votes
1 answer

'content' not Available for ui.Popup

Im using rappid for my current project. Im trying to use ui.Popup for my element. But for i don't know why, the 'content' option is not available for me. In the docs, it said it need the content option for the…
0
votes
1 answer

Joints: How to include icomoon icon into rappid's custom shape

I'm using the Rappid framework for HTML diagramming tooling. I've made custom shapes using dia.Element from rappid's namespace using the below example. Anyhow, images are working fine using SVG, but I want to use icomoon/font-awesome icon…
androizer
  • 77
  • 9
0
votes
1 answer

Is there a way to update the graph/paper or all modified elements in the graph in JointJS?

Basically I'm receiving Cell attributes from a file and I want to replace the corresponding Cells in the graph with the updated attributes but I can't seem to refresh the graph after I've applied the new attributes. Based on the JointJS docs, it…
Azuzu
  • 11
  • 1
  • 7
0
votes
1 answer

How do I extend ElementView for a custom element so that it actually displays what I want and accepts the markup without error?

I have a jsFiddle of JointJS code that gives me what I want: https://jsfiddle.net/RaymondMH/s46uyq8v/156/ However, when I try to make use of this code in my actual application, none of the functions defined in the ElementView.extend() call ever get…
Raymond
  • 105
  • 1
  • 2
  • 10
0
votes
1 answer

How to update attributes of cells in rappidjs

I need to update the values of the cell attributes of rappidjs using jquery. How can we do that?
0
votes
1 answer

How to create a nested stencil with rappid?

my application is based on the kitchensink demo. I would like to create a nested stencil but I can't figure out how to do it. Is this possible - any help? Regards Dieter
Dieter
  • 31
  • 3
0
votes
1 answer

can i change default size of elements on paper and stencil? [Jointjs] [RappidJS]

I want to provide default size of elements when dragged to paper from stencil. I am using standard.image type of elements. Is it possible with rappid library?
Arish
  • 23
  • 4
0
votes
0 answers

Adding joint.dia.ToolsView to link, Unable to get double click event. [JointJS] [RappidJS]

After adding tool view to links on single click over link I am unable to get the link's double click event. I am using react to develop a interactive graph application using RappidJS library. Please help. i am using link:pointerup to add Tool view…
Arish
  • 23
  • 4