@progress/kendo-react-charts 14.4.1-develop.14 → 14.4.1-develop.16
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/BaseChart.d.ts +1 -1
- package/BaseChartProps.d.ts +4 -4
- package/Chart.d.ts +1 -1
- package/ChartBreadcrumb.d.ts +1 -1
- package/ChartContext.d.ts +1 -1
- package/ChartProps.d.ts +1 -1
- package/Sparkline.d.ts +1 -1
- package/SparklineProps.d.ts +1 -1
- package/StockChart.d.ts +1 -1
- package/StockChartProps.d.ts +2 -2
- package/api-types/chart-axis.interface.d.ts +1 -1
- package/common/api-types.d.ts +8 -8
- package/common/property-types.d.ts +133 -133
- package/components/AxisDefaults.d.ts +1 -1
- package/components/CategoryAxisItem.d.ts +1 -1
- package/components/ChartArea.d.ts +1 -1
- package/components/Legend.d.ts +1 -1
- package/components/Navigator.d.ts +1 -1
- package/components/Pane.d.ts +1 -1
- package/components/PaneDefaults.d.ts +1 -1
- package/components/PlotArea.d.ts +1 -1
- package/components/SeriesDefaults.d.ts +1 -1
- package/components/SeriesItem.d.ts +1 -1
- package/components/Subtitle.d.ts +1 -1
- package/components/Title.d.ts +1 -1
- package/components/Tooltip.d.ts +2 -2
- package/components/ValueAxisItem.d.ts +1 -1
- package/components/XAxisItem.d.ts +1 -1
- package/components/YAxisItem.d.ts +1 -1
- package/components/Zoomable.d.ts +1 -1
- package/components/axis-defaults/Crosshair.d.ts +1 -1
- package/components/axis-defaults/CrosshairTooltip.d.ts +1 -1
- package/components/axis-defaults/Labels.d.ts +1 -1
- package/components/axis-defaults/Title.d.ts +1 -1
- package/components/category-axis-item/Crosshair.d.ts +1 -1
- package/components/category-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/category-axis-item/Labels.d.ts +1 -1
- package/components/category-axis-item/Notes.d.ts +1 -1
- package/components/category-axis-item/NotesIcon.d.ts +1 -1
- package/components/category-axis-item/NotesLabel.d.ts +1 -1
- package/components/category-axis-item/RangeLabels.d.ts +1 -1
- package/components/category-axis-item/Select.d.ts +1 -1
- package/components/category-axis-item/Title.d.ts +1 -1
- package/components/category-axis-item/index.d.ts +1 -1
- package/components/index.d.ts +5 -5
- package/components/legend/InactiveItems.d.ts +1 -1
- package/components/legend/Item.d.ts +1 -1
- package/components/legend/Title.d.ts +1 -1
- package/components/navigator/CategoryAxis.d.ts +1 -1
- package/components/navigator/Hint.d.ts +1 -1
- package/components/navigator/Pane.d.ts +1 -1
- package/components/navigator/Select.d.ts +1 -1
- package/components/navigator/SeriesItem.d.ts +1 -1
- package/components/navigator/category-axis/Crosshair.d.ts +1 -1
- package/components/navigator/category-axis/CrosshairTooltip.d.ts +1 -1
- package/components/navigator/category-axis/Labels.d.ts +1 -1
- package/components/navigator/category-axis/Notes.d.ts +1 -1
- package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
- package/components/navigator/category-axis/NotesLabel.d.ts +1 -1
- package/components/navigator/category-axis/Select.d.ts +1 -1
- package/components/navigator/category-axis/Title.d.ts +1 -1
- package/components/navigator/category-axis/index.d.ts +8 -8
- package/components/navigator/index.d.ts +1 -1
- package/components/navigator/pane/Title.d.ts +1 -1
- package/components/navigator/series-item/ErrorBars.d.ts +1 -1
- package/components/navigator/series-item/Extremes.d.ts +1 -1
- package/components/navigator/series-item/Highlight.d.ts +1 -1
- package/components/navigator/series-item/Labels.d.ts +1 -1
- package/components/navigator/series-item/LabelsFrom.d.ts +1 -1
- package/components/navigator/series-item/LabelsTo.d.ts +1 -1
- package/components/navigator/series-item/Markers.d.ts +1 -1
- package/components/navigator/series-item/Notes.d.ts +1 -1
- package/components/navigator/series-item/NotesIcon.d.ts +1 -1
- package/components/navigator/series-item/NotesLabel.d.ts +1 -1
- package/components/navigator/series-item/Outliers.d.ts +1 -1
- package/components/navigator/series-item/Tooltip.d.ts +2 -2
- package/components/pane/Title.d.ts +1 -1
- package/components/pane/index.d.ts +1 -1
- package/components/pane-defaults/Title.d.ts +1 -1
- package/components/series-defaults/Labels.d.ts +1 -1
- package/components/series-defaults/LabelsFrom.d.ts +1 -1
- package/components/series-defaults/LabelsTo.d.ts +1 -1
- package/components/series-defaults/Notes.d.ts +1 -1
- package/components/series-defaults/NotesIcon.d.ts +1 -1
- package/components/series-defaults/NotesLabel.d.ts +1 -1
- package/components/series-defaults/Tooltip.d.ts +2 -2
- package/components/series-defaults/index.d.ts +7 -7
- package/components/series-item/ErrorBars.d.ts +1 -1
- package/components/series-item/Extremes.d.ts +1 -1
- package/components/series-item/Highlight.d.ts +1 -1
- package/components/series-item/Labels.d.ts +1 -1
- package/components/series-item/LabelsFrom.d.ts +1 -1
- package/components/series-item/LabelsTo.d.ts +1 -1
- package/components/series-item/Markers.d.ts +1 -1
- package/components/series-item/Notes.d.ts +1 -1
- package/components/series-item/NotesIcon.d.ts +1 -1
- package/components/series-item/NotesLabel.d.ts +1 -1
- package/components/series-item/Outliers.d.ts +1 -1
- package/components/series-item/Tooltip.d.ts +2 -2
- package/components/value-axis-item/Crosshair.d.ts +1 -1
- package/components/value-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/value-axis-item/Labels.d.ts +1 -1
- package/components/value-axis-item/Notes.d.ts +1 -1
- package/components/value-axis-item/NotesIcon.d.ts +1 -1
- package/components/value-axis-item/NotesLabel.d.ts +1 -1
- package/components/value-axis-item/Title.d.ts +1 -1
- package/components/x-axis-item/Crosshair.d.ts +1 -1
- package/components/x-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/x-axis-item/Labels.d.ts +1 -1
- package/components/x-axis-item/Notes.d.ts +1 -1
- package/components/x-axis-item/NotesIcon.d.ts +1 -1
- package/components/x-axis-item/NotesLabel.d.ts +1 -1
- package/components/x-axis-item/Title.d.ts +1 -1
- package/components/y-axis-item/Crosshair.d.ts +1 -1
- package/components/y-axis-item/CrosshairTooltip.d.ts +1 -1
- package/components/y-axis-item/Labels.d.ts +1 -1
- package/components/y-axis-item/Notes.d.ts +1 -1
- package/components/y-axis-item/NotesIcon.d.ts +1 -1
- package/components/y-axis-item/NotesLabel.d.ts +1 -1
- package/components/y-axis-item/Title.d.ts +1 -1
- package/dist/cdn/js/kendo-react-charts.js +1 -1
- package/events/axis-label-click-event.d.ts +2 -2
- package/events/base-event.d.ts +1 -1
- package/events/chart-event-builder.d.ts +1 -1
- package/events/drag-end-event.d.ts +2 -2
- package/events/drag-event.d.ts +2 -2
- package/events/drag-start-event.d.ts +2 -2
- package/events/drilldown-event.d.ts +4 -4
- package/events/drilldown-state-change-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +2 -2
- package/events/legend-item-hover-event.d.ts +2 -2
- package/events/legend-item-leave-event.d.ts +2 -2
- package/events/navigator-filter-event.d.ts +1 -1
- package/events/note-click-event.d.ts +2 -2
- package/events/note-hover-event.d.ts +2 -2
- package/events/plot-area-click-event.d.ts +1 -1
- package/events/plot-area-hover-event.d.ts +1 -1
- package/events/render-event.d.ts +1 -1
- package/events/select-end-event.d.ts +2 -2
- package/events/select-event.d.ts +2 -2
- package/events/select-start-event.d.ts +2 -2
- package/events/series-click-event.d.ts +3 -3
- package/events/series-hover-event.d.ts +3 -3
- package/events/zoom-end-event.d.ts +2 -2
- package/events/zoom-event.d.ts +2 -2
- package/events/zoom-start-event.d.ts +2 -2
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/border.interface.d.ts +1 -1
- package/field-types/bullet-target.interface.d.ts +2 -2
- package/field-types/category-base-unit.d.ts +1 -1
- package/field-types/drag-action.interface.d.ts +2 -2
- package/field-types/error-bar-line.interface.d.ts +1 -1
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/highlight-line.interface.d.ts +1 -1
- package/field-types/legend-labels.interface.d.ts +3 -3
- package/field-types/mousewheel-zoom.interface.d.ts +1 -1
- package/field-types/note-line.interface.d.ts +1 -1
- package/field-types/padding.interface.d.ts +1 -1
- package/field-types/plot-band-label.interface.d.ts +4 -4
- package/field-types/plot-band.interface.d.ts +1 -1
- package/field-types/series-line.interface.d.ts +1 -1
- package/index.d.mts +13 -13
- package/index.d.ts +13 -13
- package/methods/index.d.ts +2 -2
- package/option-types/axis-crosshair-tooltip.interface.d.ts +2 -2
- package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/labels.interface.d.ts +1 -1
- package/option-types/axis-defaults/title.interface.d.ts +1 -1
- package/option-types/axis-defaults.interface.d.ts +4 -4
- package/option-types/category-axis-item/crosshair.interface.d.ts +2 -2
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/category-axis-item/labels.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.interface.d.ts +3 -3
- package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/category-axis-item/range-labels.interface.d.ts +2 -2
- package/option-types/category-axis-item/select.interface.d.ts +1 -1
- package/option-types/category-axis-item/title.interface.d.ts +1 -1
- package/option-types/category-axis-item.interface.d.ts +7 -7
- package/option-types/chart-area.interface.d.ts +1 -1
- package/option-types/legend/inactive-items.interface.d.ts +1 -1
- package/option-types/legend/item.interface.d.ts +2 -2
- package/option-types/legend/legend-title.interface.d.ts +1 -1
- package/option-types/legend.interface.d.ts +4 -4
- package/option-types/navigator/select.interface.d.ts +1 -1
- package/option-types/navigator.interface.d.ts +3 -3
- package/option-types/pane/title.interface.d.ts +1 -1
- package/option-types/pane-defaults/title.interface.d.ts +1 -1
- package/option-types/pane-defaults.interface.d.ts +2 -2
- package/option-types/pane.interface.d.ts +2 -2
- package/option-types/plot-area.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.interface.d.ts +3 -3
- package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.interface.d.ts +3 -3
- package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
- package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
- package/option-types/series-defaults.interface.d.ts +4 -4
- package/option-types/series-item/error-bars.interface.d.ts +1 -1
- package/option-types/series-item/extremes.interface.d.ts +1 -1
- package/option-types/series-item/highlight.interface.d.ts +1 -1
- package/option-types/series-item/labels.from.interface.d.ts +1 -1
- package/option-types/series-item/labels.interface.d.ts +3 -3
- package/option-types/series-item/labels.to.interface.d.ts +1 -1
- package/option-types/series-item/markers.interface.d.ts +1 -1
- package/option-types/series-item/notes.icon.interface.d.ts +1 -1
- package/option-types/series-item/notes.interface.d.ts +3 -3
- package/option-types/series-item/notes.label.interface.d.ts +1 -1
- package/option-types/series-item/outliers.interface.d.ts +1 -1
- package/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/option-types/series-item/trendline.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +9 -9
- package/option-types/subtitle.interface.d.ts +1 -1
- package/option-types/title.interface.d.ts +1 -1
- package/option-types/tooltip-border.interface.d.ts +1 -1
- package/option-types/tooltip.interface.d.ts +2 -2
- package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/labels.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.interface.d.ts +3 -3
- package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/value-axis-item/title.interface.d.ts +1 -1
- package/option-types/value-axis-item.interface.d.ts +5 -5
- package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/x-axis-item/labels.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.interface.d.ts +3 -3
- package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/x-axis-item/title.interface.d.ts +1 -1
- package/option-types/x-axis-item.interface.d.ts +5 -5
- package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/y-axis-item/labels.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.interface.d.ts +3 -3
- package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/y-axis-item/title.interface.d.ts +1 -1
- package/option-types/y-axis-item.interface.d.ts +5 -5
- package/option-types/zoomable.interface.d.ts +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +6 -6
- package/sankey/Sankey.d.ts +1 -1
- package/sankey/SankeyTooltip.d.ts +1 -1
- package/sankey/index.d.ts +1 -1
- package/sankey/types.d.ts +1 -1
- package/tooltip/Series.d.ts +1 -1
- package/tooltip/SharedTooltipContent.d.ts +1 -1
- package/tooltip/index.d.ts +1 -1
package/events/base-event.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from './../common/charts
|
|
8
|
+
import { Charts } from './../common/charts';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { AxisRange } from '../api-types/axis-range.interface
|
|
10
|
+
import { AxisRange } from '../api-types/axis-range.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `dragEnd` event.
|
|
13
13
|
*/
|
package/events/drag-event.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { PreventableEvent } from './preventable-event.js';
|
|
10
|
-
import { AxisRange } from '../api-types/axis-range.interface
|
|
10
|
+
import { AxisRange } from '../api-types/axis-range.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `drag` event.
|
|
13
13
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { PreventableEvent } from './preventable-event.js';
|
|
10
|
-
import { AxisRange } from '../api-types/axis-range.interface
|
|
10
|
+
import { AxisRange } from '../api-types/axis-range.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `dragStart` event.
|
|
13
13
|
*/
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
11
|
-
import { SeriesPointType } from '../api-types/series-point.interface
|
|
12
|
-
import { ChartDrilldownState } from '../api-types/chart-drilldown-state.interface
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
|
+
import { SeriesPointType } from '../api-types/series-point.interface';
|
|
12
|
+
import { ChartDrilldownState } from '../api-types/chart-drilldown-state.interface';
|
|
13
13
|
/**
|
|
14
14
|
* Arguments for the `drilldown` event.
|
|
15
15
|
*
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ChartDrilldownState } from '../api-types/chart-drilldown-state.interface
|
|
8
|
+
import { ChartDrilldownState } from '../api-types/chart-drilldown-state.interface';
|
|
9
9
|
/**
|
|
10
10
|
* Arguments for the `drilldownStateChange` event on the Chart Breadcrumb.
|
|
11
11
|
*
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { PreventableEvent } from './preventable-event.js';
|
|
9
|
-
import { Charts } from '../common/charts
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
9
|
+
import { Charts } from '../common/charts';
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `legendItemClick` event.
|
|
13
13
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { PreventableEvent } from './preventable-event.js';
|
|
9
|
-
import { Charts } from '../common/charts
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
9
|
+
import { Charts } from '../common/charts';
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `legendItemHover` event.
|
|
13
13
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { PreventableEvent } from './preventable-event.js';
|
|
9
|
-
import { Charts } from '../common/charts
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
9
|
+
import { Charts } from '../common/charts';
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `legendItemLeave` event.
|
|
13
13
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
10
|
/**
|
|
11
11
|
* The arguments for the `navigatorFilter` event.
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `noteClick` event.
|
|
13
13
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `noteHover` event.
|
|
13
13
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
10
|
/**
|
|
11
11
|
* Arguments for the `plotAreaClick` event.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
10
|
/**
|
|
11
11
|
* Arguments for the `plotAreaHover` event.
|
package/events/render-event.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
10
|
/**
|
|
11
11
|
* Arguments for the `render` event.
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { EventAxisOptions } from '../api-types/event-axis-options.interface
|
|
10
|
+
import { EventAxisOptions } from '../api-types/event-axis-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `selectEnd` event.
|
|
13
13
|
*/
|
package/events/select-event.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { PreventableEvent } from './preventable-event.js';
|
|
10
|
-
import { EventAxisOptions } from '../api-types/event-axis-options.interface
|
|
10
|
+
import { EventAxisOptions } from '../api-types/event-axis-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `select` event.
|
|
13
13
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { PreventableEvent } from './preventable-event.js';
|
|
10
|
-
import { EventAxisOptions } from '../api-types/event-axis-options.interface
|
|
10
|
+
import { EventAxisOptions } from '../api-types/event-axis-options.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `selectStart` event.
|
|
13
13
|
*/
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
11
|
-
import { SeriesPointType } from '../api-types/series-point.interface
|
|
10
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
11
|
+
import { SeriesPointType } from '../api-types/series-point.interface';
|
|
12
12
|
/**
|
|
13
13
|
* Arguments for the `seriesClick` event.
|
|
14
14
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
9
|
-
import { EventSeriesOptions } from '../api-types/event-series-options.interface
|
|
10
|
-
import { SeriesPointType } from '../api-types/series-point.interface
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
|
+
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
10
|
+
import { SeriesPointType } from '../api-types/series-point.interface';
|
|
11
11
|
import { PreventableEvent } from './preventable-event.js';
|
|
12
12
|
/**
|
|
13
13
|
* Arguments for the `seriesHover` event.
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { BaseEvent } from './base-event.js';
|
|
10
|
-
import { AxisRange } from '../api-types/axis-range.interface
|
|
10
|
+
import { AxisRange } from '../api-types/axis-range.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `zoomEnd` event.
|
|
13
13
|
*/
|
package/events/zoom-event.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { PreventableEvent } from './preventable-event.js';
|
|
10
|
-
import { AxisRange } from '../api-types/axis-range.interface
|
|
10
|
+
import { AxisRange } from '../api-types/axis-range.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `zoom` event.
|
|
13
13
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Charts } from '../common/charts
|
|
8
|
+
import { Charts } from '../common/charts';
|
|
9
9
|
import { PreventableEvent } from './preventable-event.js';
|
|
10
|
-
import { AxisRange } from '../api-types/axis-range.interface
|
|
10
|
+
import { AxisRange } from '../api-types/axis-range.interface';
|
|
11
11
|
/**
|
|
12
12
|
* Arguments for the `zoomStart` event.
|
|
13
13
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from './dash-type
|
|
8
|
+
import { DashType } from './dash-type';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance settings for the axis lines. Affects the major and minor axis ticks, but not the grid lines (see the [basic usage example](https://www.telerik.com/kendo-react-ui/components/charts/api/chartaxisdefaults)).
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from './dash-type
|
|
8
|
+
import { DashType } from './dash-type';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance settings for the border lines (see the [basic usage example](https://www.telerik.com/kendo-react-ui/components/charts/api/charttitle)).
|
|
11
11
|
*/
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Border } from './border.interface
|
|
9
|
-
import { BulletTargetLine } from './bullet-target-line.interface
|
|
8
|
+
import { Border } from './border.interface';
|
|
9
|
+
import { BulletTargetLine } from './bullet-target-line.interface';
|
|
10
10
|
/**
|
|
11
11
|
* The appearance settings for the target of the Bullet series.
|
|
12
12
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { BaseUnit } from './base-unit
|
|
8
|
+
import { BaseUnit } from './base-unit';
|
|
9
9
|
/**
|
|
10
10
|
* The `baseUnit` type of the category axis.
|
|
11
11
|
*
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LockAxis } from './lock-axis
|
|
9
|
-
import { ModifierKey } from './modifier-key
|
|
8
|
+
import { LockAxis } from './lock-axis';
|
|
9
|
+
import { ModifierKey } from './modifier-key';
|
|
10
10
|
/**
|
|
11
11
|
* Configures the drag behavior during the pan and zoom operations.
|
|
12
12
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from './dash-type
|
|
8
|
+
import { DashType } from './dash-type';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance settings for the error bar lines.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from './dash-type
|
|
8
|
+
import { DashType } from './dash-type';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance configuration for the major and minor axis grid lines (see the [basic usage example](https://www.telerik.com/kendo-react-ui/components/charts/api/chartaxisdefaults)).
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from './dash-type
|
|
8
|
+
import { DashType } from './dash-type';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance settings for the highlight line of the Candlestick and OHLC series.
|
|
11
11
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface
|
|
9
|
-
import { Margin } from './margin.interface
|
|
10
|
-
import { Padding } from './padding.interface
|
|
8
|
+
import { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface';
|
|
9
|
+
import { Margin } from './margin.interface';
|
|
10
|
+
import { Padding } from './padding.interface';
|
|
11
11
|
/**
|
|
12
12
|
* The appearance configuration for the legend labels.
|
|
13
13
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LockAxis } from './lock-axis
|
|
8
|
+
import { LockAxis } from './lock-axis';
|
|
9
9
|
/**
|
|
10
10
|
* The configuration of the mousewheel action for zooming.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from './dash-type
|
|
8
|
+
import { DashType } from './dash-type';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance settings for the note-connecting line.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Margin } from './margin.interface
|
|
8
|
+
import { Margin } from './margin.interface';
|
|
9
9
|
/**
|
|
10
10
|
* The padding configuration for each side (see the [basic usage example](https://www.telerik.com/kendo-react-ui/components/charts/api/charttitle)).
|
|
11
11
|
*/
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { PlotBandLabelVisualArgs } from '../common/property-types
|
|
10
|
-
import { Border } from './border.interface
|
|
11
|
-
import { Margin } from './margin.interface
|
|
12
|
-
import { Padding } from './padding.interface
|
|
9
|
+
import { PlotBandLabelVisualArgs } from '../common/property-types';
|
|
10
|
+
import { Border } from './border.interface';
|
|
11
|
+
import { Margin } from './margin.interface';
|
|
12
|
+
import { Padding } from './padding.interface';
|
|
13
13
|
/**
|
|
14
14
|
* The appearance configuration for the plot band label.
|
|
15
15
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { PlotBandLabel } from './plot-band-label.interface
|
|
8
|
+
import { PlotBandLabel } from './plot-band-label.interface';
|
|
9
9
|
/**
|
|
10
10
|
* A plot band ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/plot-bands)).
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { LineStyle } from './line-style
|
|
8
|
+
import { LineStyle } from './line-style';
|
|
9
9
|
/**
|
|
10
10
|
* The appearance settings for the line of the Area, Candlestick, OHLC, and Waterfall series.
|
|
11
11
|
*/
|
package/index.d.mts
CHANGED
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisLabelVisualArgs } from './argument-types/axis-label-visual-args.interface
|
|
8
|
+
import { AxisLabelVisualArgs } from './argument-types/axis-label-visual-args.interface';
|
|
9
9
|
import { Chart } from './Chart.js';
|
|
10
|
-
import { ChartProps } from './ChartProps
|
|
11
|
-
import { SeriesLabels, ValueAxisTitle } from './common/property-types
|
|
12
|
-
import { BaseUnit } from './field-types/base-unit
|
|
13
|
-
import { CategoryBaseUnit } from './field-types/category-base-unit
|
|
14
|
-
import { LineStyle } from './field-types/line-style
|
|
10
|
+
import { ChartProps } from './ChartProps';
|
|
11
|
+
import { SeriesLabels, ValueAxisTitle } from './common/property-types';
|
|
12
|
+
import { BaseUnit } from './field-types/base-unit';
|
|
13
|
+
import { CategoryBaseUnit } from './field-types/category-base-unit';
|
|
14
|
+
import { LineStyle } from './field-types/line-style';
|
|
15
15
|
import { Sparkline } from './Sparkline.js';
|
|
16
|
-
import { SparklineProps } from './SparklineProps
|
|
16
|
+
import { SparklineProps } from './SparklineProps';
|
|
17
17
|
import { StockChart } from './StockChart.js';
|
|
18
|
-
import { StockChartProps } from './StockChartProps
|
|
18
|
+
import { StockChartProps } from './StockChartProps';
|
|
19
19
|
import { CollectionConfigurationComponent } from './components/base/CollectionConfigurationComponent.js';
|
|
20
20
|
import { ConfigurationComponent } from './components/base/ConfigurationComponent.js';
|
|
21
21
|
import { DonutCenter } from './DonutCenter.js';
|
|
@@ -28,11 +28,11 @@ import { CrosshairTooltipContainer } from './tooltip/CrosshairContainer.js';
|
|
|
28
28
|
import { ChartBreadcrumb, ChartBreadcrumbProps } from './ChartBreadcrumb.js';
|
|
29
29
|
import { ChartNoDataOverlay, ChartNoDataOverlayProps } from './ChartNoDataOverlay.js';
|
|
30
30
|
export * from './tooltip/index.js';
|
|
31
|
-
export * from './components/index
|
|
32
|
-
export * from './common/api-types
|
|
33
|
-
export * from './common/property-types
|
|
34
|
-
export * from './common/events
|
|
35
|
-
export * from './common/charts
|
|
31
|
+
export * from './components/index';
|
|
32
|
+
export * from './common/api-types';
|
|
33
|
+
export * from './common/property-types';
|
|
34
|
+
export * from './common/events';
|
|
35
|
+
export * from './common/charts';
|
|
36
36
|
export * from './methods//index.js';
|
|
37
37
|
export * from './sankey/index.js';
|
|
38
38
|
export { type SeriesPattern, type VerticalStripesPattern, type CrosshatchPattern, type DiagonalStripesPattern, type GridPattern, type DotsPattern, type FocusHighlight, type FocusHighlightBorder } from '@progress/kendo-charts';
|
package/index.d.ts
CHANGED
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisLabelVisualArgs } from './argument-types/axis-label-visual-args.interface
|
|
8
|
+
import { AxisLabelVisualArgs } from './argument-types/axis-label-visual-args.interface';
|
|
9
9
|
import { Chart } from './Chart.js';
|
|
10
|
-
import { ChartProps } from './ChartProps
|
|
11
|
-
import { SeriesLabels, ValueAxisTitle } from './common/property-types
|
|
12
|
-
import { BaseUnit } from './field-types/base-unit
|
|
13
|
-
import { CategoryBaseUnit } from './field-types/category-base-unit
|
|
14
|
-
import { LineStyle } from './field-types/line-style
|
|
10
|
+
import { ChartProps } from './ChartProps';
|
|
11
|
+
import { SeriesLabels, ValueAxisTitle } from './common/property-types';
|
|
12
|
+
import { BaseUnit } from './field-types/base-unit';
|
|
13
|
+
import { CategoryBaseUnit } from './field-types/category-base-unit';
|
|
14
|
+
import { LineStyle } from './field-types/line-style';
|
|
15
15
|
import { Sparkline } from './Sparkline.js';
|
|
16
|
-
import { SparklineProps } from './SparklineProps
|
|
16
|
+
import { SparklineProps } from './SparklineProps';
|
|
17
17
|
import { StockChart } from './StockChart.js';
|
|
18
|
-
import { StockChartProps } from './StockChartProps
|
|
18
|
+
import { StockChartProps } from './StockChartProps';
|
|
19
19
|
import { CollectionConfigurationComponent } from './components/base/CollectionConfigurationComponent.js';
|
|
20
20
|
import { ConfigurationComponent } from './components/base/ConfigurationComponent.js';
|
|
21
21
|
import { DonutCenter } from './DonutCenter.js';
|
|
@@ -28,11 +28,11 @@ import { CrosshairTooltipContainer } from './tooltip/CrosshairContainer.js';
|
|
|
28
28
|
import { ChartBreadcrumb, ChartBreadcrumbProps } from './ChartBreadcrumb.js';
|
|
29
29
|
import { ChartNoDataOverlay, ChartNoDataOverlayProps } from './ChartNoDataOverlay.js';
|
|
30
30
|
export * from './tooltip/index.js';
|
|
31
|
-
export * from './components/index
|
|
32
|
-
export * from './common/api-types
|
|
33
|
-
export * from './common/property-types
|
|
34
|
-
export * from './common/events
|
|
35
|
-
export * from './common/charts
|
|
31
|
+
export * from './components/index';
|
|
32
|
+
export * from './common/api-types';
|
|
33
|
+
export * from './common/property-types';
|
|
34
|
+
export * from './common/events';
|
|
35
|
+
export * from './common/charts';
|
|
36
36
|
export * from './methods//index.js';
|
|
37
37
|
export * from './sankey/index.js';
|
|
38
38
|
export { type SeriesPattern, type VerticalStripesPattern, type CrosshatchPattern, type DiagonalStripesPattern, type GridPattern, type DotsPattern, type FocusHighlight, type FocusHighlightBorder } from '@progress/kendo-charts';
|
package/methods/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Group } from '@progress/kendo-drawing';
|
|
9
|
-
import { ChartAxisType, ChartPaneType } from './../common/api-types
|
|
10
|
-
import { Charts } from './../common/charts
|
|
9
|
+
import { ChartAxisType, ChartPaneType } from './../common/api-types';
|
|
10
|
+
import { Charts } from './../common/charts';
|
|
11
11
|
/**
|
|
12
12
|
* Returns the axis with the specified name.
|
|
13
13
|
*
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Padding } from '../common/property-types
|
|
9
|
-
import { TooltipBorder } from './tooltip-border.interface
|
|
8
|
+
import { Padding } from '../common/property-types';
|
|
9
|
+
import { TooltipBorder } from './tooltip-border.interface';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DashType } from '../../common/property-types
|
|
9
|
-
import { AxisDefaultsCrosshairTooltip } from './crosshair.tooltip.interface
|
|
8
|
+
import { DashType } from '../../common/property-types';
|
|
9
|
+
import { AxisDefaultsCrosshairTooltip } from './crosshair.tooltip.interface';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface
|
|
8
|
+
import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisLabelVisualArgs, LabelRotation, Margin, Padding } from '../../common/property-types
|
|
9
|
+
import { AxisLabelVisualArgs, LabelRotation, Margin, Padding } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|