Skip to content

Commit afbca08

Browse files
lxfu1liufu.lf
and
liufu.lf
authored
fix: 使用 mock 数据 (#2606)
Co-authored-by: liufu.lf <[email protected]>
1 parent 70bab7c commit afbca08

File tree

1 file changed

+1
-1
lines changed
  • examples/more-plots/word-cloud/demo

1 file changed

+1
-1
lines changed

examples/more-plots/word-cloud/demo/basic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { WordCloud } from '@antv/g2plot';
22

3-
fetch('https://gw.alipayobjects.com/os/antvdemo/assets/data/world-population.json')
3+
fetch('https://gw.alipayobjects.com/os/antfincdn/jPKbal7r9r/mock.json')
44
.then((res) => res.json())
55
.then((data) => {
66
const wordCloud = new WordCloud('container', {

0 commit comments

Comments
 (0)