feat(examples): add source link

This commit is contained in:
moklick
2020-05-04 16:51:17 +02:00
parent bac0ed59a7
commit 1627bba220
6 changed files with 49 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ const onLoad = (graph) => {
console.log('graph loaded:', graph);
};
const initBgColor = '#8888e8';
const initBgColor = '#f0e742';
const CustomNodeGraph = () => {
const [elements, setElements] = useState([]);