diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-05-10 23:19:30 +0200 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-05-10 23:19:30 +0200 |
commit | 620288faaae5cbdd70c50bd07672ede1fdf2394e (patch) | |
tree | 58c789f65bae6750fec004abd6002e5d6ac1c845 /frontend/src/app/_elements/_charts/line-chart | |
parent | c02a7f0793a7b290029ec81859cdea5724a3f7dc (diff) | |
parent | 1690c70e86e5f79fa5708ea12ed034bf605cf259 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements/_charts/line-chart')
-rw-r--r-- | frontend/src/app/_elements/_charts/line-chart/line-chart.component.ts | 2 |
1 files changed, 1 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 9ead9232..0924801e 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 @@ -87,7 +87,7 @@ export class LineChartComponent implements AfterViewInit { // This more specific font property overrides the global property color:'white', font: { - size: 11 + size: 10 } } } |