From 51ec2d49cd54b1ba19defdc806c681acd2cee773 Mon Sep 17 00:00:00 2001 From: "liufu.lf" Date: Fri, 4 Jun 2021 15:16:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=20mock=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/more-plots/word-cloud/demo/basic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/more-plots/word-cloud/demo/basic.ts b/examples/more-plots/word-cloud/demo/basic.ts index c24e170bb1..e3f8104bea 100644 --- a/examples/more-plots/word-cloud/demo/basic.ts +++ b/examples/more-plots/word-cloud/demo/basic.ts @@ -1,6 +1,6 @@ import { WordCloud } from '@antv/g2plot'; -fetch('https://gw.alipayobjects.com/os/antvdemo/assets/data/world-population.json') +fetch('https://gw.alipayobjects.com/os/antfincdn/jPKbal7r9r/mock.json') .then((res) => res.json()) .then((data) => { const wordCloud = new WordCloud('container', {