We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bab7c commit afbca08Copy full SHA for afbca08
examples/more-plots/word-cloud/demo/basic.ts
@@ -1,6 +1,6 @@
1
import { WordCloud } from '@antv/g2plot';
2
3
-fetch('https://gw.alipayobjects.com/os/antvdemo/assets/data/world-population.json')
+fetch('https://gw.alipayobjects.com/os/antfincdn/jPKbal7r9r/mock.json')
4
.then((res) => res.json())
5
.then((data) => {
6
const wordCloud = new WordCloud('container', {
0 commit comments