Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
feat: 更新周边生态的产品链接 (#319)
Browse files Browse the repository at this point in the history
viser 暂无人维护,替换为 antd charts

Co-authored-by: xinming <xinming.lxj@antfin.com>
  • Loading branch information
visiky and xinming committed Apr 12, 2021
1 parent 6440c20 commit c6fecd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @antv/gatsby-theme-antv/site/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"跨平台高性能的移动端可视化解决方案,满足你的各种图表需求": "An elegant, interactive and flexible native charting library for mobile.",
"墨者学院": "Mohist Academy",
"基于商业场景下的数据可视化解决方案": "Business visualization solution",
"基于 G2 实现的可视化解决方案": "Visualization solution based on G2",
"基于 G2Plot 实现的 React 可视化图表库": "A React chart library based on G2Plot",
"学院首页": "Home Page",
"数据可视化社团": "Visualization Community",
"语雀社区": "Yuque",
Expand Down
9 changes: 5 additions & 4 deletions @antv/gatsby-theme-antv/site/components/getProducts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -544,14 +544,15 @@ export const getProducts = ({
],
},
{
title: 'Viser',
icon: 'https://gw.alipayobjects.com/zos/antfincdn/QAyW5h99HVa/Viser.svg',
description: t('基于 G2 实现的可视化解决方案'),
title: 'Ant Design Charts',
icon:
'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
description: t('基于 G2Plot 实现的 React 可视化图表库'),
category: Categories[2],
links: [
{
title: t('产品首页'),
url: `https://viserjs.github.io/`,
url: `https://charts.ant.design/`,
openExternal: true,
},
],
Expand Down

0 comments on commit c6fecd8

Please sign in to comment.