Skip to content

Commit

Permalink
docs: 修复官网明细表条件格式 demo (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying authored Jul 18, 2022
1 parent 936ca6a commit e4c1742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2-site/examples/analysis/conditions/demo/table-text.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TableSheet } from '@antv/s2';

fetch(
'../data/basic-table-mode.json',
'https://gw.alipayobjects.com/os/bmw-prod/986d48ce-cfdf-475d-980c-553762770928.json',
)
.then((res) => res.json())
.then((data) => {
Expand Down

0 comments on commit e4c1742

Please sign in to comment.