mirror of
https://github.com/AIR-EISTI/hades.git
synced 2026-04-04 01:31:18 +02:00
7 lines
No EOL
179 B
HTML
7 lines
No EOL
179 B
HTML
<div (mousemove)="onMouseMove($event)" (mouseleave)="onMouseLeave()" (mouseenter)="onMouseEnter($event)">
|
|
<h4>
|
|
{{title}}
|
|
</h4>
|
|
<svg #graph class="graph">
|
|
</svg>
|
|
</div> |