diagram
Here are 402 public repositories matching this topic...
As the current docs state, you can detach a single connection by calling jsPlumb.detach(conn);. But this throws jsPlumb.detach is not a function. See https://jsfiddle.net/28fahtwL/
In the answer to an old StackOverflow question one can find a hint to a undocumented function `jsPlumb.deleteC
Motivation
We already have the documentations about the nodes. Those would help us knowing what products we can use. Meanwhile, they can get better by showing the icon images. What if we can see the icon images on the docs?
Suggestion
We probably have the two options to make the icon images visible on the docs.
- We create new pages or markdown files for lists of the icons.
- We sho
Sphinx support
In DefaultDiagramState, should it restrict itself to only listening for left click events, rather than all mouse down events? I'm happy to make a PR for this, but wanted to verify your intention first.
In all of the demo projects this doesn't come up because right
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Aug 15, 2019 - TypeScript
Right now I have to deploy the vue-press documentation manually with the deploy script
This should be handle by the CI.
I have a lot of calls to json.dumps. This can have exceptions when you serialize data, and sometimes I forget to sort the keys. I should have a generic function that I can call for this purpose.
See how to use a serializer here:
https://github.com/duo-labs/cloudmapper/blob/1015ea8ddef327d29333458ef5f1599f1321ad84/commands/collect.py#L180
Hello,
I see that the markup in the examples/API is obsolete.
JointJS users CSS classes to select the element's parts, but in the examples they are SVG elements.
<rect/>, <text/> instead of <rect class="body" />, <text class="label" /> (where we can have some other element instead of <rect/> and <text/>).
As reported in #2, wording is confusing.
"Show less common lifecycles" means "Show me also those lifecycles which are less common" and NOT "Show me less lifecycles".
At the top of your C4 PlantUML .puml file
What need to be done, to understand Getting Started section? I have no idea, what is your C4 PlantUML .puml file)
I could create it and fill it with example code, but the next question is: how to transpile .puml file to .svg file?
In the following diagram, it is not possible to drag Y on to the end of the arrow, despite it being empty.
In such a situation, it makes sense to allow Y to be dragged on top of the empty node.
Touch controls
Blast Radius , when launched in --serve mode, does some pretty weak error reporting, and does nothing to help users resolve problems. It asks the user to look into several possible issues, rather than checking itself...
To observe the current (undesired) behavior, run Blast Radius in an empty directory:
[...]$ mkdir tmp
[...]$ cd tmp
[...]$ blast-radius --serve
A short
New graphics design
The following pages very urgent need a design make-over:
- Priority: The network overvie page
- Priority: The example overview
- Nice to have: The network documentation
Restrictions
- The new design should fit to the general design of [visjs](ht
When using custom node components with a variable width or height, the start and end points of links will not update when the node size changes.
The ports and the link start match up at first
<img width="832" al
go get failed
From ubuntu 18.04 LTS:
$ apt-get install libglfw3-dev
$ go get github.com/esimov/diagram
# github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw
In file included from code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw_linbsd.go:22:0:
code/golang/gopath/src/github.com/esimov/diagram/vendor/github.com/go-gl/glfw/v3.2/glfw/glfw/src/li
For SVG output, the dot language supports specifying a URL link for a node.
See: https://graphviz.gitlab.io/_pages/doc/info/attrs.html#d:URL
Since the node label is a table, the tooltip shows "
" if there is no anchor.For such cases, it would be helpful to override the tooltip.
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
Showing warning sign on entity in case of duplicate discriminator value in same entity hierarchy would be useful to see such errors automatically.
E.g.
BaseEntity -> ChildOne ( discriminator value = 1)
-> ChildTwo ( discriminator value = 2)
-> ChildThree ( discriminator value = 1)
In this case show warning both on ChildOne and ChildThree
Improve this page
Add a description, image, and links to the diagram topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the diagram topic, visit your repo's landing page and select "manage topics."





I would appreciate if you could point me to a full list of the features, types and functions of flowchart.js somewhere. I love what it does, but wonder if I fork this and try to enhance it if that my ideas might already be included.
(Thinking would love some actions other than hyperlinks. Would love to be able to call on page JS methods for things like popups and such.)