diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-04-24 18:17:18 +0200 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-04-24 18:17:18 +0200 |
commit | 0b38d83378e3ea03893eb60729e8bebbf9942949 (patch) | |
tree | 466bd25176a9db067b8adc3682415ef2d3862188 /frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html | |
parent | 8141381f7caefb7b14e02e7a19224c563db4df9b (diff) |
Pie Chart dodat (Test Page).
Diffstat (limited to 'frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html')
-rw-r--r-- | frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html b/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html index 43a2d766..413aa6f3 100644 --- a/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html +++ b/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html @@ -1 +1 @@ -<p>pie-chart works!</p> +<canvas #piechart width="800" height="450"></canvas> |