Skip to content

Commit 7a8c7f7

Browse files
committed
Update for yFiles for HTML 2.4.0.5
1 parent 789f55e commit 7a8c7f7

File tree

4 files changed

+11
-15516
lines changed

4 files changed

+11
-15516
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ There is also a slightly bigger [React integration demo](https://live.yworks.com
4747

4848
Furthermore, there is an extensive [Developer's Guide](https://docs.yworks.com/yfileshtml/#/dguide/introduction#top) that covers anything from graph creation and styling to automatic layouts and advanced customizations.
4949

50+
## Create a Diagram Application with React
51+
52+
The [App Generator](https://www.yworks.com/products/app-generator) is a tool that lets you interactively create a diagram
53+
application prototype to visualize your data. Select features like editing, context menu, graph search, or printing
54+
and customize the interaction with the graph. Generate React code for your prototype and use it with a valid
55+
[yFiles for HTML](https://www.yworks.com/products/yfiles-for-html) version.
56+
5057
## Support
5158

5259
If you need help with your setup or a certain feature, don't hesitate to contact our support through

integration-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Adding yFiles as a dependency is as easy as installing an external library from
2424
```
2525
"dependencies": {
2626
...
27-
"yfiles": "../yFiles-for-HTML-Complete-2.4.0.3-Evaluation/lib-dev/es-modules/yfiles-24.0.2-eval-dev.tgz"
27+
"yfiles": "../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/lib-dev/es-modules/yfiles-24.0.5-eval-dev.tgz"
2828
},
2929
```
3030

0 commit comments

Comments
 (0)