@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
73 lines (72 loc) • 1.8 kB
TypeScript
import React from 'react';
import { XLabelRotation, LabelShowMode, AxisType, YEmptyValueMode, LegendValueDisplay, LegendPositionType, AxisIntervalType } from '../../constants/chart-style';
import { ELabelValueType } from '../../constants/map-style';
import { EColorMode } from '../../constants/metric-panel-style';
export declare const xLabelRotations: {
value: XLabelRotation;
item: React.JSX.Element;
}[];
export declare const xLabelShowModes: {
value: LabelShowMode;
item: string;
}[];
export declare const xValueLabelShowModes: {
value: LabelShowMode;
item: string;
}[];
export declare const yScales: {
value: AxisType;
item: string;
}[];
export declare const axisIntervalTypes: {
value: AxisIntervalType;
item: string;
}[];
export declare const lineYEmptyValueModes: {
value: YEmptyValueMode;
item: string;
}[];
export declare const yEmptyValueModes: {
value: YEmptyValueMode;
item: string;
}[];
export declare const legendValueDisplayOptions: {
value: LegendValueDisplay;
label: string;
}[];
export declare const legendPositions: {
value: LegendPositionType;
item: string;
}[];
export declare const sortOrders: {
text: string;
value: string;
}[];
export declare const labelLayoutTypeOptions: {
value: boolean;
item: string;
}[];
export declare const labelValueOptions: {
value: ELabelValueType;
text: string;
}[];
export declare const switchOptions: {
value: boolean;
item: string;
}[];
export declare const enableOptions: {
value: boolean;
item: string;
}[];
export declare const formItemLayout: {
labelCol: {
span: number;
};
wrapperCol: {
span: number;
};
};
export declare const singleColorModeOptions: {
value: EColorMode;
item: string;
}[];