Last active
August 12, 2018 20:36
-
-
Save esokullu/855478c8df5aac6a9d64486ca555c529 to your computer and use it in GitHub Desktop.
GraphJS in action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Step 1 --> | |
<graphjs-messages-composer | |
to="47d2b770e7dfc24d87a0a38df78b222a" | |
anonymity="on" | |
style="min-width:100%;width:100%;" | |
></graphjs-messages-composer> | |
<!-- Step 2 --> | |
<script type="text/javascript" src="https://graphjs.com/v1/graph.js"></script> | |
<!-- Step 3 --> | |
<script> | |
GraphJS.init( | |
"CF8A4452-B3A4–4BD3–833F-6C7E0D7D2431", | |
{ color: "#ed1c24" } | |
); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment