diff --git a/src/app/utils/indicator-utils.ts b/src/app/utils/indicator-utils.ts index 44183ca..96e7694 100644 --- a/src/app/utils/indicator-utils.ts +++ b/src/app/utils/indicator-utils.ts @@ -176,7 +176,7 @@ export class IndicatorUtils { basicChartTypes:IndicatorPathType[] =["pie", "line", "column", "bar"]; defaultChartType:IndicatorPathType = "other"; indicatorSizes: Option[] = [ - {value: 'small', label: 'Small(Enabled only for large screens)'}, + {value: 'small', label: 'Small (Enabled only for large screens)'}, {value: 'medium', label: 'Medium'}, {value: 'large', label: 'Large'} ];