@progress/kendo-react-charts 14.4.1-develop.13 → 14.4.1-develop.15
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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types
|
|
9
|
+
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -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 { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types
|
|
9
|
-
import { AxisDefaultsCrosshair } from './axis-defaults/crosshair.interface
|
|
10
|
-
import { AxisDefaultsLabels } from './axis-defaults/labels.interface
|
|
11
|
-
import { AxisDefaultsTitle } from './axis-defaults/title.interface
|
|
8
|
+
import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types';
|
|
9
|
+
import { AxisDefaultsCrosshair } from './axis-defaults/crosshair.interface';
|
|
10
|
+
import { AxisDefaultsLabels } from './axis-defaults/labels.interface';
|
|
11
|
+
import { AxisDefaultsTitle } from './axis-defaults/title.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { CategoryAxisCrosshairTooltip } from './crosshair.tooltip.interface
|
|
8
|
+
import { DashType } from '../../common/property-types';
|
|
9
|
+
import { CategoryAxisCrosshairTooltip } 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 { AxisLabelsPosition, AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types
|
|
9
|
+
import { AxisLabelsPosition, AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types';
|
|
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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types
|
|
10
|
-
import { CategoryAxisNotesIcon } from './notes.icon.interface
|
|
11
|
-
import { CategoryAxisNotesLabel } from './notes.label.interface
|
|
9
|
+
import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
|
|
10
|
+
import { CategoryAxisNotesIcon } from './notes.icon.interface';
|
|
11
|
+
import { CategoryAxisNotesLabel } from './notes.label.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types
|
|
8
|
+
import { Border, NoteLabelPosition } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
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 { AxisLabelsPosition } from '../../common/property-types
|
|
9
|
-
import { CategoryAxisLabels } from './labels.interface
|
|
8
|
+
import { AxisLabelsPosition } from '../../common/property-types';
|
|
9
|
+
import { CategoryAxisLabels } from './labels.interface';
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the category axis date range labels.
|
|
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 { MousewheelSelect } from '../../common/property-types
|
|
8
|
+
import { MousewheelSelect } from '../../common/property-types';
|
|
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 { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types
|
|
9
|
+
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { AutoBaseUnitSteps, AxisLine, AxisTicks, CategoryBaseUnit, GridLines, PlotBand, WeekStartDay } from '../common/property-types
|
|
9
|
-
import { CategoryAxisCrosshair } from './category-axis-item/crosshair.interface
|
|
10
|
-
import { CategoryAxisLabels } from './category-axis-item/labels.interface
|
|
11
|
-
import { CategoryAxisNotes } from './category-axis-item/notes.interface
|
|
12
|
-
import { CategoryAxisRangeLabels } from './category-axis-item/range-labels.interface
|
|
13
|
-
import { CategoryAxisSelect } from './category-axis-item/select.interface
|
|
14
|
-
import { CategoryAxisTitle } from './category-axis-item/title.interface
|
|
8
|
+
import { AutoBaseUnitSteps, AxisLine, AxisTicks, CategoryBaseUnit, GridLines, PlotBand, WeekStartDay } from '../common/property-types';
|
|
9
|
+
import { CategoryAxisCrosshair } from './category-axis-item/crosshair.interface';
|
|
10
|
+
import { CategoryAxisLabels } from './category-axis-item/labels.interface';
|
|
11
|
+
import { CategoryAxisNotes } from './category-axis-item/notes.interface';
|
|
12
|
+
import { CategoryAxisRangeLabels } from './category-axis-item/range-labels.interface';
|
|
13
|
+
import { CategoryAxisSelect } from './category-axis-item/select.interface';
|
|
14
|
+
import { CategoryAxisTitle } from './category-axis-item/title.interface';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -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 { Border, Margin } from '../common/property-types
|
|
8
|
+
import { Border, Margin } from '../common/property-types';
|
|
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 { LegendLabels } from '../../common/property-types
|
|
8
|
+
import { LegendLabels } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, DashType, LegendItemVisualArgs } from '../../common/property-types
|
|
10
|
-
import { SeriesMarkers } from './../series-item/markers.interface
|
|
9
|
+
import { Border, DashType, LegendItemVisualArgs } from '../../common/property-types';
|
|
10
|
+
import { SeriesMarkers } from './../series-item/markers.interface';
|
|
11
11
|
/**
|
|
12
12
|
* The configuration of the Chart legend item.
|
|
13
13
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Element } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types
|
|
9
|
+
import { Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { FocusHighlight } from '@progress/kendo-charts';
|
|
9
|
-
import { Border, LegendLabels, Margin, Padding } from '../common/property-types
|
|
10
|
-
import { LegendInactiveItems } from './legend/inactive-items.interface
|
|
11
|
-
import { LegendItem } from './legend/item.interface
|
|
12
|
-
import { LegendTitle } from './legend/legend-title.interface
|
|
9
|
+
import { Border, LegendLabels, Margin, Padding } from '../common/property-types';
|
|
10
|
+
import { LegendInactiveItems } from './legend/inactive-items.interface';
|
|
11
|
+
import { LegendItem } from './legend/item.interface';
|
|
12
|
+
import { LegendTitle } from './legend/legend-title.interface';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
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 { MousewheelSelect } from '../../common/property-types
|
|
8
|
+
import { MousewheelSelect } from '../../common/property-types';
|
|
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 { CategoryAxis, Pane, Series } from './../common/property-types
|
|
9
|
-
import { NavigatorHint } from './navigator/hint.interface
|
|
10
|
-
import { NavigatorSelect } from './navigator/select.interface
|
|
8
|
+
import { CategoryAxis, Pane, Series } from './../common/property-types';
|
|
9
|
+
import { NavigatorHint } from './navigator/hint.interface';
|
|
10
|
+
import { NavigatorSelect } from './navigator/select.interface';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, Margin } from '../../common/property-types
|
|
9
|
+
import { Border, Margin } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, Margin } from '../../common/property-types
|
|
9
|
+
import { Border, Margin } from '../../common/property-types';
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the default pane title.
|
|
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 { Border, Margin, Padding } from '../common/property-types
|
|
9
|
-
import { PaneDefaultsTitle } from './pane-defaults/title.interface
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types';
|
|
9
|
+
import { PaneDefaultsTitle } from './pane-defaults/title.interface';
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the Chart pane defaults.
|
|
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 { Border, Margin, Padding } from '../common/property-types
|
|
9
|
-
import { PanesTitle } from './pane/title.interface
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types';
|
|
9
|
+
import { PanesTitle } from './pane/title.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 { Border, Margin, Padding } from '../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types';
|
|
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 { Border, Margin, Padding } from '../../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, Margin, Padding, SeriesLabelsVisualArgs } from '../../common/property-types
|
|
10
|
-
import { SeriesDefaultsLabelsFrom } from './labels.from.interface
|
|
11
|
-
import { SeriesDefaultsLabelsTo } from './labels.to.interface
|
|
9
|
+
import { Border, Margin, Padding, SeriesLabelsVisualArgs } from '../../common/property-types';
|
|
10
|
+
import { SeriesDefaultsLabelsFrom } from './labels.from.interface';
|
|
11
|
+
import { SeriesDefaultsLabelsTo } from './labels.to.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, Margin, Padding } from '../../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../../common/property-types';
|
|
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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { NoteLine, SeriesNoteVisualArgs } from '../../common/property-types
|
|
10
|
-
import { SeriesDefaultsNotesIcon } from './notes.icon.interface
|
|
11
|
-
import { SeriesDefaultsNotesLabel } from './notes.label.interface
|
|
9
|
+
import { NoteLine, SeriesNoteVisualArgs } from '../../common/property-types';
|
|
10
|
+
import { SeriesDefaultsNotesIcon } from './notes.icon.interface';
|
|
11
|
+
import { SeriesDefaultsNotesLabel } from './notes.label.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types
|
|
8
|
+
import { Border, NoteLabelPosition } from '../../common/property-types';
|
|
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 { Border, Padding } from '../../common/property-types
|
|
8
|
+
import { Border, Padding } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, Overlay, SeriesStack, SeriesType, SeriesVisualArgs } from '../common/property-types
|
|
10
|
-
import { SeriesDefaultsLabels } from './series-defaults/labels.interface
|
|
11
|
-
import { SeriesDefaultsNotes } from './series-defaults/notes.interface
|
|
12
|
-
import { SeriesDefaultsTooltip } from './series-defaults/tooltip.interface
|
|
9
|
+
import { Border, Overlay, SeriesStack, SeriesType, SeriesVisualArgs } from '../common/property-types';
|
|
10
|
+
import { SeriesDefaultsLabels } from './series-defaults/labels.interface';
|
|
11
|
+
import { SeriesDefaultsNotes } from './series-defaults/notes.interface';
|
|
12
|
+
import { SeriesDefaultsTooltip } from './series-defaults/tooltip.interface';
|
|
13
13
|
import { FocusHighlight } from '@progress/kendo-charts';
|
|
14
14
|
/**
|
|
15
15
|
* @hidden
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { ErrorBarLine, ErrorBarsVisualArgs } from '../../common/property-types
|
|
9
|
+
import { ErrorBarLine, ErrorBarsVisualArgs } from '../../common/property-types';
|
|
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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
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 { Border, HighlightLine, HighlightVisualArgs, HighlightToggleArgs } from '../../common/property-types
|
|
9
|
+
import { Border, HighlightLine, HighlightVisualArgs, HighlightToggleArgs } from '../../common/property-types';
|
|
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 { Border, Margin, Padding } from '../../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, Margin, Padding, SeriesLabelsVisualArgs, SeriesLabelsPosition } from '../../common/property-types
|
|
10
|
-
import { SeriesLabelsFrom } from './labels.from.interface
|
|
11
|
-
import { SeriesLabelsTo } from './labels.to.interface
|
|
9
|
+
import { Border, Margin, Padding, SeriesLabelsVisualArgs, SeriesLabelsPosition } from '../../common/property-types';
|
|
10
|
+
import { SeriesLabelsFrom } from './labels.from.interface';
|
|
11
|
+
import { SeriesLabelsTo } from './labels.to.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, Margin, Padding } from '../../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../../common/property-types';
|
|
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 { Border, MarkersVisualArgs, MarkerType } from '../../common/property-types
|
|
9
|
+
import { Border, MarkersVisualArgs, MarkerType } from '../../common/property-types';
|
|
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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { NoteLine, NotePosition, SeriesNoteVisualArgs } from '../../common/property-types
|
|
10
|
-
import { SeriesNotesIcon } from './notes.icon.interface
|
|
11
|
-
import { SeriesNotesLabel } from './notes.label.interface
|
|
9
|
+
import { NoteLine, NotePosition, SeriesNoteVisualArgs } from '../../common/property-types';
|
|
10
|
+
import { SeriesNotesIcon } from './notes.icon.interface';
|
|
11
|
+
import { SeriesNotesLabel } from './notes.label.interface';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types
|
|
8
|
+
import { Border, NoteLabelPosition } from '../../common/property-types';
|
|
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 { Border, MarkerType } from '../../common/property-types
|
|
8
|
+
import { Border, MarkerType } from '../../common/property-types';
|
|
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 { Border, Padding } from '../../common/property-types
|
|
8
|
+
import { Border, Padding } from '../../common/property-types';
|
|
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 { TrendlineForecast } from '../../common/property-types
|
|
8
|
+
import { TrendlineForecast } from '../../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* The configuration options of the series trendlines.
|
|
11
11
|
*/
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
-
import { Border, BulletTarget, DashType, LabelConnectors, LegendItem, SeriesTrendline, Margin, NegativeBubbleValues, Overlay, SeriesLine, SeriesType, LineStyle, SeriesStack, SeriesVisualArgs } from '../common/property-types
|
|
10
|
-
import { SeriesErrorBars } from './series-item/error-bars.interface
|
|
11
|
-
import { SeriesExtremes } from './series-item/extremes.interface
|
|
12
|
-
import { SeriesHighlight } from './series-item/highlight.interface
|
|
13
|
-
import { SeriesLabels } from './series-item/labels.interface
|
|
14
|
-
import { SeriesMarkers } from './series-item/markers.interface
|
|
15
|
-
import { SeriesNotes } from './series-item/notes.interface
|
|
16
|
-
import { SeriesOutliers } from './series-item/outliers.interface
|
|
17
|
-
import { SeriesTooltip } from './series-item/tooltip.interface
|
|
9
|
+
import { Border, BulletTarget, DashType, LabelConnectors, LegendItem, SeriesTrendline, Margin, NegativeBubbleValues, Overlay, SeriesLine, SeriesType, LineStyle, SeriesStack, SeriesVisualArgs } from '../common/property-types';
|
|
10
|
+
import { SeriesErrorBars } from './series-item/error-bars.interface';
|
|
11
|
+
import { SeriesExtremes } from './series-item/extremes.interface';
|
|
12
|
+
import { SeriesHighlight } from './series-item/highlight.interface';
|
|
13
|
+
import { SeriesLabels } from './series-item/labels.interface';
|
|
14
|
+
import { SeriesMarkers } from './series-item/markers.interface';
|
|
15
|
+
import { SeriesNotes } from './series-item/notes.interface';
|
|
16
|
+
import { SeriesOutliers } from './series-item/outliers.interface';
|
|
17
|
+
import { SeriesTooltip } from './series-item/tooltip.interface';
|
|
18
18
|
import { SeriesPattern } from '@progress/kendo-charts';
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
@@ -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 { Border, Margin, Padding } from '../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types';
|
|
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 { Border, Margin, Padding } from '../common/property-types
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types';
|
|
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 { Border, DashType } from '../common/property-types
|
|
8
|
+
import { Border, DashType } from '../common/property-types';
|
|
9
9
|
/**
|
|
10
10
|
* The border options of the tooltip.
|
|
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 { 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,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 { ValueAxisCrosshairTooltip } from './crosshair.tooltip.interface
|
|
8
|
+
import { ValueAxisCrosshairTooltip } from './crosshair.tooltip.interface';
|
|
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 { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface
|
|
8
|
+
import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|