Skip to content

Commit

Permalink
fix(CONTRIBUTING.md): fix incorrect file path (#5556)
Browse files Browse the repository at this point in the history
  • Loading branch information
VirusPC authored Sep 17, 2023
1 parent 20d663c commit f400dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ npm run dev
The preview page can preview all chart cases under `__tests__/plots` and switch through the drop-down box according to different focus points. Chart cases are divided into the following categories based on different focus points:

- animation - Animation-related cases, placed under `__tests__/plots/animation`.
- api - Chart API-related cases, placed under `__tests__/plots/tooltip`.
- api - Chart API-related cases, placed under `__tests__/plots/api`.
- interaction - Interaction-related cases, placed under `__tests__/plots/interaction`.
- static - Static drawing-related cases, placed under `__tests__/plots/static`.
- tooltip - Tooltip-related cases, placed under `__tests__/plots/tooltip`.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ npm run dev
预览界面可以预览 [`__tests__/plots`](./__tests__/plots) 下面的所有图表案例,并且通过下拉框进行切换。图表案例根据关注点不同,分为以下几类:

- **animation** - 动画相关的案例,放在 [`__tests__/plots/animation`](./__tests__/plots/animation/) 下面。
- **api** - Chart API 相关的案例,放在 [`__tests__/plots/tooltip`](./__tests__/plots/tooltip) 下面。
- **api** - Chart API 相关的案例,放在 [`__tests__/plots/api`](./__tests__/plots/api) 下面。
- **interaction** - 交互相关的案例,放在 [`__tests__/plots/interaction`](./__tests__/plots/interaction) 下面。
- **static** - 静态绘制相关的案例,放在 [`__tests__/plots/static`](./__tests__/plots/static/) 下面。
- **tooltip** - tooltip 相关的案例,放在 [`__tests__/plots/tooltip`](./__tests__/plots/tooltip/) 下面。
Expand Down

0 comments on commit f400dcd

Please sign in to comment.