kre-form
Version:
本项目由 Angular8+ 编写的表单设计器和表单应用,所有的配置都是 JSON 结构体组成,PC 端是基于 ANT 组件库封装
31 lines (30 loc) • 735 B
TypeScript
export declare class ChartConditionService {
constructor();
chartCondition(): ({
type: string;
charttype: string;
condition: {
lineStyle: boolean;
x: boolean;
y: boolean;
yTitle: boolean;
dataShow: boolean;
dataLabe: boolean;
legend: boolean;
radius: boolean;
};
} | {
type: string;
condition: {
lineStyle: boolean;
x: boolean;
y: boolean;
yTitle: boolean;
dataShow: boolean;
dataLabe: boolean;
legend: boolean;
radius: boolean;
};
charttype?: undefined;
})[];
}