We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edf907 commit 303aa36Copy full SHA for 303aa36
src/docs/api/Pie.ts
@@ -180,22 +180,6 @@ export default {
180
'zh-CN': '源数据,对象数组。',
181
},
182
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
199
{
200
name: 'activeShape',
201
type: 'Object | ReactElement | Function',
0 commit comments