mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-10 11:31:30 +01: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> |