We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ede48 commit fd2ca1eCopy full SHA for fd2ca1e
dist/examples/example1.html
@@ -63,7 +63,7 @@
63
<script type="text/javascript">
64
igraph.i18n.setLanguage("chs");
65
var app = new igraph.GraphNavigator(document.getElementById('graphArea'), 'LIGHT');
66
- app.loadGson("honglou2.json", {
+ app.loadGson("honglou.json", {
67
"onGetNodeDescription": function (node) {
68
var description = "<p align=center>";
69
if (node.image !== undefined) {
@@ -85,4 +85,4 @@
85
</script>
86
</body>
87
88
-</html>
+</html>
0 commit comments