diff --git a/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.html b/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.html index 333a4dca..79ff1b5a 100644 --- a/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.html +++ b/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.html @@ -1,3 +1,3 @@ -
+
diff --git a/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.ts b/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.ts index 849bf43e..6d30bd3a 100644 --- a/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.ts +++ b/projects/ledge-render/src/lib/chart/ledge-radar/ledge-radar.component.ts @@ -2,6 +2,7 @@ import { AfterViewInit, Component, ElementRef, Input, OnChanges, OnInit, SimpleC import * as echarts from 'echarts'; import LedgeChartConverter from '../../components/model/ledge-chart-converter'; import { LedgeListItem } from '../../components/model/ledge-chart.model'; +import { NgStyle } from '@angular/common'; @Component({ selector: 'ledge-radar', @@ -9,11 +10,9 @@ import { LedgeListItem } from '../../components/model/ledge-chart.model'; styleUrls: ['./ledge-radar.component.scss'], }) export class LedgeRadarComponent implements OnInit, OnChanges, AfterViewInit { - @Input() - data: LedgeListItem[]; - - @Input() - config: any; + @Input() data: LedgeListItem[]; + @Input() styles: NgStyle; + @Input() config: any; @ViewChild('chart', {static: false}) chart: ElementRef; diff --git a/projects/ledge-render/src/lib/components/ledge-maturity/ledge-maturity.component.html b/projects/ledge-render/src/lib/components/ledge-maturity/ledge-maturity.component.html index 8d1262e2..8c7489f5 100644 --- a/projects/ledge-render/src/lib/components/ledge-maturity/ledge-maturity.component.html +++ b/projects/ledge-render/src/lib/components/ledge-maturity/ledge-maturity.component.html @@ -1,6 +1,6 @@
- +