Skip to content

Commit

Permalink
fix echarts location
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Jan 24, 2024
1 parent 742ed6c commit a1f6cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# funmap_visualization\

formatter: function (params, ticket, callback) {
node_go = go_data[params.name]
var content = `<table><thead><tr><th>GO Category</th><th>GO ID</th><th>Name</th><th>p-Value</th></tr></thead><tbody></tbody><tr><td>Biological Process</td><td>${node_go["</td></tr></table>`;
callback(ticket, toHTML(content));
return 'Loading';
},
# funmap_visualization
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>FunMap Radial Tree Chart</title>
<script src="/js/echarts.min.js"></script>
<script src="js/echarts.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
html,
Expand Down

0 comments on commit a1f6cf2

Please sign in to comment.