UI: Ref
This commit is contained in:
parent
34dc67cf33
commit
a5f2b42d15
@ -29,7 +29,6 @@ import {
|
|||||||
import {
|
import {
|
||||||
LatestChartBasicConfigComponent
|
LatestChartBasicConfigComponent
|
||||||
} from '@home/components/widget/config/basic/chart/latest-chart-basic-config.component';
|
} from '@home/components/widget/config/basic/chart/latest-chart-basic-config.component';
|
||||||
import { chartFillTypes } from '@home/components/widget/lib/chart/chart.models';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'tb-bar-chart-basic-config',
|
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.axisTickLabelFont = config.axisTickLabelFont;
|
||||||
this.widgetConfig.config.settings.axisTickLabelColor = config.axisTickLabelColor;
|
this.widgetConfig.config.settings.axisTickLabelColor = config.axisTickLabelColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected readonly chartFillTypes = chartFillTypes;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user