diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-19 21:58:00 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-19 21:58:00 +0200 |
commit | 092ea8c9a0a80857e2da47abc789d48d79af405a (patch) | |
tree | 77ae0c6eeb8785ea9008af8e862beffc98b4bd61 /frontend/src/app/_elements/line-chart/line-chart.component.html | |
parent | 923188daa0c90a07c57ecdc6957fcb569b5aa73a (diff) | |
parent | 32d776709f2b5df14dbcfd3f610306a899959851 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_elements/line-chart/line-chart.component.html')
-rw-r--r-- | frontend/src/app/_elements/line-chart/line-chart.component.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/frontend/src/app/_elements/line-chart/line-chart.component.html b/frontend/src/app/_elements/line-chart/line-chart.component.html index 8607aac5..c8f406f4 100644 --- a/frontend/src/app/_elements/line-chart/line-chart.component.html +++ b/frontend/src/app/_elements/line-chart/line-chart.component.html @@ -1,9 +1,5 @@ <div class="chart-wrapper"> - <canvas baseChart - [datasets]="lineChartData" - [labels]="lineChartLabels" - [options]="lineChartOptions" - [legend]="lineChartLegend" - [plugins]="lineChartPlugins"> + <canvas id="myChart"> + </canvas> </div>
\ No newline at end of file |