Skip to content

Commit 303aa36

Browse files
ckiferColtin Kifer
andauthored
docs: remove activeIndex from pie props (#362)
Co-authored-by: Coltin Kifer <[email protected]>
1 parent 2edf907 commit 303aa36

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/docs/api/Pie.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,6 @@ export default {
180180
'zh-CN': '源数据,对象数组。',
181181
},
182182
},
183-
{
184-
name: 'activeIndex',
185-
type: 'Array',
186-
defaultVal: 'null',
187-
isOptional: false,
188-
desc: {
189-
'en-US': 'The index of active sector in Pie, this option can be changed in mouse event handlers.',
190-
'zh-CN': '用来表示激活楔子的序号。可以通过自定义事件来指定这个值。',
191-
},
192-
examples: [
193-
{
194-
name: 'A pie chart with customized active shape',
195-
url: '/examples/CustomActiveShapePieChart',
196-
},
197-
],
198-
},
199183
{
200184
name: 'activeShape',
201185
type: 'Object | ReactElement | Function',

0 commit comments

Comments
 (0)