Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed May 17, 2023
1 parent abf9791 commit ad0675b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion __tests__/plots/static/species-density-basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function speciesDensityBasic(): G2Spec {
color: 'species',
size: 'size',
},
transform: [{ type: 'dodgeX' }],
tooltip: false,
};
}
Expand Down
2 changes: 0 additions & 2 deletions __tests__/plots/static/species-violin-basic-polar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function speciesViolinBasicPolar(): G2Spec {
color: 'species',
size: 'size',
},
transform: [{ type: 'dodgeX' }],
tooltip: false,
},
{
Expand All @@ -42,7 +41,6 @@ export function speciesViolinBasicPolar(): G2Spec {
size: 8,
shape: 'violin',
},
transform: [{ type: 'dodgeX' }],
style: {
opacity: 0.5,
point: false,
Expand Down
1 change: 0 additions & 1 deletion __tests__/plots/static/species-violin-basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function speciesViolinBasic(): G2Spec {
size: 8,
shape: 'violin',
},
transform: [{ type: 'dodgeX' }],
style: {
opacity: 0.5,
point: false,
Expand Down

0 comments on commit ad0675b

Please sign in to comment.