diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-10 21:19:31 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-10 21:19:31 +0200 |
commit | 1bbc4ed9e3783b2363c71048c415b84803c26b6b (patch) | |
tree | 9678a63ec8e795d26a3ac57998e2d3fcb4453128 /frontend/src/app/_elements/_charts/line-chart | |
parent | 2c132a08bc852b4e88daf067459856a883329c31 (diff) |
Filtriran izbor funkcija gubitka.
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 } } } |