Skip to content

Commit

Permalink
fix: 调整导入
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jan 3, 2025
1 parent a177d1a commit 224cdc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
getCellWidth,
getDataCellId,
getHeaderTotalStatus,
round,
type FrameConfig,
type LayoutResult,
type S2CellType,
Expand All @@ -24,7 +25,6 @@ import {
isNumber,
last,
merge,
round,
sum,
} from 'lodash';
import {
Expand Down
3 changes: 1 addition & 2 deletions packages/s2-core/src/facet/base-facet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {
max,
maxBy,
reduce,
round,
size,
sumBy,
} from 'lodash';
Expand Down Expand Up @@ -99,7 +98,7 @@ import { getAllChildCells } from '../utils/get-all-child-cells';
import { getColsForGrid, getRowsForGrid } from '../utils/grid';
import { diffPanelIndexes, type PanelIndexes } from '../utils/indexes';
import { isMobile, isWindows } from '../utils/is-mobile';
import { floor } from '../utils/math';
import { floor, round } from '../utils/math';
import { CornerBBox } from './bbox/corner-bbox';
import { PanelBBox } from './bbox/panel-bbox';
import {
Expand Down

0 comments on commit 224cdc5

Please sign in to comment.