Skip to content

Commit

Permalink
docs: 优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Oct 23, 2024
1 parent 376326a commit d5ceb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2-site/docs/manual/basic/totals.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const s2Options = {
import { QueryDataType } from '@antv/s2';

const calcFunc = (query, data, spreadsheet) => {
const allData = spreadsheet.dataSet.getMultiData({
const allData = spreadsheet.dataSet.getCellMultiData({
query,
queryType: QueryDataType.All,
});
Expand Down

0 comments on commit d5ceb09

Please sign in to comment.