Skip to content

Commit

Permalink
docs: 增加 demo 上新提示
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Aug 9, 2021
1 parent b8d97a3 commit c80f072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/case/advanced/demo/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"zh": "联动 Tooltip (饼图)",
"en": "Associate Tooltip for Pie plot"
},
"new": true,
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/VoiPvFL%26U5/pie-tooltip.gif"
},
{
Expand All @@ -18,6 +19,7 @@
"zh": "联动筛选",
"en": "Associate Filter"
},
"new": true,
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/tHF3bgalmB/association-filter.gif"
}
]
Expand Down
5 changes: 4 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ module.exports = {
apiKey: '0d19588d7661a81faa8b75f6ade80321',
indexName: 'antv_g2plot',
},
announcement: {}
announcement: {
zh: "图表实例:新增了一些「高级用法」,可以前往查看如果通过高级用法,来进行图表之间的联动交互",
en: "Examples of advanced usage have been added, you can go for to see how to make interactions between plots",
}
},
};

0 comments on commit c80f072

Please sign in to comment.