1
+ < div
2
+ xmlns ="http://www.w3.org/1999/xhtml "
3
+ class ="g2-tooltip "
4
+ style ="pointer-events: none; position: absolute; visibility: visible; z-index: 8; transition: visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), left 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.4s cubic-bezier(0.23, 1, 0.32, 1); background-color: rgba(255, 255, 255, 0.96); box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; color: rgba(0, 0, 0, 0.65); font-size: 12px; line-height: 20px; padding: 12px; min-width: 120px; max-width: 360px; font-family: sans-serif; left: 355.9599981689453px; top: 292.3335px; "
5
+ >
6
+ < div
7
+ class ="g2-tooltip-title "
8
+ style ="color: rgba(0, 0, 0, 0.45); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; "
9
+ >
10
+ 10:15
11
+ </ div >
12
+ < ul
13
+ class ="g2-tooltip-list "
14
+ style ="margin: 0px; list-style-type: none; padding: 0px; "
15
+ >
16
+ < li
17
+ class ="g2-tooltip-list-item "
18
+ data-index ="0 "
19
+ style ="list-style-type: none; display: flex; line-height: 2em; align-items: center; justify-content: space-between; white-space: nowrap; "
20
+ >
21
+ < span
22
+ class ="g2-tooltip-list-item-name "
23
+ style ="display: flex; align-items: center; max-width: 216px; "
24
+ >
25
+ < span
26
+ class ="g2-tooltip-list-item-marker "
27
+ style ="background: rgb(0, 201, 201); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px; "
28
+ />
29
+ < span
30
+ class ="g2-tooltip-list-item-name-label "
31
+ title ="lineName "
32
+ style ="flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; "
33
+ >
34
+ lineName
35
+ </ span >
36
+ </ span >
37
+ < span
38
+ class ="g2-tooltip-list-item-value "
39
+ title ="lineValue "
40
+ style ="display: inline-block; float: right; flex: 1; text-align: right; min-width: 28px; margin-left: 30px; color: rgba(0, 0, 0, 0.85); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; "
41
+ >
42
+ lineValue
43
+ </ span >
44
+ </ li >
45
+ < li
46
+ class ="g2-tooltip-list-item "
47
+ data-index ="1 "
48
+ style ="list-style-type: none; display: flex; line-height: 2em; align-items: center; justify-content: space-between; white-space: nowrap; "
49
+ >
50
+ < span
51
+ class ="g2-tooltip-list-item-name "
52
+ style ="display: flex; align-items: center; max-width: 216px; "
53
+ >
54
+ < span
55
+ class ="g2-tooltip-list-item-marker "
56
+ style ="background: rgb(23, 131, 255); width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 4px; "
57
+ />
58
+ < span
59
+ class ="g2-tooltip-list-item-name-label "
60
+ title ="lineName "
61
+ style ="flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; "
62
+ >
63
+ lineName
64
+ </ span >
65
+ </ span >
66
+ < span
67
+ class ="g2-tooltip-list-item-value "
68
+ title ="lineValue "
69
+ style ="display: inline-block; float: right; flex: 1; text-align: right; min-width: 28px; margin-left: 30px; color: rgba(0, 0, 0, 0.85); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; "
70
+ >
71
+ lineValue
72
+ </ span >
73
+ </ li >
74
+ </ ul >
75
+ </ div >
0 commit comments