Skip to content

Commit

Permalink
chore: update slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Feb 10, 2021
1 parent 143c30a commit 837eee6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/index.md
@@ -1,9 +1,9 @@
---
title: ECharts for React - 全网最好用的 ECharts 的 React 组件封装
order: 10
title: ECharts for React - 全网开发者下载量最高的 ECharts 的 React 组件封装
order: 1
hero:
title: ECharts for React
desc: 全网最好用的 ECharts 的 React 组件封装
desc: 全网开发者下载量最高的 ECharts 的 React 组件封装
actions:
- text: 在线实例
link: /examples/dynamic
Expand Down Expand Up @@ -43,6 +43,9 @@ const Page: React.FC = () => {
smooth: true,
},
],
tooltip: {
trigger: 'axis',
},
};

return <ReactECharts option={options} />;
Expand Down Expand Up @@ -74,6 +77,9 @@ const Page: React.FC = () => {
smooth: true,
},
],
tooltip: {
trigger: 'axis',
},
};

return <ReactECharts option={options} />;
Expand Down

0 comments on commit 837eee6

Please sign in to comment.