
jointjs
开水没有冬天
如果可以,我会珍惜
展开
-
5-events
JointJS offers several different ways to enable user interaction. Events are triggered on your paper, on individual element/link views.JointJS提供了几种不同的方式来实现用户交互。事件会在您的paper、单个元素/链接视图上触发。Builtin Paper...原创 2019-05-20 19:33:51 · 360 阅读 · 0 评论 -
9.link-labels
The basic tutorial series offered an introduction into link labels. This section explains everything you need to know to make full use of the powerful label system.基本教程系列介绍了链接标签。本节将解释充分利用强大的标签系统所需的所有...原创 2019-05-22 19:30:08 · 257 阅读 · 0 评论 -
4.intermediate-specialAttr
In the basic section of the tutorial, we learned how to create a simple JointJS application. By now, you should be able to:Install JointJS and include it in your pagesCreate a graph and a paperAdd...原创 2019-05-17 17:04:50 · 350 阅读 · 0 评论 -
8.custom-links
JointJS comes with several built-in link shapes; we have already encountered joint.shapes.standard.Link in the basic links tutorial.JointJS有几个内置的链接形状;我们在“基本链接”教程中已经遇到joint.shapes.standard.link。Howev...原创 2019-05-22 17:25:54 · 382 阅读 · 0 评论 -
3.jointjs-links
In this section, we are going to understand the other crucial building block of JointJS diagrams - links. This is an introduction to links as they appear in the Hello, World! application; more advance...原创 2019-05-16 16:17:27 · 1283 阅读 · 0 评论 -
7.custom-elements
JointJS comes with several collections of built-in element shapes. We already saw two members of the joint.shapes.standard collection in the basic element and links demos.JointJS有几个内置元素形状的集合。我们已经在基本元...原创 2019-05-21 19:21:06 · 451 阅读 · 0 评论 -
2.jointjs-elements
In this section, we will learn how to create graph elements and how to change their appearance. This is an introduction to elements as they appear in the Hello, World! application; more advanced topic...原创 2019-05-16 15:55:56 · 549 阅读 · 0 评论 -
6.serialization
Data serialization is very easy in JointJS. It is done through two import/export functions on the Graph class:在JointJS中,数据序列化非常容易。它通过图形类上的两个import/export 函数完成:graph.toJSON() - converts the whole gr...原创 2019-05-21 17:01:17 · 154 阅读 · 0 评论 -
joinjs-intoduction
demos演示 => tutorials教程 => geometry几何学 => vectorizer矢量化器tutorials英 [tju(ː)ˈtɜːrɪəlz] 美 [tuˈtɔriəlz]n.(大学导师的)个别辅导时间,辅导课;教程;辅导材料;使用说明书tutorial的复数geometry英 [dʒiˈɒmətri] 美 [dʒiˈɑːmətri]n.几...原创 2019-05-15 19:49:24 · 660 阅读 · 0 评论 -
10.jointjs-link-tools
JointJS allows creating fully customizable user interaction tools for your links. These tools show up on user interaction (e.g. mouseover) with a link view and allow the user to interact with the unde...翻译 2019-06-28 15:43:31 · 371 阅读 · 0 评论