Anda di halaman 1dari 3

GoJS: Interactive Diagrams for the Web | Hacker News

1 trong 3

https://news.ycombinator.com/item?id=9033662

Hacker News new | comments | show | ask | jobs | submit


GoJS: Interactive Diagrams for the Web

login

(gojs.net)

92 points by luu 508 days ago | past | web | 23 comments

voltagex_ 508 days ago

>Internal use from $1350 / developer


>OEM (external) use from $2995 / developer
I'm out of the loop - is that kind of pricing normal?
CmonDev 508 days ago

Depends on the price of developer's time and their expertise. Seems like higher level D3: http://d3js.org.
wehaveaname 508 days ago

They require a different subscription for support as well.


felipesabino 508 days ago

I like the idea of being able to express diagrams with a "text notation" because it makes it really easy to use these diagrams in
documentation or documents with the plus of being able to store then (with code?) in a source control environment.
But this imperative approach tights everything together with the language and then the graph engine is not just a tool, is a lib
that you have to incorporate in your system. Based on that I like the declarative approach used by js-sequence-diagrams [1]
and flowchart.js [2] much more, it gives you the freedom to use the syntax instead of the code...
js-sequence-diagrams goes even further and creates a svg that has the source it used to generate the image embedded in the
markup, so you can aways look the image and go back to add/remove details from your diagram, which is pretty awesome for
using in a constantly evolving documentation.
[1] https://github.com/bramp/js-sequence-diagrams
[2] http://adrai.github.io/flowchart.js/
Loic 508 days ago

Another diagramming library of interest is JointJS[0]. I played just a bit with it to keep it bookmarked as "should validate it for
later". The core of the lib is under the Mozilla Public License, which is nice.
[0] http://jointjs.com/
querious 508 days ago

This is pretty incredible work. There are SO many modules and they all seem to work very robustly and cleanly. Very
impressed.

7/4/2016 5:35 PM

GoJS: Interactive Diagrams for the Web | Hacker News

2 trong 3

https://news.ycombinator.com/item?id=9033662

wehaveaname 508 days ago

You would love d3.js then.


amelius 508 days ago

Anybody aware of general graph drawing algorithms that are optimal in one sense or the other? Like minimal number of
edge-crossings, minimual number of edge-bends, or minimal length of edges, or a combination thereof.
Preferably in JS of course :)
zevyoura 508 days ago

Holten's hierarchical edge bundling is probably something you would be interested in; this article presents a good
description: https://seeingcomplexity.wordpress.com/2011/02/05/hierarchic...
mwagstaff 508 days ago

Looks nice. I also recommend taking a look at http://visjs.org (no affiliation, other than a happy user).
placebo 508 days ago

yes, I've used visjs to do some cool stuff but haven't known about GoJS until now. Very impressive. In fact, I'm
constantly amazed at the growing number and power of JS libraries in just about every programming domain, data
visualisation being just one example.
crisnoble 508 days ago

One major differentiator for visjs:


> Vis.js is dual licensed under both Apache 2.0 and MIT.
jgrowl 508 days ago

Cool! I was looking for an easy way to create a sequence diagram just yesterday, but I did not see anything I was happy with.
I will have to give this a shot.
metatation 508 days ago

You may also want to check out https://www.draw.io/


I'm not affiliated, but have used it many times.
wehaveaname 508 days ago

Not to be negative but what does this provides over d3.js?


crisnoble 508 days ago

At a first pass I assumed it would be easier to just "get going", but after reading the tutorial it seems there is still a lot of
initial legwork to be done to get a decent chart going: http://www.gojs.net/latest/learn/index.html

7/4/2016 5:35 PM

GoJS: Interactive Diagrams for the Web | Hacker News

3 trong 3

https://news.ycombinator.com/item?id=9033662

vdm 507 days ago

See also https://github.com/the-grid/the-graph from noflo


username3 508 days ago

Did you get paid to post this? We don't usually get commercial JS libraries on the front page.
junto 508 days ago

Not to discredit the authors but this reminded me of image maps. Flashback to the early 90's!
fiatjaf 507 days ago

Nothing that you can't do with GraphViz.


voltagex_ 508 days ago

OT: wehaveaname below - you're autoflagged/dead for being a new account logging in over Tor. Just thought you should know.
wehaveaname 508 days ago

Thanks for the heads up, it is understandable why that why Hackernews would take such measures but I really hope that
the autoflag is a temporary solution until a person reviews my comments.
dang 508 days ago

That's exactly right. Once a moderator sees the comments, we unkill them and mark your account legit so future
comments will be fine. In the future, you (or anyone) can always speed that up by emailing us a link at
hn@ycombinator.com.
Comments posted from Tor IPs by new accounts are put under moderation because of past abuse by trolls. Sorry
for the inconvenience. We have a plan to turn the review process over to the community, which should ease the
problem considerably, but I don't know yet when we'll get to it.

Guidelines | FAQ | Support | API | Security | Lists | Bookmarklet | DMCA | Apply to YC | Contact

Search:

7/4/2016 5:35 PM

Anda mungkin juga menyukai