Browse Source

UI: Ref

pull/13457/head
Artem Dzhereleiko 1 year ago
parent
commit
a5f2b42d15
  1. 3
      ui-ngx/src/app/modules/home/components/widget/config/basic/chart/bar-chart-basic-config.component.ts

3
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;
}

Loading…
Cancel
Save