diff --git a/src/app/topic/indicators.component.html b/src/app/topic/indicators.component.html index 75439c6..8d122b1 100644 --- a/src/app/topic/indicators.component.html +++ b/src/app/topic/indicators.component.html @@ -330,9 +330,9 @@ type="select" [options]="indicatorUtils.indicatorSizes" label="Chart Size"> - - +
+
{{urlParameterizedMessage}}
- +
- +
-
- +
+
diff --git a/src/app/topic/indicators.component.ts b/src/app/topic/indicators.component.ts index 131bb95..fcb3630 100644 --- a/src/app/topic/indicators.component.ts +++ b/src/app/topic/indicators.component.ts @@ -372,10 +372,6 @@ export class IndicatorsComponent implements OnInit, OnDestroy, OnChanges, AfterV return this.chartIndicatorFb.get('indicatorPaths') as FormArray; } - public toFormGroup(value: any): FormGroup { - return value as FormGroup - } - public addJsonPath(index: number) { if(index==0 && this.getJsonPath(index).getRawValue()[index].indexOf(",")!=-1){ //if in the first path there are more than one paaths comma separated, split them and autogenerate the forms