Skip to content

Commit 6ccc0ee

Browse files
Chart(s) PointInfo: dxPieChartPointInfo nesteds (#31536)
1 parent 002885a commit 6ccc0ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/devextreme/js/viz/pie_chart.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,17 +1021,17 @@ export interface pieChartSeriesObject extends baseSeriesObject {
10211021
*/
10221022
export type PointInfo = BasePointInfo<piePointObject> & {
10231023
/**
1024-
* @docid
1024+
* @docid dxPieChartPointInfo.percent
10251025
* @public
10261026
*/
10271027
percent?: number;
10281028
/**
1029-
* @docid
1029+
* @docid dxPieChartPointInfo.percentText
10301030
* @public
10311031
*/
10321032
percentText?: string;
10331033
/**
1034-
* @docid
1034+
* @docid dxPieChartPointInfo.points
10351035
* @public
10361036
*/
10371037
points?: PointInfo;

packages/devextreme/ts/dx.all.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41518,15 +41518,15 @@ declare module DevExpress.viz {
4151841518
*/
4151941519
export type PointInfo = BasePointInfo<piePointObject> & {
4152041520
/**
41521-
* [descr:PointInfo.percent]
41521+
* [descr:dxPieChartPointInfo.percent]
4152241522
*/
4152341523
percent?: number;
4152441524
/**
41525-
* [descr:PointInfo.percentText]
41525+
* [descr:dxPieChartPointInfo.percentText]
4152641526
*/
4152741527
percentText?: string;
4152841528
/**
41529-
* [descr:PointInfo.points]
41529+
* [descr:dxPieChartPointInfo.points]
4153041530
*/
4153141531
points?: PointInfo;
4153241532
};

0 commit comments

Comments
 (0)