试图更改x轴标签,但是当我运行部分#的代码时,它会删除轴上的所有值,而不是用我指示的标签替换它们。
ngOnInit(){
this.myUserForm = this.myFormService.getFormObject();
}
而不是没有轴,我希望标签= c()中的值成为我的轴标签。
样本数据:
export function matchEmailsDomain(fc1, fc2): ValidatorFn {
return (control: FormGroup): ValidationErrors | null => {
// your validator logic here
};
}