Skip to content

Commit c80f072

Browse files
committed
docs: 增加 demo 上新提示
1 parent b8d97a3 commit c80f072

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/case/advanced/demo/meta.json

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"zh": "联动 Tooltip (饼图)",
1111
"en": "Associate Tooltip for Pie plot"
1212
},
13+
"new": true,
1314
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/VoiPvFL%26U5/pie-tooltip.gif"
1415
},
1516
{
@@ -18,6 +19,7 @@
1819
"zh": "联动筛选",
1920
"en": "Associate Filter"
2021
},
22+
"new": true,
2123
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/tHF3bgalmB/association-filter.gif"
2224
}
2325
]

gatsby-config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ module.exports = {
311311
apiKey: '0d19588d7661a81faa8b75f6ade80321',
312312
indexName: 'antv_g2plot',
313313
},
314-
announcement: {}
314+
announcement: {
315+
zh: "图表实例:新增了一些「高级用法」,可以前往查看如果通过高级用法,来进行图表之间的联动交互",
316+
en: "Examples of advanced usage have been added, you can go for to see how to make interactions between plots",
317+
}
315318
},
316319
};

0 commit comments

Comments
 (0)