@progress/kendo-react-charts 5.19.0 → 5.20.0-dev.202309281201

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.
Files changed (84) hide show
  1. package/README.md +1 -0
  2. package/dist/cdn/js/kendo-react-charts.js +1 -1
  3. package/dist/es/components/Legend.js +1 -4
  4. package/dist/es/components/Navigator.js +1 -5
  5. package/dist/es/components/Tooltip.js +1 -4
  6. package/dist/es/components/axis-defaults/Crosshair.js +1 -4
  7. package/dist/es/components/axis-defaults/CrosshairTooltip.js +1 -4
  8. package/dist/es/components/category-axis-item/Crosshair.js +1 -4
  9. package/dist/es/components/category-axis-item/CrosshairTooltip.js +1 -4
  10. package/dist/es/components/category-axis-item/Labels.js +1 -4
  11. package/dist/es/components/category-axis-item/RangeLabels.js +1 -4
  12. package/dist/es/components/navigator/category-axis/Crosshair.js +1 -4
  13. package/dist/es/components/navigator/category-axis/CrosshairTooltip.js +1 -4
  14. package/dist/es/components/navigator/category-axis/Labels.js +1 -4
  15. package/dist/es/components/navigator/series-item/Labels.js +1 -4
  16. package/dist/es/components/series-defaults/Labels.js +1 -4
  17. package/dist/es/components/series-item/Labels.js +1 -4
  18. package/dist/es/components/value-axis-item/Crosshair.js +1 -4
  19. package/dist/es/components/value-axis-item/CrosshairTooltip.js +1 -4
  20. package/dist/es/components/value-axis-item/Labels.js +1 -4
  21. package/dist/es/components/x-axis-item/Crosshair.js +1 -4
  22. package/dist/es/components/x-axis-item/CrosshairTooltip.js +1 -4
  23. package/dist/es/components/x-axis-item/Labels.js +1 -4
  24. package/dist/es/components/y-axis-item/Crosshair.js +1 -4
  25. package/dist/es/components/y-axis-item/CrosshairTooltip.js +1 -4
  26. package/dist/es/components/y-axis-item/Labels.js +1 -4
  27. package/dist/es/events/legend-item-click-event.d.ts +1 -1
  28. package/dist/es/events/legend-item-hover-event.d.ts +1 -1
  29. package/dist/es/events/legend-item-leave-event.d.ts +1 -1
  30. package/dist/es/field-types/series-labels-position.d.ts +3 -3
  31. package/dist/es/field-types/series-labels-position.js +3 -3
  32. package/dist/es/field-types/series-type.d.ts +1 -1
  33. package/dist/es/option-types/series-defaults/labels.from.interface.d.ts +2 -2
  34. package/dist/es/option-types/series-defaults/labels.interface.d.ts +2 -2
  35. package/dist/es/option-types/series-defaults/labels.to.interface.d.ts +2 -2
  36. package/dist/es/option-types/series-defaults.interface.d.ts +1 -0
  37. package/dist/es/option-types/series-item/labels.interface.d.ts +2 -2
  38. package/dist/es/option-types/series-item/tooltip.interface.d.ts +1 -1
  39. package/dist/es/option-types/series-item.interface.d.ts +8 -8
  40. package/dist/es/option-types/tooltip.interface.d.ts +1 -1
  41. package/dist/es/package-metadata.js +1 -1
  42. package/dist/es/tooltip/Popup.js +1 -1
  43. package/dist/npm/components/Legend.js +1 -4
  44. package/dist/npm/components/Navigator.js +1 -5
  45. package/dist/npm/components/Tooltip.js +1 -4
  46. package/dist/npm/components/axis-defaults/Crosshair.js +1 -4
  47. package/dist/npm/components/axis-defaults/CrosshairTooltip.js +1 -4
  48. package/dist/npm/components/category-axis-item/Crosshair.js +1 -4
  49. package/dist/npm/components/category-axis-item/CrosshairTooltip.js +1 -4
  50. package/dist/npm/components/category-axis-item/Labels.js +1 -4
  51. package/dist/npm/components/category-axis-item/RangeLabels.js +1 -4
  52. package/dist/npm/components/navigator/category-axis/Crosshair.js +1 -4
  53. package/dist/npm/components/navigator/category-axis/CrosshairTooltip.js +1 -4
  54. package/dist/npm/components/navigator/category-axis/Labels.js +1 -4
  55. package/dist/npm/components/navigator/series-item/Labels.js +1 -4
  56. package/dist/npm/components/series-defaults/Labels.js +1 -4
  57. package/dist/npm/components/series-item/Labels.js +1 -4
  58. package/dist/npm/components/value-axis-item/Crosshair.js +1 -4
  59. package/dist/npm/components/value-axis-item/CrosshairTooltip.js +1 -4
  60. package/dist/npm/components/value-axis-item/Labels.js +1 -4
  61. package/dist/npm/components/x-axis-item/Crosshair.js +1 -4
  62. package/dist/npm/components/x-axis-item/CrosshairTooltip.js +1 -4
  63. package/dist/npm/components/x-axis-item/Labels.js +1 -4
  64. package/dist/npm/components/y-axis-item/Crosshair.js +1 -4
  65. package/dist/npm/components/y-axis-item/CrosshairTooltip.js +1 -4
  66. package/dist/npm/components/y-axis-item/Labels.js +1 -4
  67. package/dist/npm/events/legend-item-click-event.d.ts +1 -1
  68. package/dist/npm/events/legend-item-hover-event.d.ts +1 -1
  69. package/dist/npm/events/legend-item-leave-event.d.ts +1 -1
  70. package/dist/npm/field-types/series-labels-position.d.ts +3 -3
  71. package/dist/npm/field-types/series-labels-position.js +3 -3
  72. package/dist/npm/field-types/series-type.d.ts +1 -1
  73. package/dist/npm/option-types/series-defaults/labels.from.interface.d.ts +2 -2
  74. package/dist/npm/option-types/series-defaults/labels.interface.d.ts +2 -2
  75. package/dist/npm/option-types/series-defaults/labels.to.interface.d.ts +2 -2
  76. package/dist/npm/option-types/series-defaults.interface.d.ts +1 -0
  77. package/dist/npm/option-types/series-item/labels.interface.d.ts +2 -2
  78. package/dist/npm/option-types/series-item/tooltip.interface.d.ts +1 -1
  79. package/dist/npm/option-types/series-item.interface.d.ts +8 -8
  80. package/dist/npm/option-types/tooltip.interface.d.ts +1 -1
  81. package/dist/npm/package-metadata.js +1 -1
  82. package/dist/npm/tooltip/Popup.js +1 -1
  83. package/dist/systemjs/kendo-react-charts.js +1 -1
  84. package/package.json +8 -8
@@ -15,10 +15,7 @@ exports.ChartAxisDefaultsCrosshairTooltip = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartAxisDefaultsCrosshairTooltip = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
19
19
  };
20
20
  exports.ChartAxisDefaultsCrosshairTooltip = ChartAxisDefaultsCrosshairTooltip;
21
- ChartAxisDefaultsCrosshairTooltip.defaultProps = {
22
- visible: true
23
- };
24
21
  ChartAxisDefaultsCrosshairTooltip.displayName = 'ChartAxisDefaultsCrosshairTooltip';
@@ -15,9 +15,6 @@ exports.ChartCategoryAxisCrosshair = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartCategoryAxisCrosshair = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
19
19
  };
20
20
  exports.ChartCategoryAxisCrosshair = ChartCategoryAxisCrosshair;
21
- ChartCategoryAxisCrosshair.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartCategoryAxisCrosshairTooltip = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartCategoryAxisCrosshairTooltip = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
19
19
  };
20
20
  exports.ChartCategoryAxisCrosshairTooltip = ChartCategoryAxisCrosshairTooltip;
21
- ChartCategoryAxisCrosshairTooltip.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartCategoryAxisLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartCategoryAxisLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartCategoryAxisLabels = ChartCategoryAxisLabels;
21
- ChartCategoryAxisLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartCategoryAxisRangeLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("../base/ConfigurationComponent");
17
17
  var ChartCategoryAxisRangeLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "rangeLabels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "rangeLabels" })));
19
19
  };
20
20
  exports.ChartCategoryAxisRangeLabels = ChartCategoryAxisRangeLabels;
21
- ChartCategoryAxisRangeLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartNavigatorCategoryAxisCrosshair = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../../base/ConfigurationComponent");
17
17
  var ChartNavigatorCategoryAxisCrosshair = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
19
19
  };
20
20
  exports.ChartNavigatorCategoryAxisCrosshair = ChartNavigatorCategoryAxisCrosshair;
21
- ChartNavigatorCategoryAxisCrosshair.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartNavigatorCategoryAxisCrosshairTooltip = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../../base/ConfigurationComponent");
17
17
  var ChartNavigatorCategoryAxisCrosshairTooltip = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
19
19
  };
20
20
  exports.ChartNavigatorCategoryAxisCrosshairTooltip = ChartNavigatorCategoryAxisCrosshairTooltip;
21
- ChartNavigatorCategoryAxisCrosshairTooltip.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartNavigatorCategoryAxisLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../../base/ConfigurationComponent");
17
17
  var ChartNavigatorCategoryAxisLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartNavigatorCategoryAxisLabels = ChartNavigatorCategoryAxisLabels;
21
- ChartNavigatorCategoryAxisLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartNavigatorSeriesLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../../base/ConfigurationComponent");
17
17
  var ChartNavigatorSeriesLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartNavigatorSeriesLabels = ChartNavigatorSeriesLabels;
21
- ChartNavigatorSeriesLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartSeriesDefaultsLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartSeriesDefaultsLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartSeriesDefaultsLabels = ChartSeriesDefaultsLabels;
21
- ChartSeriesDefaultsLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartSeriesLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartSeriesLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartSeriesLabels = ChartSeriesLabels;
21
- ChartSeriesLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartValueAxisCrosshair = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartValueAxisCrosshair = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
19
19
  };
20
20
  exports.ChartValueAxisCrosshair = ChartValueAxisCrosshair;
21
- ChartValueAxisCrosshair.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartValueAxisCrosshairTooltip = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartValueAxisCrosshairTooltip = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
19
19
  };
20
20
  exports.ChartValueAxisCrosshairTooltip = ChartValueAxisCrosshairTooltip;
21
- ChartValueAxisCrosshairTooltip.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartValueAxisLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartValueAxisLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartValueAxisLabels = ChartValueAxisLabels;
21
- ChartValueAxisLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartXAxisCrosshair = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartXAxisCrosshair = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
19
19
  };
20
20
  exports.ChartXAxisCrosshair = ChartXAxisCrosshair;
21
- ChartXAxisCrosshair.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartXAxisCrosshairTooltip = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartXAxisCrosshairTooltip = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
19
19
  };
20
20
  exports.ChartXAxisCrosshairTooltip = ChartXAxisCrosshairTooltip;
21
- ChartXAxisCrosshairTooltip.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartXAxisLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartXAxisLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartXAxisLabels = ChartXAxisLabels;
21
- ChartXAxisLabels.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartYAxisCrosshair = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartYAxisCrosshair = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
19
19
  };
20
20
  exports.ChartYAxisCrosshair = ChartYAxisCrosshair;
21
- ChartYAxisCrosshair.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartYAxisCrosshairTooltip = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartYAxisCrosshairTooltip = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
19
19
  };
20
20
  exports.ChartYAxisCrosshairTooltip = ChartYAxisCrosshairTooltip;
21
- ChartYAxisCrosshairTooltip.defaultProps = {
22
- visible: true
23
- };
@@ -15,9 +15,6 @@ exports.ChartYAxisLabels = void 0;
15
15
  var React = require("react");
16
16
  var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
17
17
  var ChartYAxisLabels = function (props) {
18
- return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
18
+ return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
19
19
  };
20
20
  exports.ChartYAxisLabels = ChartYAxisLabels;
21
- ChartYAxisLabels.defaultProps = {
22
- visible: true
23
- };
@@ -14,7 +14,7 @@ export declare class LegendItemClickEvent extends PreventableEvent {
14
14
  */
15
15
  seriesIndex: number;
16
16
  /**
17
- * The point index in the series. Applicable only to the Pie, Donut, and Funnel series.
17
+ * The point index in the series. Applicable only to the Pie, Donut, Funnel and Pyramid series.
18
18
  */
19
19
  pointIndex: number;
20
20
  /**
@@ -14,7 +14,7 @@ export declare class LegendItemHoverEvent extends PreventableEvent {
14
14
  */
15
15
  seriesIndex: number;
16
16
  /**
17
- * The point index in the series. Applicable only for the Pie, Donut, and Funnel series.
17
+ * The point index in the series. Applicable only to the Pie, Donut, Funnel and Pyramid series.
18
18
  */
19
19
  pointIndex: number;
20
20
  /**
@@ -14,7 +14,7 @@ export declare class LegendItemLeaveEvent extends PreventableEvent {
14
14
  */
15
15
  seriesIndex: number;
16
16
  /**
17
- * The point index in the series. Applicable only to the Pie, Donut, and Funnel series.
17
+ * The point index in the series. Applicable only to the Pie, Donut, Funnel and Pyramid series.
18
18
  */
19
19
  pointIndex: number;
20
20
  /**
@@ -3,14 +3,14 @@
3
3
  *
4
4
  * - `"above"`—The label is positioned at the top of the marker. Applicable for series that render points, including the Bubble series.
5
5
  * - `"below"`—The label is positioned at the bottom of the marker. Applicable for series that render points, including the Bubble series.
6
- * - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, RadarColumn, and Waterfall series.
6
+ * - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, Pyramid, RadarColumn, and Waterfall series.
7
7
  * - `"insideBase"`—The label is positioned inside, near the base of the bar. Applicable for the Bar, Column, and Waterfall series.
8
8
  * - `"insideEnd"`—The label is positioned inside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series.
9
9
  * - `"left"`—The label is positioned to the left of the marker. Applicable for series that render points, including the Bubble series.
10
10
  * - `"outsideEnd"`—The label is positioned outside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series. Not applicable for stacked series.
11
11
  * - `"right"`—The label is positioned to the right of the marker. Applicable for series that render points, including the Bubble series.
12
- * - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel series.
13
- * - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel series.
12
+ * - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel and Pyramid series.
13
+ * - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel and Pyramid series.
14
14
  * - `"auto"`—The from and to labels are positioned at the top or bottom (for the RangeArea series), or to the left or right (for the VerticalRangeArea series), so that they are outside the filled area. Applicable for the RangeArea and VerticalRangeArea series.
15
15
  */
16
16
  export declare type SeriesLabelsPosition = 'auto' | 'above' | 'below' | 'center' | 'insideBase' | 'insideEnd' | 'left' | 'outsideEnd' | 'right' | 'top' | 'bottom';
@@ -5,14 +5,14 @@
5
5
  *
6
6
  * - `"above"`—The label is positioned at the top of the marker. Applicable for series that render points, including the Bubble series.
7
7
  * - `"below"`—The label is positioned at the bottom of the marker. Applicable for series that render points, including the Bubble series.
8
- * - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, RadarColumn, and Waterfall series.
8
+ * - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, Pyramid, RadarColumn, and Waterfall series.
9
9
  * - `"insideBase"`—The label is positioned inside, near the base of the bar. Applicable for the Bar, Column, and Waterfall series.
10
10
  * - `"insideEnd"`—The label is positioned inside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series.
11
11
  * - `"left"`—The label is positioned to the left of the marker. Applicable for series that render points, including the Bubble series.
12
12
  * - `"outsideEnd"`—The label is positioned outside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series. Not applicable for stacked series.
13
13
  * - `"right"`—The label is positioned to the right of the marker. Applicable for series that render points, including the Bubble series.
14
- * - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel series.
15
- * - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel series.
14
+ * - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel and Pyramid series.
15
+ * - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel and Pyramid series.
16
16
  * - `"auto"`—The from and to labels are positioned at the top or bottom (for the RangeArea series), or to the left or right (for the VerticalRangeArea series), so that they are outside the filled area. Applicable for the RangeArea and VerticalRangeArea series.
17
17
  */
18
18
  // tslint:enable:max-line-length
@@ -26,4 +26,4 @@
26
26
  * );
27
27
  * ```
28
28
  */
29
- export declare type SeriesType = 'area' | 'bar' | 'boxPlot' | 'bubble' | 'bullet' | 'candlestick' | 'column' | 'donut' | 'funnel' | 'heatmap' | 'horizontalWaterfall' | 'line' | 'linearTrendline' | 'movingAverageTrendline' | 'ohlc' | 'pie' | 'polarArea' | 'polarLine' | 'polarScatter' | 'radarArea' | 'radarColumn' | 'radarLine' | 'rangeArea' | 'rangeBar' | 'rangeColumn' | 'scatter' | 'scatterLine' | 'verticalArea' | 'verticalBoxPlot' | 'verticalBullet' | 'verticalLine' | 'verticalRangeArea' | 'waterfall';
29
+ export declare type SeriesType = 'area' | 'bar' | 'boxPlot' | 'bubble' | 'bullet' | 'candlestick' | 'column' | 'donut' | 'funnel' | 'pyramid' | 'heatmap' | 'horizontalWaterfall' | 'line' | 'linearTrendline' | 'movingAverageTrendline' | 'ohlc' | 'pie' | 'polarArea' | 'polarLine' | 'polarScatter' | 'radarArea' | 'radarColumn' | 'radarLine' | 'rangeArea' | 'rangeBar' | 'rangeColumn' | 'scatter' | 'scatterLine' | 'verticalArea' | 'verticalBoxPlot' | 'verticalBullet' | 'verticalLine' | 'verticalRangeArea' | 'waterfall';
@@ -19,9 +19,9 @@ export interface SeriesDefaultsLabelsFrom {
19
19
  * The function which returns the `from` label content of the Chart series. You can split the text into multiple lines by using line feed characters (`"\n"`).
20
20
  *
21
21
  * The available fields in the function argument are:
22
- * - `category`—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Line, and Pie series.
22
+ * - `category`—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series.
23
23
  * - `dataItem`—The original data item used to construct the point. If binding to an array, it will be `null`.
24
- * - `percentage`—The point value represented as a percentage value. Available for the Donut, Funnel, and Pie series.
24
+ * - `percentage`—The point value represented as a percentage value. Available for the Donut, Funnel, Pyramid and Pie series.
25
25
  * - `series`—The data series.
26
26
  * - `value`—The point value. Can be a number or object which contain each bound field.
27
27
  * - `runningTotal`—The sum of point values since the last `"runningTotal"` summary point. Available for the Waterfall series.
@@ -22,9 +22,9 @@ export interface SeriesDefaultsLabels {
22
22
  * The function which returns the Chart series labels content. You can split the text into multiple lines by using line feed characters (`"\n"`).
23
23
  *
24
24
  * The available fields in the function argument are:
25
- * - `category`—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Line, and Pie series.
25
+ * - `category`—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series.
26
26
  * - `dataItem`—The original data item used to construct the point. If binding to an array, it will be `null`.
27
- * - `percentage`—The point value represented as a percentage value. Available for the Donut, Funnel, and Pie series.
27
+ * - `percentage`—The point value represented as a percentage value. Available for the Donut, Funnel, Pyramid and Pie series.
28
28
  * - `series`—The data series.
29
29
  * - `value`—The point value. Can be a number or object containing each bound field.
30
30
  * - `runningTotal`—The sum of point values since the last `"runningTotal"` summary point. Available for the Waterfall series.
@@ -19,9 +19,9 @@ export interface SeriesDefaultsLabelsTo {
19
19
  * The function which returns the `from` label content of the Chart series. You can split the text into multiple lines by using the line feed characters (`"\n"`).
20
20
  *
21
21
  * The available fields in the function argument are:
22
- * - `category`—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Line, and Pie series.
22
+ * - `category`—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series.
23
23
  * - `dataItem`—The original data item used to construct the point. If binding to an array, it will be `null`.
24
- * - `percentage`—The point value represented as a percentage value. Available for the Donut, Funnel, and Pie series.
24
+ * - `percentage`—The point value represented as a percentage value. Available for the Donut, Funnel, Pyramid and Pie series.
25
25
  * - `series`—The data series.
26
26
  * - `value`—The point value. Can be a number or object containing each bound field.
27
27
  * - `runningTotal`—The sum of point values since the last `"runningTotal"` summary point. Available for the Waterfall series.
@@ -39,6 +39,7 @@ export interface SeriesDefaults {
39
39
  * - `column`
40
40
  * - `donut`
41
41
  * - `funnel`
42
+ * - `pyramid`
42
43
  * - `line`
43
44
  * - `ohlc`
44
45
  * - `pie`
@@ -8,13 +8,13 @@ import { SeriesLabelsTo } from './labels.to.interface';
8
8
  */
9
9
  export interface SeriesLabels {
10
10
  /**
11
- * The alignment of the label when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"donut"`, `"funnel"`, or `"pie"`.
11
+ * The alignment of the label when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"donut"`, `"funnel"`, `"pyramid"` or `"pie"`.
12
12
  *
13
13
  * The supported values for `"donut"` and `"pie"` are:
14
14
  * - `"circle"`—The labels are positioned in circle around the Chart.
15
15
  * - `"column"`—The labels are positioned in columns to the left and right of the Chart.
16
16
  *
17
- * The supported values for `"funnel"` are:
17
+ * The supported values for `"funnel"` and `"pyramid"` are:
18
18
  * - `"center"`—The labels are positioned in the center over the funnel segment.
19
19
  * - `"right"`—The labels are positioned on the right side of the Chart and, if there is enough space, do not overlap the funnel segments.
20
20
  * - `"left"`—The labels are positioned on the left side of the Chart and, if there is enough space, do not overlap the funnel segments.
@@ -23,7 +23,7 @@ export interface SeriesTooltip {
23
23
  * The format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
24
24
  *
25
25
  * The available format placeholders are:
26
- * - Area, Bar, Column, Line, Pie, radarArea, radarColumn and radarLine: {0} - value.
26
+ * - Area, Bar, Column, Line, Funnel, Pyramid, Pie, radarArea, radarColumn and radarLine: {0} - value.
27
27
  * - Bubble: {0} - x value, {1} - y value, {2} - size value, {3} - category name.
28
28
  * - Scatter, scatterLine: {0} - x value, {1} - y value.
29
29
  * - PolarArea, polarLine and polarScatterL: {0} - x value (degrees), {1} - y value.
@@ -110,7 +110,7 @@ export interface Series {
110
110
  */
111
111
  drilldownField?: string;
112
112
  /**
113
- * The `dynamicHeight` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"`. When set to `false`, all segments become with the same height. Otherwise, the height of each segment is based on its value.
113
+ * The `dynamicHeight` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"` or `"pyramid"`. When set to `false`, all segments become with the same height. Otherwise, the height of each segment is based on its value.
114
114
  */
115
115
  dynamicHeight?: boolean;
116
116
  /**
@@ -201,7 +201,7 @@ export interface Series {
201
201
  */
202
202
  name?: string;
203
203
  /**
204
- * Specifies the top-base/bottom-base ratio of the whole Chart. If the `neckRatio` is set to `3`, it means the top base is three times smaller than the bottom base. The `neckRatio` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
204
+ * Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`, it means the top base is three times smaller than the bottom base. The `neckRatio` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
205
205
  */
206
206
  neckRatio?: number;
207
207
  /**
@@ -245,7 +245,7 @@ export interface Series {
245
245
  */
246
246
  q3Field?: string;
247
247
  /**
248
- * The space in pixels between the different segments of the Funnel Chart. The `segmentSpacing` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"`.
248
+ * The space in pixels between the different segments of the Funnel or Pyramid Chart. The `segmentSpacing` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"` or `"pyramid"`.
249
249
  */
250
250
  segmentSpacing?: number;
251
251
  /**
@@ -342,15 +342,15 @@ export interface Series {
342
342
  */
343
343
  visible?: boolean;
344
344
  /**
345
- * A value which indicates whether to show the point category (for Funnel, Donut, and Pie series) or the series name (for other available series types) in the legend.
345
+ * A value which indicates whether to show the point category (for Funnel, Pyramid, Donut, and Pie series) or the series name (for other available series types) in the legend.
346
346
  */
347
347
  visibleInLegend?: boolean;
348
348
  /**
349
- * The data item field which indicates whether to show the point category name in the legend. The `visibleInLegendField` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"`, `"donut"`, or `"pie"`.
349
+ * The data item field which indicates whether to show the point category name in the legend. The `visibleInLegendField` option is supported when [`series.type`]({% slug api_charts_chartseriesitemprops %}#toc-type) is set to `"funnel"`, `"pyramid"`, `"donut"`, or `"pie"`.
350
350
  */
351
351
  visibleInLegendField?: string;
352
352
  /**
353
- * A function that can be used to create a custom visual for the points. Applicable for the Bar, Column, Pie, Donut, Funnel, Range Bar, Range Column, and Waterfall series.
353
+ * A function that can be used to create a custom visual for the points. Applicable for the Bar, Column, Pie, Donut, Funnel, Pyramid, Range Bar, Range Column, and Waterfall series.
354
354
  *
355
355
  * The available argument fields are:
356
356
  *
@@ -371,7 +371,7 @@ export interface Series {
371
371
  * - `startAngle`—The segment start angle. Available for the Donut and Pie series.
372
372
  * - `endAngle`—The segment end angle. Available for the Donut and Pie series.
373
373
  * - `center`—The segment center point. Available for the Donut and Pie series.
374
- * - `points`—The segment points. Available for the Funnel series.
374
+ * - `points`—The segment points. Available for the Funnel and Pyramid series.
375
375
  */
376
376
  visual?: (e: SeriesVisualArgs) => drawing.Element;
377
377
  /**
@@ -449,5 +449,5 @@ export interface Series {
449
449
  /**
450
450
  * The configuration options of the series trendlines.
451
451
  */
452
- trendlines?: SeriesTrendline[];
452
+ trendline?: SeriesTrendline;
453
453
  }
@@ -23,7 +23,7 @@ export interface Tooltip {
23
23
  * The format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
24
24
  *
25
25
  * The available format placeholders are:
26
- * - Area, Bar, Column, Funnel, Line, and Pie: {0} - value.
26
+ * - Area, Bar, Column, Funnel, Pyramid, Line, and Pie: {0} - value.
27
27
  * - Bubble: {0} - x value, {1} - y value, {2} - size value, {3} - category name.
28
28
  * - Scatter and scatterLine: {0} - x value, {1} - y value.
29
29
  * - Candlestick and OHLC: {0} - open value, {1} - high value, {2} - low value, {3} - close value, {4} - category name.
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-charts',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1695801202,
11
+ publishDate: 1695900265,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };
@@ -62,7 +62,7 @@ var TooltipPopup = /** @class */ (function (_super) {
62
62
  var _this = this;
63
63
  var _a = this.props, popupShown = _a.popupShown, popupAlign = _a.popupAlign, popupOffset = _a.popupOffset, popupStyles = _a.popupStyles, popupContent = _a.popupContent, className = _a.className;
64
64
  var wrapperClass = [TOOLTIP_CLASS, className].join(' ').trim();
65
- var popupComponent = (React.createElement(kendo_react_popup_1.Popup, { animate: false, popupAlign: popupAlign, offset: popupOffset, show: popupShown, collision: COLLISION, className: POPUP_WRAPPER_CLASS },
65
+ var popupComponent = (React.createElement(kendo_react_popup_1.Popup, { animate: { openDuration: 100, closeDuration: 0 }, popupAlign: popupAlign, offset: popupOffset, show: popupShown, collision: COLLISION, className: POPUP_WRAPPER_CLASS },
66
66
  React.createElement("div", { className: wrapperClass, style: popupStyles, onMouseLeave: this.onMouseLeave, ref: function (el) { return _this.element = el; } }, popupContent())));
67
67
  return popupComponent;
68
68
  };