diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-12 00:49:13 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-12 00:49:13 +0200 |
commit | 1c6c681a151a5e7ad489b6b4ae7bc2073ceb1096 (patch) | |
tree | 04ee05e872d49809d2dd59025118de3d293c1411 /frontend | |
parent | f203736d496c8eb2fb2a11b57c4a60d27f73a850 (diff) | |
parent | 1c8a5a58bad41dbd4211fdbab303a2c6261258b6 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/app/_elements/_charts/line-chart/line-chart.component.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/_charts/line-chart/line-chart.component.ts b/frontend/src/app/_elements/_charts/line-chart/line-chart.component.ts index 414d6327..e873618c 100644 --- a/frontend/src/app/_elements/_charts/line-chart/line-chart.component.ts +++ b/frontend/src/app/_elements/_charts/line-chart/line-chart.component.ts @@ -140,9 +140,11 @@ export class LineChartComponent implements AfterViewInit { } } + }, + animation: { + duration: 0 } - } } ); |