diff options
Diffstat (limited to 'frontend/src/app/_elements/graph/graph.component.html')
-rw-r--r-- | frontend/src/app/_elements/graph/graph.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/graph/graph.component.html b/frontend/src/app/_elements/graph/graph.component.html new file mode 100644 index 00000000..527d3f1a --- /dev/null +++ b/frontend/src/app/_elements/graph/graph.component.html @@ -0,0 +1,3 @@ +<div id="graphWrapper" class="w-100" style="height: 16rem;"> + <canvas id="graphCanvas" class="border"></canvas> +</div>
\ No newline at end of file |