From a5f2b42d1592e0f7a0f6f41638a54229fefdf21f Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Wed, 28 May 2025 12:23:45 +0300 Subject: [PATCH] UI: Ref --- .../config/basic/chart/bar-chart-basic-config.component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/bar-chart-basic-config.component.ts b/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/bar-chart-basic-config.component.ts index 2a6cb1bf51..ba9c41893e 100644 --- a/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/bar-chart-basic-config.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/config/basic/chart/bar-chart-basic-config.component.ts @@ -29,7 +29,6 @@ import { import { LatestChartBasicConfigComponent } from '@home/components/widget/config/basic/chart/latest-chart-basic-config.component'; -import { chartFillTypes } from '@home/components/widget/lib/chart/chart.models'; @Component({ selector: 'tb-bar-chart-basic-config', @@ -78,6 +77,4 @@ export class BarChartBasicConfigComponent extends LatestChartBasicConfigComponen this.widgetConfig.config.settings.axisTickLabelFont = config.axisTickLabelFont; this.widgetConfig.config.settings.axisTickLabelColor = config.axisTickLabelColor; } - - protected readonly chartFillTypes = chartFillTypes; }