@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.
- package/README.md +1 -0
- package/dist/cdn/js/kendo-react-charts.js +1 -1
- package/dist/es/components/Legend.js +1 -4
- package/dist/es/components/Navigator.js +1 -5
- package/dist/es/components/Tooltip.js +1 -4
- package/dist/es/components/axis-defaults/Crosshair.js +1 -4
- package/dist/es/components/axis-defaults/CrosshairTooltip.js +1 -4
- package/dist/es/components/category-axis-item/Crosshair.js +1 -4
- package/dist/es/components/category-axis-item/CrosshairTooltip.js +1 -4
- package/dist/es/components/category-axis-item/Labels.js +1 -4
- package/dist/es/components/category-axis-item/RangeLabels.js +1 -4
- package/dist/es/components/navigator/category-axis/Crosshair.js +1 -4
- package/dist/es/components/navigator/category-axis/CrosshairTooltip.js +1 -4
- package/dist/es/components/navigator/category-axis/Labels.js +1 -4
- package/dist/es/components/navigator/series-item/Labels.js +1 -4
- package/dist/es/components/series-defaults/Labels.js +1 -4
- package/dist/es/components/series-item/Labels.js +1 -4
- package/dist/es/components/value-axis-item/Crosshair.js +1 -4
- package/dist/es/components/value-axis-item/CrosshairTooltip.js +1 -4
- package/dist/es/components/value-axis-item/Labels.js +1 -4
- package/dist/es/components/x-axis-item/Crosshair.js +1 -4
- package/dist/es/components/x-axis-item/CrosshairTooltip.js +1 -4
- package/dist/es/components/x-axis-item/Labels.js +1 -4
- package/dist/es/components/y-axis-item/Crosshair.js +1 -4
- package/dist/es/components/y-axis-item/CrosshairTooltip.js +1 -4
- package/dist/es/components/y-axis-item/Labels.js +1 -4
- package/dist/es/events/legend-item-click-event.d.ts +1 -1
- package/dist/es/events/legend-item-hover-event.d.ts +1 -1
- package/dist/es/events/legend-item-leave-event.d.ts +1 -1
- package/dist/es/field-types/series-labels-position.d.ts +3 -3
- package/dist/es/field-types/series-labels-position.js +3 -3
- package/dist/es/field-types/series-type.d.ts +1 -1
- package/dist/es/option-types/series-defaults/labels.from.interface.d.ts +2 -2
- package/dist/es/option-types/series-defaults/labels.interface.d.ts +2 -2
- package/dist/es/option-types/series-defaults/labels.to.interface.d.ts +2 -2
- package/dist/es/option-types/series-defaults.interface.d.ts +1 -0
- package/dist/es/option-types/series-item/labels.interface.d.ts +2 -2
- package/dist/es/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/dist/es/option-types/series-item.interface.d.ts +8 -8
- package/dist/es/option-types/tooltip.interface.d.ts +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tooltip/Popup.js +1 -1
- package/dist/npm/components/Legend.js +1 -4
- package/dist/npm/components/Navigator.js +1 -5
- package/dist/npm/components/Tooltip.js +1 -4
- package/dist/npm/components/axis-defaults/Crosshair.js +1 -4
- package/dist/npm/components/axis-defaults/CrosshairTooltip.js +1 -4
- package/dist/npm/components/category-axis-item/Crosshair.js +1 -4
- package/dist/npm/components/category-axis-item/CrosshairTooltip.js +1 -4
- package/dist/npm/components/category-axis-item/Labels.js +1 -4
- package/dist/npm/components/category-axis-item/RangeLabels.js +1 -4
- package/dist/npm/components/navigator/category-axis/Crosshair.js +1 -4
- package/dist/npm/components/navigator/category-axis/CrosshairTooltip.js +1 -4
- package/dist/npm/components/navigator/category-axis/Labels.js +1 -4
- package/dist/npm/components/navigator/series-item/Labels.js +1 -4
- package/dist/npm/components/series-defaults/Labels.js +1 -4
- package/dist/npm/components/series-item/Labels.js +1 -4
- package/dist/npm/components/value-axis-item/Crosshair.js +1 -4
- package/dist/npm/components/value-axis-item/CrosshairTooltip.js +1 -4
- package/dist/npm/components/value-axis-item/Labels.js +1 -4
- package/dist/npm/components/x-axis-item/Crosshair.js +1 -4
- package/dist/npm/components/x-axis-item/CrosshairTooltip.js +1 -4
- package/dist/npm/components/x-axis-item/Labels.js +1 -4
- package/dist/npm/components/y-axis-item/Crosshair.js +1 -4
- package/dist/npm/components/y-axis-item/CrosshairTooltip.js +1 -4
- package/dist/npm/components/y-axis-item/Labels.js +1 -4
- package/dist/npm/events/legend-item-click-event.d.ts +1 -1
- package/dist/npm/events/legend-item-hover-event.d.ts +1 -1
- package/dist/npm/events/legend-item-leave-event.d.ts +1 -1
- package/dist/npm/field-types/series-labels-position.d.ts +3 -3
- package/dist/npm/field-types/series-labels-position.js +3 -3
- package/dist/npm/field-types/series-type.d.ts +1 -1
- package/dist/npm/option-types/series-defaults/labels.from.interface.d.ts +2 -2
- package/dist/npm/option-types/series-defaults/labels.interface.d.ts +2 -2
- package/dist/npm/option-types/series-defaults/labels.to.interface.d.ts +2 -2
- package/dist/npm/option-types/series-defaults.interface.d.ts +1 -0
- package/dist/npm/option-types/series-item/labels.interface.d.ts +2 -2
- package/dist/npm/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/dist/npm/option-types/series-item.interface.d.ts +8 -8
- package/dist/npm/option-types/tooltip.interface.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tooltip/Popup.js +1 -1
- package/dist/systemjs/kendo-react-charts.js +1 -1
- package/package.json +8 -8
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './base/ConfigurationComponent';
|
|
14
14
|
var ChartLegend = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "legend" })));
|
|
16
|
-
};
|
|
17
|
-
ChartLegend.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "legend" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartLegend };
|
|
@@ -12,10 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './base/ConfigurationComponent';
|
|
14
14
|
var ChartNavigator = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "navigator" })));
|
|
16
|
-
};
|
|
17
|
-
ChartNavigator.defaultProps = {
|
|
18
|
-
visible: true,
|
|
19
|
-
position: 'bottom'
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true, position: 'bottom' }, props), { _chartKey: "navigator" })));
|
|
20
16
|
};
|
|
21
17
|
export { ChartNavigator };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './base/ConfigurationComponent';
|
|
14
14
|
var ChartTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartTooltip };
|
|
@@ -12,10 +12,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartAxisDefaultsCrosshair = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
|
|
16
|
-
};
|
|
17
|
-
ChartAxisDefaultsCrosshair.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
|
|
19
16
|
};
|
|
20
17
|
ChartAxisDefaultsCrosshair.displayName = 'ChartAxisDefaultsCrosshair';
|
|
21
18
|
export { ChartAxisDefaultsCrosshair };
|
|
@@ -12,10 +12,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartAxisDefaultsCrosshairTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartAxisDefaultsCrosshairTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
ChartAxisDefaultsCrosshairTooltip.displayName = 'ChartAxisDefaultsCrosshairTooltip';
|
|
21
18
|
export { ChartAxisDefaultsCrosshairTooltip };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartCategoryAxisCrosshair = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
|
|
16
|
-
};
|
|
17
|
-
ChartCategoryAxisCrosshair.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartCategoryAxisCrosshair };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartCategoryAxisCrosshairTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartCategoryAxisCrosshairTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartCategoryAxisCrosshairTooltip };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartCategoryAxisLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartCategoryAxisLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartCategoryAxisLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from '../base/ConfigurationComponent';
|
|
14
14
|
var ChartCategoryAxisRangeLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "rangeLabels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartCategoryAxisRangeLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "rangeLabels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartCategoryAxisRangeLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../../base/ConfigurationComponent';
|
|
14
14
|
var ChartNavigatorCategoryAxisCrosshair = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
|
|
16
|
-
};
|
|
17
|
-
ChartNavigatorCategoryAxisCrosshair.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartNavigatorCategoryAxisCrosshair };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../../base/ConfigurationComponent';
|
|
14
14
|
var ChartNavigatorCategoryAxisCrosshairTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartNavigatorCategoryAxisCrosshairTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartNavigatorCategoryAxisCrosshairTooltip };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../../base/ConfigurationComponent';
|
|
14
14
|
var ChartNavigatorCategoryAxisLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartNavigatorCategoryAxisLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartNavigatorCategoryAxisLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../../base/ConfigurationComponent';
|
|
14
14
|
var ChartNavigatorSeriesLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartNavigatorSeriesLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartNavigatorSeriesLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartSeriesDefaultsLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartSeriesDefaultsLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartSeriesDefaultsLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartSeriesLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartSeriesLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartSeriesLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartValueAxisCrosshair = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
|
|
16
|
-
};
|
|
17
|
-
ChartValueAxisCrosshair.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartValueAxisCrosshair };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartValueAxisCrosshairTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartValueAxisCrosshairTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartValueAxisCrosshairTooltip };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartValueAxisLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartValueAxisLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartValueAxisLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartXAxisCrosshair = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
|
|
16
|
-
};
|
|
17
|
-
ChartXAxisCrosshair.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartXAxisCrosshair };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartXAxisCrosshairTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartXAxisCrosshairTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartXAxisCrosshairTooltip };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartXAxisLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartXAxisLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartXAxisLabels };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartYAxisCrosshair = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "crosshair" })));
|
|
16
|
-
};
|
|
17
|
-
ChartYAxisCrosshair.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "crosshair" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartYAxisCrosshair };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartYAxisCrosshairTooltip = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "tooltip" })));
|
|
16
|
-
};
|
|
17
|
-
ChartYAxisCrosshairTooltip.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "tooltip" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartYAxisCrosshairTooltip };
|
|
@@ -12,9 +12,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
import { ConfigurationComponent } from './../base/ConfigurationComponent';
|
|
14
14
|
var ChartYAxisLabels = function (props) {
|
|
15
|
-
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "labels" })));
|
|
16
|
-
};
|
|
17
|
-
ChartYAxisLabels.defaultProps = {
|
|
18
|
-
visible: true
|
|
15
|
+
return (React.createElement(ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "labels" })));
|
|
19
16
|
};
|
|
20
17
|
export { ChartYAxisLabels };
|
|
@@ -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
|
|
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
|
|
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
|
|
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';
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
*
|
|
5
5
|
* - `"above"`—The label is positioned at the top of the marker. Applicable for series that render points, including the Bubble series.
|
|
6
6
|
* - `"below"`—The label is positioned at the bottom of the marker. Applicable for series that render points, including the Bubble series.
|
|
7
|
-
* - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, RadarColumn, and Waterfall series.
|
|
7
|
+
* - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, Pyramid, RadarColumn, and Waterfall series.
|
|
8
8
|
* - `"insideBase"`—The label is positioned inside, near the base of the bar. Applicable for the Bar, Column, and Waterfall series.
|
|
9
9
|
* - `"insideEnd"`—The label is positioned inside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series.
|
|
10
10
|
* - `"left"`—The label is positioned to the left of the marker. Applicable for series that render points, including the Bubble series.
|
|
11
11
|
* - `"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.
|
|
12
12
|
* - `"right"`—The label is positioned to the right of the marker. Applicable for series that render points, including the Bubble series.
|
|
13
|
-
* - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel series.
|
|
14
|
-
* - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel series.
|
|
13
|
+
* - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel and Pyramid series.
|
|
14
|
+
* - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel and Pyramid series.
|
|
15
15
|
* - `"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.
|
|
16
16
|
*/
|
|
17
17
|
// 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.
|
|
@@ -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
|
-
|
|
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.
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-charts',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1695900265,
|
|
9
9
|
version: '',
|
|
10
10
|
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'
|
|
11
11
|
};
|
package/dist/es/tooltip/Popup.js
CHANGED
|
@@ -59,7 +59,7 @@ var TooltipPopup = /** @class */ (function (_super) {
|
|
|
59
59
|
var _this = this;
|
|
60
60
|
var _a = this.props, popupShown = _a.popupShown, popupAlign = _a.popupAlign, popupOffset = _a.popupOffset, popupStyles = _a.popupStyles, popupContent = _a.popupContent, className = _a.className;
|
|
61
61
|
var wrapperClass = [TOOLTIP_CLASS, className].join(' ').trim();
|
|
62
|
-
var popupComponent = (React.createElement(Popup, { animate:
|
|
62
|
+
var popupComponent = (React.createElement(Popup, { animate: { openDuration: 100, closeDuration: 0 }, popupAlign: popupAlign, offset: popupOffset, show: popupShown, collision: COLLISION, className: POPUP_WRAPPER_CLASS },
|
|
63
63
|
React.createElement("div", { className: wrapperClass, style: popupStyles, onMouseLeave: this.onMouseLeave, ref: function (el) { return _this.element = el; } }, popupContent())));
|
|
64
64
|
return popupComponent;
|
|
65
65
|
};
|
|
@@ -15,9 +15,6 @@ exports.ChartLegend = void 0;
|
|
|
15
15
|
var React = require("react");
|
|
16
16
|
var ConfigurationComponent_1 = require("./base/ConfigurationComponent");
|
|
17
17
|
var ChartLegend = function (props) {
|
|
18
|
-
return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "legend" })));
|
|
18
|
+
return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true }, props), { _chartKey: "legend" })));
|
|
19
19
|
};
|
|
20
20
|
exports.ChartLegend = ChartLegend;
|
|
21
|
-
ChartLegend.defaultProps = {
|
|
22
|
-
visible: true
|
|
23
|
-
};
|
|
@@ -15,10 +15,6 @@ exports.ChartNavigator = void 0;
|
|
|
15
15
|
var React = require("react");
|
|
16
16
|
var ConfigurationComponent_1 = require("./base/ConfigurationComponent");
|
|
17
17
|
var ChartNavigator = function (props) {
|
|
18
|
-
return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, props, { _chartKey: "navigator" })));
|
|
18
|
+
return (React.createElement(ConfigurationComponent_1.ConfigurationComponent, __assign({}, __assign({ visible: true, position: 'bottom' }, props), { _chartKey: "navigator" })));
|
|
19
19
|
};
|
|
20
20
|
exports.ChartNavigator = ChartNavigator;
|
|
21
|
-
ChartNavigator.defaultProps = {
|
|
22
|
-
visible: true,
|
|
23
|
-
position: 'bottom'
|
|
24
|
-
};
|
|
@@ -15,9 +15,6 @@ exports.ChartTooltip = void 0;
|
|
|
15
15
|
var React = require("react");
|
|
16
16
|
var ConfigurationComponent_1 = require("./base/ConfigurationComponent");
|
|
17
17
|
var ChartTooltip = 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.ChartTooltip = ChartTooltip;
|
|
21
|
-
ChartTooltip.defaultProps = {
|
|
22
|
-
visible: true
|
|
23
|
-
};
|
|
@@ -15,10 +15,7 @@ exports.ChartAxisDefaultsCrosshair = void 0;
|
|
|
15
15
|
var React = require("react");
|
|
16
16
|
var ConfigurationComponent_1 = require("./../base/ConfigurationComponent");
|
|
17
17
|
var ChartAxisDefaultsCrosshair = 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.ChartAxisDefaultsCrosshair = ChartAxisDefaultsCrosshair;
|
|
21
|
-
ChartAxisDefaultsCrosshair.defaultProps = {
|
|
22
|
-
visible: true
|
|
23
|
-
};
|
|
24
21
|
ChartAxisDefaultsCrosshair.displayName = 'ChartAxisDefaultsCrosshair';
|