Skip to content

Commit 1d5849b

Browse files
authored
Update README.md
1 parent 6f35e58 commit 1d5849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OrgChart ![image](https://user-images.githubusercontent.com/277458/219515577-9a61df09-c9ce-4435-bd5d-6ff1bd444818.png)
22
Vanilla Javascript Organizational Chart - no dependencies
33

4-
**Demo available** at [jsorgchart.netlify.app](https://jsorgchart.netlify.app)
4+
**Demo available** at [jsorgchart.netlify.app](https://jsorgchart.netlify.app) (moving to cloudflare pages shortly)
55

66
This is a simple org chart with not a lot of bells and whistles. Navigation is **fast!** There are _no required external dependencies_. There is no build file. This cannot be imported or installed. You can however copy one file, edit it to point to your data source, and be done (assuming your data is in the supported format). This org chart is drawn with simple native template literals. The templates are all included in script tags inside the index.html file. There are not many of them, but they are just HTML. Some do call javascript helper functions to format their data. That should not be required, but it is convenient if you need it.
77

0 commit comments

Comments
 (0)