Skip to content

Commit

Permalink
fix(matrix): remove unnecessary field
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed May 15, 2024
1 parent 8bedb78 commit ab3efd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/coord/matrix/MatrixModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ import { MatrixNodeOption } from './MatrixDim';

export interface MatrixOption extends ComponentOption, BoxLayoutOptionMixin {
mainType?: 'matrix';

containLabel?: boolean;

x?: {
show?: boolean;
data?: MatrixNodeOption[];
Expand All @@ -39,7 +36,6 @@ export interface MatrixOption extends ComponentOption, BoxLayoutOptionMixin {
label?: LabelOption;
itemStyle?: ItemStyleOption;
}

backgroundStyle?: ItemStyleOption;
innerBackgroundStyle?: ItemStyleOption;
}
Expand Down Expand Up @@ -70,7 +66,6 @@ class MatrixModel extends ComponentModel<MatrixOption> {
top: '10%',
right: '10%',
bottom: '10%',
containLabel: false,
x: defaultDimOption,
y: defaultDimOption,
backgroundStyle: {
Expand Down

0 comments on commit ab3efd3

Please sign in to comment.