LineStyleMapping
Home > @gooddata/sdk-code-convertors > LineStyleMapping
LineStyleMapping type
Signature:
export type LineStyleMapping = {
id: string;
lineStyle?: "solid" | "dashed" | "dotted";
lineWidth?: 1 | 2 | 3 | 4;
};
Home > @gooddata/sdk-code-convertors > LineStyleMapping
Signature:
export type LineStyleMapping = {
id: string;
lineStyle?: "solid" | "dashed" | "dotted";
lineWidth?: 1 | 2 | 3 | 4;
};