Skip to content

Commit fd2ca1e

Browse files
authored
fix bug
1 parent f9ede48 commit fd2ca1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/examples/example1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<script type="text/javascript">
6464
igraph.i18n.setLanguage("chs");
6565
var app = new igraph.GraphNavigator(document.getElementById('graphArea'), 'LIGHT');
66-
app.loadGson("honglou2.json", {
66+
app.loadGson("honglou.json", {
6767
"onGetNodeDescription": function (node) {
6868
var description = "<p align=center>";
6969
if (node.image !== undefined) {
@@ -85,4 +85,4 @@
8585
</script>
8686
</body>
8787

88-
</html>
88+
</html>

0 commit comments

Comments
 (0)