forked from mrbulb/ONEPIECE-KG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
746 lines (660 loc) · 25.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>海贼王知识图谱可视化</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?464c614e438da7785d1dbd393096c677";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script src="https://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
<link href="https://libs.baidu.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
</head>
<!-- 定义样式 -->
<style>
/*body的样式*/
body {
background-color: #272b30; /*背景颜色*/
padding-bottom: 30px, 40px;
text-align: center;
font-family: OpenSans-Light, PingFang SC, Hiragino Sans GB, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
}
/*之前在js代码里面定义了classes,这边就给这些写样式*/
.links line {
stroke: rgb(240, 240, 240); /*线的颜色*/
stroke-opacity: 0.2; /*线的透明度*/
}
.links line.inactive {
/*display: none !important;*/
stroke-opacity: 0;
}
.linetexts {
fill-opacity: 0;
font-size: 8px ;
font-family: SimSun;
fill:#fff;
}
.linetexts.inactive {
display: none !important;
}
.nodes circle {
stroke: #fff;
stroke-width: 1.5px; /*圆的描边宽度*/
}
.nodes circle:hover {
cursor: pointer;
}
.nodes circle.inactive {
display: none !important;
}
/*默认显示所有的圆圈,进入模式切换之后才会显示text*/
.texts text {
display: none;
}
.texts text:hover {
cursor: pointer;
}
.texts text.inactive {
display: none !important;
}
/*indicator的样式*/
#indicator {
position: absolute;
left: 60px;
bottom: 120px;
text-align: left;
color: #f2f2f2;
font-size: 12px;
}
/*indicator中每一个小的div/色块/图例的样式*/
#indicator>div {
margin-bottom: 4px;
}
#indicator span {
display: inline-block;
width: 30px;
height: 14px;
position: relative;
top: 2px;
margin-right: 8px;
}
/*mode-模式切换的style*/
#mode {
position: absolute;
top: 160px;
left: 60px;
}
#mode span {
display: inline-block;
border: 1px solid #fff;
color: #fff;
padding: 6px 10px;
border-radius: 4px;
font-size: 14px;
transition: color, background-color .3s; /*CSS3中的渐变*/
-o-transition: color, background-color .3s;
-ms-transition: color, background-color .3s;
-moz-transition: color, background-color .3s;
-webkit-transition: color, background-color .3s;
}
/*当按键处于激活或者鼠标悬浮状态的时候*/
#mode span.active, #mode span:hover {
background-color: #fff;
color: #333;
cursor: pointer;
}
/*info的样式*/
#info {
position: absolute;
top: 160px;
/*bottom: 40px;*/
right: 30px;
text-align: right;
width: 270px;
}
#info p {
color: #fff;
font-size: 12px;
margin-top: 0px;
margin-bottom: 5px;
}
#info p span {
color: #888;
margin-right: 10px;
}
/*搜索框的样式*/
#search input {
position: absolute;
top: 210px;
left: 60px;
color: #fff;
border: none;
outline: none;
box-shadow: none;
width: 200px;
background-color: #666;
}
</style>
<body>
<!-- 标题 -->
<h1 style="color: #fff;font-size: 32px;margin-bottom: 0px;text-align: left;margin-left: 40px">ONE PIECE</h1>
<!-- 定义div存放关系图 -->
<!-- NOTE: 父元素采用相对定位,里面的元素采用绝对定位 -->
<div style="text-align: center;position: relative;">
<svg width="800" height="560" style="margin-left: 80px;margin-bottom: -40px" id="svg1"></svg>
<!-- 图例 -->
<div id="indicator"></div>
<!-- 模式 -->
<div id="mode">
<span class="active" style="border-top-right-radius: 0;border-bottom-right-radius: 0;">Circles</span>
<span style="border-top-left-radius: 0;border-bottom-left-radius: 0;position: relative;left: -5px;">Texts</span>
</div>
<!-- 搜索框 -->
<div id="search">
<input type="text" autocomplete="off" class="form-control">
</div>
<!-- 每个结点的信息 -->
<div id="info">
<h4></h4>
</div>
</div>
<div style="text-align: center;position: relative;">
<svg width="960" height="240" id="svg2" style="margin-right: 60px;">
<!-- D3 -->
<g></g>
</svg>
</div>
</body>
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- 自定义的js代码 -->
<script>
$(document).ready(function() {
// 定义svg变量,选出第一个图
var svg = d3.select("#svg1"),
width = svg.attr('width'),
height = svg.attr('height');
var names = ['人', '地点', '恶魔果实', '组织', '船只', '职务', '事件']
var colors = ['#6ca46c', '#4e88af', '#ca635f', '#d2907c', '#d6744d', '#ded295', '#7481c3'];
var outlier_avatar_ID = ['0001', '0002', '0003', '0004', '0005', '0006', '0007', '0008', '0009', '0177', '0377', '0378', '0659'];
for (var i = 0; i < names.length; i++) {
// 选中indicator,每一种都append一个div,就是前面的小色块
$('#indicator').append("<div><span style='background-color:" + colors[i] + "'></span>" + names[i] +"</div>")
}
// 定义D3的simulation是如何展示出来的
var simulation = d3.forceSimulation()
.force("link", d3.forceLink().id(function(d) {
return d.id;
}))
.force("charge", d3.forceManyBody().strength(-70))
.force("center", d3.forceCenter(width / 2, height / 2));
// 存之后生成的关系图数据
var graph;
// d3.json("vizdata_vivrecard_relation.json", function(error, data) {
// d3.json("test_vizdata_vivrecard_relation.json", function(error, data) {
d3.json("https://raw.githubusercontent.com/mrbulb/ONEPIECE-KG/master/visualization/html/alignment_vizdata_vivrecard_relation.json", function(error, data) {
if (error) throw error;
graph = data;
// console.log(graph)
// D3数据驱动文档
// 用links去驱动line的线宽
var link = svg.append('g')
.attr("class", "links")
.selectAll("line")
.data(graph.links)
.enter().append("line")
.attr('stroke-width', function(d){
// return Math.sqrt(d.value);
return 1;
});
//边上的文字(实体之间的关系)
var linktext = svg.append('g')
.attr("class", "linetexts")
.selectAll("text")
.data(graph.links)
.enter()
.append("text")
.style("display","block")
.style("color","red")
.text(function(d){
return d.relation;
});
// 添加所有的node
var node = svg.append('g')
.attr('class', 'nodes')
.selectAll('circle')
.data(graph.nodes)
.enter().append('circle')
.attr("r", function(d) {
return d.size
})
.attr('fill', function(d){ // 填充的颜色
return colors[d.group];
})
.attr('stroke', 'none') // 没有描边
.attr('name', function(d){
return d.id;
})
.call(d3.drag() // 绑定d3的拖动函数
.on("start", dragstarted) // 拖动开始
.on("drag", dragged) // 拖动进行
.on("end", dragended)); // 拖动结束
// 文本
// 两种显示模式,每个结点可以用一个圆或者文本表示
var text = svg.append('g')
.attr("class", "texts")
.selectAll("text")
.data(graph.nodes)
.enter().append("text")
.attr("font-size", function(d) {
return d.size
})
.attr("fill", function(d) {
return colors[d.group];
})
.attr('name', function(d) {
return d.id;
})
.text(function(d) {
return d.id;
})
.attr('text-anchor', 'middle')
.call(d3.drag()
.on("start", dragstarted)
.on("drag", dragged)
.on("end", dragended));
// 给node加title, 当鼠标悬浮在圆圈上的时候
node.append('title').text(function(d){
return d.id;
})
// 处理缩放
var zoom = d3.zoom()
.scaleExtent([1 / 8, 8])
.on("zoom", zoomed);
// 设置初始缩放比例
zoom.scaleTo(svg, 0.5);
svg.call(zoom);
function zoomed() {
link.attr("transform", d3.event.transform);
node.attr("transform", d3.event.transform);
text.attr("transform", d3.event.transform);
linktext.attr('transform', d3.event.transform);
}
simulation
.nodes(graph.nodes)
.on("tick", ticked);
simulation.force("link")
.links(graph.links);
function ticked() {
link
.attr("x1", function(d) {
return d.source.x;
})
.attr("y1", function(d) {
return d.source.y;
})
.attr("x2", function(d) {
return d.target.x;
})
.attr("y2", function(d) {
return d.target.y;
});
linktext.attr("dx",function(d){ return (d.source.x + d.target.x) / 2 ; });
linktext.attr("dy",function(d){ return (d.source.y + d.target.y) / 2 ; });
node
.attr("cx", function(d) {
return d.x;
})
.attr("cy", function(d) {
return d.y;
});
text
.attr("dx", function(d) {
return d.x;
})
.attr("dy", function(d) {
return d.y;
});
}
})
// 拖动事件函数
var dragging = false;
function dragstarted(d) {
if (!d3.event.active) simulation.alphaTarget(0.3).restart();
d.fx = d.x;
d.fy = d.y;
dragging = true;
}
function dragged(d) {
d.fx = d3.event.x;
d.fy = d3.event.y;
}
function dragended(d) {
if (!d3.event.active) simulation.alphaTarget(0);
d.fx = null;
d.fy = null;
dragging = false;
}
// 处理模式点击后的事件(这些元素页面上本来有)
$('#mode span').click(function(event) {
// 把mode里面所有span的active全部去掉
// 把被点击的这个设置为active
$('#mode span').removeClass('active')
$(this).addClass('active')
if ($(this).text() == 'Circles') {
// 隐藏所有文本里面的svg元素
// 把node里面的显示出来
$('.texts text').hide();
$('.nodes circle').show();
}
else {
$('.texts text').show();
$('.nodes circle').hide ();
}
});
// 处理事件:选中结点后只显示选中点及其直接相邻点
// 这些元素原来没有,后面添加上去,所以写法和上面不同
// 为#svg1中所有的 `.nodes circle` 元素,绑定了 `mouseenter`事件
$('#svg1').on('mouseenter', '.nodes circle', function(event) {
// 拖动的时候,如果碰到别的结点,效果会发生变化,看起来很乱
// 所以拖动的时候不允许触发鼠标进入事件
if (!dragging) {
var name = $(this).attr('name');
// 把info标题的颜色改为结点所属类别的颜色
$('#info h4').css('color', $(this).attr('fill')).text(name);
// 去掉旧的<p></p>
$('#info p').remove();
// 增加各个人物的头像
if (typeof(info[name]) != "undefined") {
avatar_ID = info[name]['ID'][0]
if(outlier_avatar_ID.indexOf(avatar_ID) != -1) {
avatar_ID = avatar_ID + '0'
}
$('#info').append('<p>' + '<img src="http://one-piece.com/vivre/icon/' + avatar_ID + '.jpg" />' + '</p>');
}
for (var key in info[name]) {
value = info[name][key];
var flag_none = false;
for (var item in value) {
if (value[item] == null || value[item] == 'N/A' || value[item] == '') {
flag_none = true;
break;
}
}
if (flag_none == true) { // 排除为空的属性值
continue;
}
if (key.indexOf("年前") != -1) { // 排除历史的属性值
continue;
}
// 排除不想要的字段
if (key == '和路飞的身高比例') {
continue;
}
$('#info').append('<p><span>' + key + '</span>' + info[name][key] + '</p>');
}
d3.select('#svg1 .nodes').selectAll('circle').attr('class', function(d){
// 是目前悬浮的那个
if (d.id == name) {
return '';
}
// 不是悬浮的那个,需要显示相邻的circle,对其他的圆圈做处理
// 遍历图中的所有link
for (var i = 0; i < graph.links.length; i++) {
if (graph.links[i]['source'].id == name && graph.links[i]['target'].id == d.id) {
return '';
}
if (graph.links[i]['target'].id == name && graph.links[i]['source'].id == d.id) {
return '';
}
}
return 'inactive';
});
// 处理连接line, 不相连的line不显示
d3.select("#svg1 .links").selectAll('line').attr('class', function(d) {
if (d.source.id == name || d.target.id == name) {
return '';
} else {
return 'inactive';
}
});
// 只显示之间相连的关系名
d3.select("#svg1 .linetexts").selectAll('text').attr('class', function(d) {
if (d.source.id == name || d.target.id == name) {
d3.select(this).attr('fill-opacity', 1);
} else {
d3.select(this).attr('fill-opacity', 0);
}
})
// UPDATE: 对于text也同时隐藏
d3.select('#svg1 .texts').selectAll('text').attr('class', function(d){
if (d.id == name) {
return '';
}
for (var i = 0; i < graph.links.length; i++) {
if (graph.links[i]['source'].id == name && graph.links[i]['target'].id == d.id) {
return '';
}
if (graph.links[i]['target'].id == name && graph.links[i]['source'].id == d.id) {
return '';
}
}
return 'inactive';
});
}
});
// 处理鼠标移开的事件上
$('#svg1').on('mouseleave', '.nodes circle', function(event) {
if (!dragging && $('#search input').val() != '') {
// 如果搜索框还有东西,移开鼠标后仍然显示搜索的结果
// var name = $('#search input').val();
// d3.select('#svg1 .nodes').selectAll('circle').attr('class', function(d) {
// if (d.id.toLowerCase().indexOf(name.toLowerCase()) >= 0) {
// return '';
// } else {
// return 'inactive';
// }
// });
// d3.select('#svg1 .texts').selectAll('text').attr('class', function(d) {
// if (d.id.toLowerCase().indexOf(name.toLowerCase()) >= 0) {
// return '';
// } else {
// return 'inactive';
// }
// });
// d3.select("#svg1 .links").selectAll('line').attr('class', function(d) {
// return 'inactive';
// });
}
else if (!dragging && $('#search input').val() == '') {
// 否则,离开时把nodes和links的inactive去掉
d3.select('#svg1 .texts').selectAll('text').attr('class', '');;
d3.select('#svg1 .nodes').selectAll('circle').attr('class', '');;
d3.select('#svg1 .links').selectAll('line').attr('class', '');;
d3.select("#svg1 .linetexts").selectAll('text').attr('fill-opacity', 0);
}
});
$('#svg1').on('mouseenter', '.texts text', function(event) {
if (!dragging) {
var name = $(this).attr('name');
// 把info标题的颜色改为结点所属类别的颜色
$('#info h4').css('color', $(this).attr('fill')).text(name);
// 去掉旧的<p></p>
$('#info p').remove();
// 增加各个人物的头像
if (typeof(info[name]) != "undefined") {
avatar_ID = info[name]['ID'][0]
if(outlier_avatar_ID.indexOf(avatar_ID) != -1) {
avatar_ID = avatar_ID + '0'
}
$('#info').append('<p>' + '<img src="http://one-piece.com/vivre/icon/' + avatar_ID + '.jpg" />' + '</p>');
}
for (var key in info[name]) {
value = info[name][key];
var flag_none = false;
for (var item in value) {
if (value[item] == null || value[item] == 'N/A' || value[item] == '') {
flag_none = true;
break;
}
}
if (flag_none == true) { // 排除为空的属性值
continue;
}
if (key.indexOf("年前") != -1) { // 排除历史的属性值
continue;
}
// 排除不想要的字段
if (key == '和路飞的身高比例') {
continue;
}
$('#info').append('<p><span>' + key + '</span>' + info[name][key] + '</p>');
}
d3.select('#svg1 .texts').selectAll('text').attr('class', function(d){
if (d.id == name) {
return '';
}
for (var i = 0; i < graph.links.length; i++) {
if (graph.links[i]['source'].id == name && graph.links[i]['target'].id == d.id) {
return '';
}
if (graph.links[i]['target'].id == name && graph.links[i]['source'].id == d.id) {
return '';
}
}
return 'inactive';
});
d3.select("#svg1 .links").selectAll('line').attr('class', function(d) {
if (d.source.id == name || d.target.id == name) {
return '';
} else {
return 'inactive';
}
});
// 只显示之间相连的关系名
d3.select("#svg1 .linetexts").selectAll('text').attr('class', function(d) {
if (d.source.id == name || d.target.id == name) {
d3.select(this).attr('fill-opacity', 1);
} else {
d3.select(this).attr('fill-opacity', 0);
}
})
// UPDATE: 对于circle也同时隐藏
d3.select('#svg1 .nodes').selectAll('circle').attr('class', function(d){
// 是目前悬浮的那个
if (d.id == name) {
return '';
}
// 不是悬浮的那个,需要显示相邻的circle,对其他的圆圈做处理
// 遍历图中的所有link
for (var i = 0; i < graph.links.length; i++) {
if (graph.links[i]['source'].id == name && graph.links[i]['target'].id == d.id) {
return '';
}
if (graph.links[i]['target'].id == name && graph.links[i]['source'].id == d.id) {
return '';
}
}
return 'inactive';
});
}
});
$('#svg1').on('mouseleave', '.texts text', function(event) {
if (!dragging && $('#search input').val() != '') {
// 如果搜索框还有东西,移开鼠标后仍然显示搜索的结果
// var name = $('#search input').val();
// d3.select('#svg1 .nodes').selectAll('circle').attr('class', function(d) {
// if (d.id.toLowerCase().indexOf(name.toLowerCase()) >= 0) {
// return '';
// } else {
// return 'inactive';
// }
// });
// d3.select('#svg1 .texts').selectAll('text').attr('class', function(d) {
// if (d.id.toLowerCase().indexOf(name.toLowerCase()) >= 0) {
// return '';
// } else {
// return 'inactive';
// }
// });
// d3.select("#svg1 .links").selectAll('line').attr('class', function(d) {
// return 'inactive';
// });
}
else if (!dragging && $('#search input').val() == '') {
// 否则,离开时把nodes和links的inactive去掉
d3.select('#svg1 .texts').selectAll('text').attr('class', '');;
d3.select('#svg1 .nodes').selectAll('circle').attr('class', '');;
d3.select('#svg1 .links').selectAll('line').attr('class', '');;
d3.select("#svg1 .linetexts").selectAll('text').attr('fill-opacity', 0);
}
});
// 搜索框
$('#search input').keyup(function(event) {
// 如果输入为空,全部显示出来
if ($(this).val() == '') {
d3.select('#svg1 .texts').selectAll('text').attr('class', '');;
d3.select('#svg1 .nodes').selectAll('circle').attr('class', '');;
d3.select('#svg1 .links').selectAll('line').attr('class', '');;
d3.select("#svg1 .linetexts").selectAll('text').attr('fill-opacity', 0);
}
else { // 筛选,判断这三个东西里的元素是否包含输入的东西
var name = $(this).val();
d3.select('#svg1 .nodes').selectAll('circle').attr('class', function(d) {
if (d.id.toLowerCase().indexOf(name.toLowerCase()) >= 0) {
return '';
} else {
return 'inactive';
}
});
d3.select('#svg1 .texts').selectAll('text').attr('class', function(d) {
if (d.id.toLowerCase().indexOf(name.toLowerCase()) >= 0) {
return '';
} else {
return 'inactive';
}
});
d3.select("#svg1 .links").selectAll('line').attr('class', function(d) {
return 'inactive';
});
d3.select("#svg1 .linetexts").selectAll('text').attr('fill-opacity', 0);
}
});
// 如果用删除键删除了
// 点击到搜索框内
$('#search input').bind('click', function(e) {
if ($('#search input').val() == '') {
d3.select('#svg1 .texts').selectAll('text').attr('class', '');;
d3.select('#svg1 .nodes').selectAll('circle').attr('class', '');;
d3.select('#svg1 .links').selectAll('line').attr('class', '');;
d3.select("#svg1 .linetexts").selectAll('text').attr('fill-opacity', 0);
}
})
// 点击到搜索框外
$('#search input').bind('blur', function(e) {
if ($('#search input').val() == '') {
d3.select('#svg1 .texts').selectAll('text').attr('class', '');;
d3.select('#svg1 .nodes').selectAll('circle').attr('class', '');;
d3.select('#svg1 .links').selectAll('line').attr('class', '');;
d3.select("#svg1 .linetexts").selectAll('text').attr('fill-opacity', 0);
}
})
// 结点信息框
var info;
// d3.json("vizdata_vivrecard_avpair.json", function(error, data){
d3.json("https://raw.githubusercontent.com/mrbulb/ONEPIECE-KG/master/visualization/html/vizdata_vivrecard_avpair.json", function(error, data){
info = data;
})
});
</script>
</html>