Skip to content

Commit ce1782a

Browse files
committed
yFiles for HTML 3.0.0.3 demos
1 parent a624f67 commit ce1782a

File tree

2,405 files changed

+51635
-109464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,405 files changed

+51635
-109464
lines changed

demos/.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
**/build/
22
**/dist/
33
**/node_modules/
4+
**/.angular/
5+
**/.next/
46
/application-features/webgl-rendering/resources/*.json
57
/showcase/large-graphs/resources/*.json
68
/internal/webgl-performance-tests/resources/*.json
79
/showcase/tree-of-life/resources/TreeOfLifeData.json
810
/starter-kits/**
911
/view/large-graphs/resources/*.json
1012
/view/rendering-optimizations/resources/*.json
11-
/view/webgl-label-fading/resources/hierarchic_2000_2100.json
13+
/view/webgl-label-fading/resources/*.json

demos/.prettierrc.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
"singleQuote": true,
55
"trailingComma": "none",
66
"endOfLine": "auto",
7-
"overrides": [
8-
{
9-
"files": ["tutorial-*/**/*.ts"],
10-
"options": {
11-
"printWidth": 80
12-
}
13-
}
14-
]
7+
"objectWrap": "collapse",
8+
"overrides": [{ "files": ["tutorial-*/**/*.ts"], "options": { "printWidth": 80 } }]
159
}

demos/README.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@
100100
<div class="content-wide">
101101
<div id="general-intro">
102102
<p class="first-paragraph">
103-
The <a href="https://www.yfiles.com/the-yfiles-sdk/web/yfiles-for-html">yFiles for HTML 3.0.0.2</a> demo
104-
applications are available in
105-
both JavaScript and TypeScript.
103+
The
104+
<a href="https://www.yfiles.com/the-yfiles-sdk/web/yfiles-for-html"
105+
>yFiles for HTML 3.0.0.3</a
106+
>
107+
demo applications are available in both JavaScript and TypeScript.
106108
<span class="js-only"
107109
>Show <a href="../demos-ts/README.html">TypeScript Demos</a>.</span
108110
>

demos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
-->
1212
# yFiles for HTML Demo Applications
1313

14-
The [yFiles for HTML 3.0.0.2](https://www.yfiles.com/the-yfiles-sdk/web/yfiles-for-html) demos and tutorials are extensive sample applications that present the features of the yFiles for HTML diagramming library.
14+
The [yFiles for HTML 3.0.0.3](https://www.yfiles.com/the-yfiles-sdk/web/yfiles-for-html) demos and tutorials are extensive sample applications that present the features of the yFiles for HTML diagramming library.
1515

1616
The complete source code of all of these samples is part of the yFiles for HTML package and available at [Github](https://github.com/yWorks/yfiles-for-html-demos)
1717

@@ -299,7 +299,7 @@ This folder and its subfolders contain demo applications which make use of the d
299299
<img src="../doc/demo-thumbnails/template-styles.webp" alt="Template Styles screenshot" width="128" height="96" /> | [Template Styles](style/templatestyles/) | Shows SVG template styles for nodes using a simple templating engine.
300300
<img src="../doc/demo-thumbnails/template-node-style.webp" alt="Template Node Style screenshot" width="128" height="96" /> | [Template Node Style](style/template-node-style/) | Presents a versatile and customizable template node style using a simple templating engine.
301301
<img src="../doc/demo-thumbnails/react-template-node-style.webp" alt="React JSX Component Style screenshot" width="128" height="96" /> | [React JSX Component Style](style/react-template-node-style/) | Presents a versatile and easily customizable template node style based on JSX and React.
302-
<img src="../doc/demo-thumbnails/vue-template-node-style.webp" alt="Vue Template Node Style screenshot" width="128" height="96" /> | [Vue Template Node Style](style/vue-template-node-style/) | Presents a versatile and easily customizable template node style based on Vue.
302+
<img src="../doc/demo-thumbnails/vue-template-node-style.webp" alt="Vue Template Node Style screenshot" width="128" height="96" /> | [Vue Template Node Style](style/vue-template-node-style/README.html) | Presents a versatile and easily customizable template node style based on Vue.
303303
<img src="../doc/demo-thumbnails/lit-template-node-style.webp" alt="Lit Template Node Style screenshot" width="128" height="96" /> | [Lit Template Node Style](style/lit-template-node-style/) | Presents a versatile and easily customizable template node style based on the Lit templating framework.
304304
<img src="../doc/demo-thumbnails/webgl-styles.webp" alt="WebGL Styles screenshot" width="128" height="96" /> | [WebGL Styles](style/webgl-styles/) | Shows the various graph item styles available in WebGL rendering.
305305
<img src="../doc/demo-thumbnails/webgl-selection-styles.webp" alt="WebGL Selection Styles screenshot" width="128" height="96" /> | [WebGL Selection Styles](style/webgl-selection-styles/) | Shows the possible styling configurations for selections in WebGL rendering.

0 commit comments

Comments
 (0)