@@ -24,6 +24,9 @@ export default class Sample extends React.Component<any, any> {
2424 this . propertyEditorPanel1 = r ;
2525 this . setState ( { } ) ;
2626 }
27+ private othersCategoryTypeEditor : IgrPropertyEditorPropertyDescription
28+ private othersCategoryThresholdEditor : IgrPropertyEditorPropertyDescription
29+ private othersCategoryTextEditor : IgrPropertyEditorPropertyDescription
2730 private chart : IgrDataPieChart
2831 private chartRef ( r : IgrDataPieChart ) {
2932 this . chart = r ;
@@ -50,12 +53,14 @@ export default class Sample extends React.Component<any, any> {
5053 ref = { this . propertyEditorPanel1Ref } >
5154 < IgrPropertyEditorPropertyDescription
5255 propertyPath = "OthersCategoryType"
56+ name = "OthersCategoryTypeEditor"
5357 label = "Others Type: "
5458 primitiveValue = "Number"
5559 valueType = "EnumValue" >
5660 </ IgrPropertyEditorPropertyDescription >
5761 < IgrPropertyEditorPropertyDescription
5862 propertyPath = "OthersCategoryThreshold"
63+ name = "OthersCategoryThresholdEditor"
5964 label = "Others Threshold: "
6065 valueType = "Slider"
6166 min = "0"
@@ -64,6 +69,7 @@ export default class Sample extends React.Component<any, any> {
6469 </ IgrPropertyEditorPropertyDescription >
6570 < IgrPropertyEditorPropertyDescription
6671 propertyPath = "OthersCategoryText"
72+ name = "OthersCategoryTextEditor"
6773 label = "Others Text: "
6874 valueType = "StringValue" >
6975 </ IgrPropertyEditorPropertyDescription >
0 commit comments