Skip to content

Commit 8a1b373

Browse files
committed
Draft docgen for "Chart: type pointInfo in tooltip.contentTemplate"
1 parent 75e2bb5 commit 8a1b373

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+683
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: dxPieChart.Options.tooltip
3+
type: Object
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->

api-reference/40 Common Types/05 charts/BaseChartTooltip/customizeTooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default: undefined
88
##### shortDescription
99
Allows you to change tooltip appearance.
1010

11-
##### param(pointInfo): Object
11+
##### param(pointInfo): viz/chart_components/base_chart:ChartsPointInfo
1212
Information on the series point being pressed or hovered over with the mouse pointer.
1313

1414
##### return: Object
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: BasePointInfo
3+
module: viz/chart_components/base_chart
4+
export: BasePointInfo
5+
type: Object
6+
---
7+
---
8+
##### shortDescription
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.argument
3+
type: String | Number | Date
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.argumentText
3+
type: String
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.highErrorValue
3+
type: Number
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.lowErrorValue
3+
type: Number
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.originalArgument
3+
type: String | Number | Date
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.originalValue
3+
type: String | Number | Date
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: BasePointInfo.point
3+
type: any
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->

0 commit comments

Comments
 (0)