kopia lustrzana https://github.com/learn-awesome/learndb
Attempting d3 loading fix
rodzic
6913d4376c
commit
b420ed03ca
|
@ -6,6 +6,7 @@
|
|||
<title>TreeMap</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
|
@ -71,11 +72,10 @@ rect.parent,
|
|||
}
|
||||
|
||||
</style>
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<p id="chart"></p>
|
||||
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
function hierarchy(topic_array, parent_id){
|
||||
|
|
Ładowanie…
Reference in New Issue