@boldreports/types 10.1.20 → 10.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/reports.all/index.d.ts +11 -1
- package/reports.all/package.json +1 -1
package/package.json
CHANGED
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 10.1.
|
|
3
|
+
* version : 10.1.21
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1641,6 +1641,11 @@ declare namespace ej {
|
|
|
1641
1641
|
*/
|
|
1642
1642
|
zoomFactor?: number;
|
|
1643
1643
|
|
|
1644
|
+
/** Enables and disables tooltips for all y-axis values when hovering over a point on the x-axis.
|
|
1645
|
+
* @Default {false}
|
|
1646
|
+
*/
|
|
1647
|
+
enableCrossAxisTooltip?: boolean;
|
|
1648
|
+
|
|
1644
1649
|
// tslint:disable:max-line-length
|
|
1645
1650
|
/** Set the property value as true to enable the cross domain cookies exchange for sticking the user's session in cross domain request.
|
|
1646
1651
|
* @Default {false}
|
|
@@ -2221,6 +2226,11 @@ declare namespace ej {
|
|
|
2221
2226
|
// tslint:enable:max-line-length
|
|
2222
2227
|
enableCrossDomainCookies?: boolean;
|
|
2223
2228
|
|
|
2229
|
+
/** Enables and disables tooltips for all y-axis values when hovering over a point on the x-axis.
|
|
2230
|
+
* @Default {false}
|
|
2231
|
+
*/
|
|
2232
|
+
enableCrossAxisTooltip?: boolean;
|
|
2233
|
+
|
|
2224
2234
|
// tslint:disable:max-line-length
|
|
2225
2235
|
/** Fires during drill through action done in report. If you want to perform any operation when a drill through action is performed, you can make use of the drillThrough event.
|
|
2226
2236
|
*/
|