aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/mixed-chart/mixed-chart.component.html
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-04-19 21:58:00 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-04-19 21:58:00 +0200
commit092ea8c9a0a80857e2da47abc789d48d79af405a (patch)
tree77ae0c6eeb8785ea9008af8e862beffc98b4bd61 /frontend/src/app/mixed-chart/mixed-chart.component.html
parent923188daa0c90a07c57ecdc6957fcb569b5aa73a (diff)
parent32d776709f2b5df14dbcfd3f610306a899959851 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/mixed-chart/mixed-chart.component.html')
-rw-r--r--frontend/src/app/mixed-chart/mixed-chart.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/app/mixed-chart/mixed-chart.component.html b/frontend/src/app/mixed-chart/mixed-chart.component.html
new file mode 100644
index 00000000..806ea9e8
--- /dev/null
+++ b/frontend/src/app/mixed-chart/mixed-chart.component.html
@@ -0,0 +1,2 @@
+<canvas #mixedchart width="800" height="450"></canvas>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>