@progress/kendo-vue-charts 9.3.0-develop.5 → 9.3.0-develop.7
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 +16 -16
- package/Chart.d.ts +16 -16
- package/common/api-types.d.ts +24 -7
- package/common/events.d.ts +1 -0
- package/common/property-types.d.ts +4 -130
- package/components/AxisDefaults.d.ts +29 -29
- package/components/CategoryAxisItem.d.ts +54 -54
- package/components/ChartArea.d.ts +7 -7
- package/components/Legend.d.ts +31 -31
- package/components/Navigator.d.ts +15 -15
- package/components/Pane.d.ts +10 -10
- package/components/PaneDefaults.d.ts +11 -11
- package/components/PlotArea.d.ts +8 -8
- package/components/SeriesDefaults.d.ts +23 -23
- package/components/SeriesItem.d.ts +83 -68
- package/components/Title.d.ts +16 -16
- package/components/Tooltip.d.ts +8 -8
- package/components/ValueAxisItem.d.ts +36 -36
- package/components/XAxisItem.d.ts +39 -39
- package/components/YAxisItem.d.ts +39 -39
- package/components/axis-defaults/Crosshair.d.ts +6 -6
- package/components/axis-defaults/CrosshairTooltip.d.ts +6 -6
- package/components/axis-defaults/Labels.d.ts +14 -14
- package/components/axis-defaults/Title.d.ts +14 -14
- package/components/category-axis-item/Crosshair.d.ts +6 -6
- package/components/category-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/category-axis-item/Labels.d.ts +23 -23
- package/components/category-axis-item/Notes.d.ts +23 -15
- package/components/category-axis-item/NotesIcon.d.ts +6 -6
- package/components/category-axis-item/NotesLabel.d.ts +9 -9
- package/components/category-axis-item/RangeLabels.d.ts +3 -3
- package/components/category-axis-item/Select.d.ts +2 -2
- package/components/category-axis-item/Title.d.ts +14 -14
- package/components/legend/InactiveItems.d.ts +3 -3
- package/components/legend/Item.d.ts +18 -18
- package/components/legend/Title.d.ts +17 -17
- package/components/navigator/CategoryAxis.d.ts +54 -54
- package/components/navigator/Hint.d.ts +3 -3
- package/components/navigator/Pane.d.ts +10 -10
- package/components/navigator/Select.d.ts +2 -2
- package/components/navigator/SeriesItem.d.ts +80 -64
- package/components/navigator/category-axis/Crosshair.d.ts +6 -6
- package/components/navigator/category-axis/CrosshairTooltip.d.ts +6 -6
- package/components/navigator/category-axis/Labels.d.ts +23 -23
- package/components/navigator/category-axis/Notes.d.ts +23 -15
- package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
- package/components/navigator/category-axis/NotesLabel.d.ts +9 -9
- package/components/navigator/category-axis/Select.d.ts +2 -2
- package/components/navigator/category-axis/Title.d.ts +14 -14
- package/components/navigator/pane/Title.d.ts +9 -9
- package/components/navigator/series-item/ErrorBars.d.ts +8 -8
- package/components/navigator/series-item/Extremes.d.ts +6 -6
- package/components/navigator/series-item/Highlight.d.ts +12 -12
- package/components/navigator/series-item/Labels.d.ts +26 -26
- package/components/navigator/series-item/LabelsFrom.d.ts +14 -14
- package/components/navigator/series-item/LabelsTo.d.ts +14 -14
- package/components/navigator/series-item/Markers.d.ts +9 -9
- package/components/navigator/series-item/Notes.d.ts +15 -15
- package/components/navigator/series-item/NotesIcon.d.ts +6 -6
- package/components/navigator/series-item/NotesLabel.d.ts +9 -9
- package/components/navigator/series-item/Outliers.d.ts +6 -6
- package/components/navigator/series-item/Tooltip.d.ts +6 -6
- package/components/pane/Title.d.ts +9 -9
- package/components/pane-defaults/Title.d.ts +9 -9
- package/components/series-defaults/Labels.d.ts +20 -20
- package/components/series-defaults/LabelsFrom.d.ts +11 -11
- package/components/series-defaults/LabelsTo.d.ts +11 -11
- package/components/series-defaults/Notes.d.ts +12 -12
- package/components/series-defaults/NotesIcon.d.ts +6 -6
- package/components/series-defaults/NotesLabel.d.ts +9 -9
- package/components/series-defaults/Tooltip.d.ts +6 -6
- package/components/series-item/ErrorBars.d.ts +8 -8
- package/components/series-item/Extremes.d.ts +6 -6
- package/components/series-item/Highlight.d.ts +9 -9
- package/components/series-item/Labels.d.ts +26 -26
- package/components/series-item/LabelsFrom.d.ts +14 -14
- package/components/series-item/LabelsTo.d.ts +14 -14
- package/components/series-item/Markers.d.ts +9 -9
- package/components/series-item/Notes.d.ts +15 -15
- package/components/series-item/NotesIcon.d.ts +6 -6
- package/components/series-item/NotesLabel.d.ts +9 -9
- package/components/series-item/Outliers.d.ts +6 -6
- package/components/series-item/Tooltip.d.ts +6 -6
- package/components/value-axis-item/Crosshair.d.ts +1 -1
- package/components/value-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/value-axis-item/Labels.d.ts +17 -17
- package/components/value-axis-item/Notes.d.ts +23 -15
- package/components/value-axis-item/NotesIcon.d.ts +6 -6
- package/components/value-axis-item/NotesLabel.d.ts +9 -9
- package/components/value-axis-item/Title.d.ts +14 -14
- package/components/x-axis-item/Crosshair.d.ts +3 -3
- package/components/x-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/x-axis-item/Labels.d.ts +20 -20
- package/components/x-axis-item/Notes.d.ts +23 -15
- package/components/x-axis-item/NotesIcon.d.ts +6 -6
- package/components/x-axis-item/NotesLabel.d.ts +9 -9
- package/components/x-axis-item/Title.d.ts +14 -14
- package/components/y-axis-item/Crosshair.d.ts +3 -3
- package/components/y-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/y-axis-item/Labels.d.ts +20 -20
- package/components/y-axis-item/Notes.d.ts +23 -15
- package/components/y-axis-item/NotesIcon.d.ts +6 -6
- package/components/y-axis-item/NotesLabel.d.ts +9 -9
- package/components/y-axis-item/Title.d.ts +14 -14
- package/dist/cdn/js/kendo-vue-charts.js +1 -1
- package/events/axis-label-click-event.d.ts +1 -1
- package/events/drag-end-event.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/events/drag-start-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +1 -1
- package/events/legend-item-hover-event.d.ts +1 -1
- package/events/legend-item-leave-event.d.ts +1 -1
- package/events/note-click-event.d.ts +1 -1
- package/events/note-hover-event.d.ts +1 -1
- package/events/select-end-event.d.ts +1 -1
- package/events/select-event.d.ts +1 -1
- package/events/select-start-event.d.ts +1 -1
- package/events/series-click-event.d.ts +1 -2
- package/events/series-hover-event.d.ts +1 -2
- package/events/zoom-end-event.d.ts +1 -1
- package/events/zoom-event.d.ts +1 -1
- package/events/zoom-start-event.d.ts +1 -1
- package/index.d.mts +2 -1
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/index.mjs +229 -226
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +6 -6
- package/api-types/axis-range.interface.d.ts +0 -20
- package/api-types/chart-axis.interface.d.ts +0 -43
- package/api-types/chart-pane.interface.d.ts +0 -21
- package/api-types/chart-plotarea.interface.d.ts +0 -21
- package/api-types/event-axis-options.interface.d.ts +0 -16
- package/api-types/event-series-options.interface.d.ts +0 -24
- package/api-types/series-point.interface.d.ts +0 -45
- package/argument-types/axis-label-visual-args.interface.d.ts +0 -49
- package/argument-types/axis-note-visual-args.interface.d.ts +0 -33
- package/argument-types/error-bars-visual-args.interface.d.ts +0 -37
- package/argument-types/highlight-toggle-args.interface.d.ts +0 -41
- package/argument-types/highlight-visual-args.interface.d.ts +0 -57
- package/argument-types/legend-item-visual-args.interface.d.ts +0 -33
- package/argument-types/legend-labels-content-args.interface.d.ts +0 -28
- package/argument-types/markers-visual-args.interface.d.ts +0 -45
- package/argument-types/plot-band-label-visual-args.interface.d.ts +0 -33
- package/argument-types/series-labels-visual-args.interface.d.ts +0 -33
- package/argument-types/series-note-visual-args.interface.d.ts +0 -49
- package/argument-types/series-visual-args.interface.d.ts +0 -82
- package/argument-types/title-visual-args.interface.d.ts +0 -33
- package/field-types/auto-base-unit-steps.interface.d.ts +0 -46
- package/field-types/axis-labels-position.d.ts +0 -22
- package/field-types/axis-line.interface.d.ts +0 -29
- package/field-types/axis-ticks.interface.d.ts +0 -36
- package/field-types/axis-title-position.d.ts +0 -21
- package/field-types/base-unit.d.ts +0 -23
- package/field-types/border.interface.d.ts +0 -25
- package/field-types/bullet-target-line.interface.d.ts +0 -16
- package/field-types/bullet-target.interface.d.ts +0 -26
- package/field-types/category-base-unit.d.ts +0 -54
- package/field-types/dash-type.d.ts +0 -42
- package/field-types/date-formats.interface.d.ts +0 -46
- package/field-types/drag-action.interface.d.ts +0 -22
- package/field-types/error-bar-line.interface.d.ts +0 -21
- package/field-types/grid-lines.interface.d.ts +0 -37
- package/field-types/highlight-line.interface.d.ts +0 -29
- package/field-types/label-connectors.interface.d.ts +0 -24
- package/field-types/label-rotation.interface.d.ts +0 -26
- package/field-types/legend-labels.interface.d.ts +0 -35
- package/field-types/line-style.d.ts +0 -42
- package/field-types/lock-axis.d.ts +0 -11
- package/field-types/margin.interface.d.ts +0 -28
- package/field-types/marker-type.d.ts +0 -43
- package/field-types/modifier-key.d.ts +0 -11
- package/field-types/mousewheel-select.interface.d.ts +0 -25
- package/field-types/mousewheel-zoom.interface.d.ts +0 -17
- package/field-types/negative-bubble-values.interface.d.ts +0 -20
- package/field-types/note-label-position.d.ts +0 -60
- package/field-types/note-line.interface.d.ts +0 -29
- package/field-types/note-position.d.ts +0 -57
- package/field-types/overlay.interface.d.ts +0 -22
- package/field-types/padding.interface.d.ts +0 -13
- package/field-types/plot-band-label.interface.d.ts +0 -94
- package/field-types/plot-band.interface.d.ts +0 -37
- package/field-types/series-labels-position.d.ts +0 -23
- package/field-types/series-line.interface.d.ts +0 -35
- package/field-types/series-stack.interface.d.ts +0 -24
- package/field-types/series-type.d.ts +0 -86
- package/field-types/trendline-forecast.interface.d.ts +0 -20
- package/field-types/week-start-day.enum.d.ts +0 -40
- package/option-types/axis-crosshair-tooltip.interface.d.ts +0 -42
- package/option-types/axis-defaults/crosshair.interface.d.ts +0 -48
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/axis-defaults/labels.interface.d.ts +0 -76
- package/option-types/axis-defaults/title.interface.d.ts +0 -74
- package/option-types/axis-defaults.interface.d.ts +0 -80
- package/option-types/category-axis-item/crosshair.interface.d.ts +0 -47
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/category-axis-item/labels.interface.d.ts +0 -110
- package/option-types/category-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/category-axis-item/notes.interface.d.ts +0 -52
- package/option-types/category-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/category-axis-item/range-labels.interface.d.ts +0 -31
- package/option-types/category-axis-item/select.interface.d.ts +0 -33
- package/option-types/category-axis-item/title.interface.d.ts +0 -72
- package/option-types/category-axis-item.interface.d.ts +0 -166
- package/option-types/chart-area.interface.d.ts +0 -37
- package/option-types/legend/inactive-items.interface.d.ts +0 -17
- package/option-types/legend/item.interface.d.ts +0 -124
- package/option-types/legend/legend-title.interface.d.ts +0 -68
- package/option-types/legend.interface.d.ts +0 -110
- package/option-types/navigator/hint.interface.d.ts +0 -28
- package/option-types/navigator/select.interface.d.ts +0 -25
- package/option-types/navigator.interface.d.ts +0 -39
- package/option-types/pane/title.interface.d.ts +0 -63
- package/option-types/pane-defaults/title.interface.d.ts +0 -59
- package/option-types/pane-defaults.interface.d.ts +0 -46
- package/option-types/pane.interface.d.ts +0 -46
- package/option-types/plot-area.interface.d.ts +0 -33
- package/option-types/series-defaults/labels.from.interface.d.ts +0 -58
- package/option-types/series-defaults/labels.interface.d.ts +0 -80
- package/option-types/series-defaults/labels.to.interface.d.ts +0 -58
- package/option-types/series-defaults/notes.icon.interface.d.ts +0 -39
- package/option-types/series-defaults/notes.interface.d.ts +0 -43
- package/option-types/series-defaults/notes.label.interface.d.ts +0 -53
- package/option-types/series-defaults/tooltip.interface.d.ts +0 -48
- package/option-types/series-defaults.interface.d.ts +0 -103
- package/option-types/series-item/error-bars.interface.d.ts +0 -62
- package/option-types/series-item/extremes.interface.d.ts +0 -39
- package/option-types/series-item/highlight.interface.d.ts +0 -70
- package/option-types/series-item/labels.from.interface.d.ts +0 -74
- package/option-types/series-item/labels.interface.d.ts +0 -103
- package/option-types/series-item/labels.to.interface.d.ts +0 -72
- package/option-types/series-item/markers.interface.d.ts +0 -68
- package/option-types/series-item/notes.icon.interface.d.ts +0 -39
- package/option-types/series-item/notes.interface.d.ts +0 -53
- package/option-types/series-item/notes.label.interface.d.ts +0 -53
- package/option-types/series-item/outliers.interface.d.ts +0 -39
- package/option-types/series-item/tooltip.interface.d.ts +0 -49
- package/option-types/series-item/trendline.interface.d.ts +0 -37
- package/option-types/series-item.interface.d.ts +0 -481
- package/option-types/title.interface.d.ts +0 -62
- package/option-types/tooltip-border.interface.d.ts +0 -22
- package/option-types/tooltip.interface.d.ts +0 -56
- package/option-types/value-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/value-axis-item/labels.interface.d.ts +0 -88
- package/option-types/value-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/value-axis-item/notes.interface.d.ts +0 -52
- package/option-types/value-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/value-axis-item/title.interface.d.ts +0 -73
- package/option-types/value-axis-item.interface.d.ts +0 -121
- package/option-types/x-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/x-axis-item/labels.interface.d.ts +0 -95
- package/option-types/x-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/x-axis-item/notes.interface.d.ts +0 -53
- package/option-types/x-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/x-axis-item/title.interface.d.ts +0 -72
- package/option-types/x-axis-item.interface.d.ts +0 -142
- package/option-types/y-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/y-axis-item/labels.interface.d.ts +0 -95
- package/option-types/y-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/y-axis-item/notes.interface.d.ts +0 -52
- package/option-types/y-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/y-axis-item/title.interface.d.ts +0 -73
- package/option-types/y-axis-item.interface.d.ts +0 -138
- package/option-types/zoomable.interface.d.ts +0 -21
package/BaseChart.d.ts
CHANGED
|
@@ -39,11 +39,11 @@ declare const BaseChart: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
39
39
|
validator: (value: string) => any;
|
|
40
40
|
};
|
|
41
41
|
pannable: {
|
|
42
|
-
type: PropType<boolean | import('
|
|
42
|
+
type: PropType<boolean | import('@progress/kendo-charts').DragAction>;
|
|
43
43
|
default: any;
|
|
44
44
|
};
|
|
45
45
|
zoomable: {
|
|
46
|
-
type: PropType<boolean | import('
|
|
46
|
+
type: PropType<boolean | import('@progress/kendo-charts').Zoomable>;
|
|
47
47
|
default: any;
|
|
48
48
|
};
|
|
49
49
|
seriesColors: {
|
|
@@ -55,19 +55,19 @@ declare const BaseChart: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
57
|
paneDefaults: {
|
|
58
|
-
type: PropType<import('
|
|
58
|
+
type: PropType<import('@progress/kendo-charts').PaneDefaults>;
|
|
59
59
|
default: any;
|
|
60
60
|
};
|
|
61
61
|
panes: {
|
|
62
|
-
type: PropType<import('
|
|
62
|
+
type: PropType<import('@progress/kendo-charts').Pane[]>;
|
|
63
63
|
default: any;
|
|
64
64
|
};
|
|
65
65
|
seriesDefaults: {
|
|
66
|
-
type: PropType<import('
|
|
66
|
+
type: PropType<import('@progress/kendo-charts').SeriesDefaults>;
|
|
67
67
|
default: any;
|
|
68
68
|
};
|
|
69
69
|
axisDefaults: {
|
|
70
|
-
type: PropType<import('
|
|
70
|
+
type: PropType<import('@progress/kendo-charts').AxisDefaults>;
|
|
71
71
|
default: any;
|
|
72
72
|
};
|
|
73
73
|
allListeners: {
|
|
@@ -127,11 +127,11 @@ declare const BaseChart: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
127
127
|
validator: (value: string) => any;
|
|
128
128
|
};
|
|
129
129
|
pannable: {
|
|
130
|
-
type: PropType<boolean | import('
|
|
130
|
+
type: PropType<boolean | import('@progress/kendo-charts').DragAction>;
|
|
131
131
|
default: any;
|
|
132
132
|
};
|
|
133
133
|
zoomable: {
|
|
134
|
-
type: PropType<boolean | import('
|
|
134
|
+
type: PropType<boolean | import('@progress/kendo-charts').Zoomable>;
|
|
135
135
|
default: any;
|
|
136
136
|
};
|
|
137
137
|
seriesColors: {
|
|
@@ -143,19 +143,19 @@ declare const BaseChart: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
143
143
|
default: boolean;
|
|
144
144
|
};
|
|
145
145
|
paneDefaults: {
|
|
146
|
-
type: PropType<import('
|
|
146
|
+
type: PropType<import('@progress/kendo-charts').PaneDefaults>;
|
|
147
147
|
default: any;
|
|
148
148
|
};
|
|
149
149
|
panes: {
|
|
150
|
-
type: PropType<import('
|
|
150
|
+
type: PropType<import('@progress/kendo-charts').Pane[]>;
|
|
151
151
|
default: any;
|
|
152
152
|
};
|
|
153
153
|
seriesDefaults: {
|
|
154
|
-
type: PropType<import('
|
|
154
|
+
type: PropType<import('@progress/kendo-charts').SeriesDefaults>;
|
|
155
155
|
default: any;
|
|
156
156
|
};
|
|
157
157
|
axisDefaults: {
|
|
158
|
-
type: PropType<import('
|
|
158
|
+
type: PropType<import('@progress/kendo-charts').AxisDefaults>;
|
|
159
159
|
default: any;
|
|
160
160
|
};
|
|
161
161
|
allListeners: {
|
|
@@ -175,10 +175,10 @@ declare const BaseChart: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
175
175
|
zoomable: any;
|
|
176
176
|
seriesColors: string[];
|
|
177
177
|
transitions: boolean;
|
|
178
|
-
paneDefaults: import('
|
|
179
|
-
panes: import('
|
|
180
|
-
seriesDefaults: import('
|
|
181
|
-
axisDefaults: import('
|
|
178
|
+
paneDefaults: import('@progress/kendo-charts').PaneDefaults;
|
|
179
|
+
panes: import('@progress/kendo-charts').Pane[];
|
|
180
|
+
seriesDefaults: import('@progress/kendo-charts').SeriesDefaults;
|
|
181
|
+
axisDefaults: import('@progress/kendo-charts').AxisDefaults;
|
|
182
182
|
allListeners: object;
|
|
183
183
|
}, {}, {}, {}, string, () => {
|
|
184
184
|
optionsState: any;
|
package/Chart.d.ts
CHANGED
|
@@ -24,11 +24,11 @@ declare const Chart: import('vue').DefineComponent<import('vue').ExtractPropType
|
|
|
24
24
|
validator: (value: string) => any;
|
|
25
25
|
};
|
|
26
26
|
pannable: {
|
|
27
|
-
type: PropType<boolean | import('
|
|
27
|
+
type: PropType<boolean | import('@progress/kendo-charts').DragAction>;
|
|
28
28
|
default: any;
|
|
29
29
|
};
|
|
30
30
|
zoomable: {
|
|
31
|
-
type: PropType<boolean | import('
|
|
31
|
+
type: PropType<boolean | import('@progress/kendo-charts').Zoomable>;
|
|
32
32
|
default: any;
|
|
33
33
|
};
|
|
34
34
|
seriesColors: {
|
|
@@ -40,19 +40,19 @@ declare const Chart: import('vue').DefineComponent<import('vue').ExtractPropType
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
paneDefaults: {
|
|
43
|
-
type: PropType<import('
|
|
43
|
+
type: PropType<import('@progress/kendo-charts').PaneDefaults>;
|
|
44
44
|
default: any;
|
|
45
45
|
};
|
|
46
46
|
panes: {
|
|
47
|
-
type: PropType<import('
|
|
47
|
+
type: PropType<import('@progress/kendo-charts').Pane[]>;
|
|
48
48
|
default: any;
|
|
49
49
|
};
|
|
50
50
|
seriesDefaults: {
|
|
51
|
-
type: PropType<import('
|
|
51
|
+
type: PropType<import('@progress/kendo-charts').SeriesDefaults>;
|
|
52
52
|
default: any;
|
|
53
53
|
};
|
|
54
54
|
axisDefaults: {
|
|
55
|
-
type: PropType<import('
|
|
55
|
+
type: PropType<import('@progress/kendo-charts').AxisDefaults>;
|
|
56
56
|
default: any;
|
|
57
57
|
};
|
|
58
58
|
onAxislabelclick: PropType<(event: import('.').AxisLabelClickEvent) => void>;
|
|
@@ -90,11 +90,11 @@ declare const Chart: import('vue').DefineComponent<import('vue').ExtractPropType
|
|
|
90
90
|
validator: (value: string) => any;
|
|
91
91
|
};
|
|
92
92
|
pannable: {
|
|
93
|
-
type: PropType<boolean | import('
|
|
93
|
+
type: PropType<boolean | import('@progress/kendo-charts').DragAction>;
|
|
94
94
|
default: any;
|
|
95
95
|
};
|
|
96
96
|
zoomable: {
|
|
97
|
-
type: PropType<boolean | import('
|
|
97
|
+
type: PropType<boolean | import('@progress/kendo-charts').Zoomable>;
|
|
98
98
|
default: any;
|
|
99
99
|
};
|
|
100
100
|
seriesColors: {
|
|
@@ -106,19 +106,19 @@ declare const Chart: import('vue').DefineComponent<import('vue').ExtractPropType
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
paneDefaults: {
|
|
109
|
-
type: PropType<import('
|
|
109
|
+
type: PropType<import('@progress/kendo-charts').PaneDefaults>;
|
|
110
110
|
default: any;
|
|
111
111
|
};
|
|
112
112
|
panes: {
|
|
113
|
-
type: PropType<import('
|
|
113
|
+
type: PropType<import('@progress/kendo-charts').Pane[]>;
|
|
114
114
|
default: any;
|
|
115
115
|
};
|
|
116
116
|
seriesDefaults: {
|
|
117
|
-
type: PropType<import('
|
|
117
|
+
type: PropType<import('@progress/kendo-charts').SeriesDefaults>;
|
|
118
118
|
default: any;
|
|
119
119
|
};
|
|
120
120
|
axisDefaults: {
|
|
121
|
-
type: PropType<import('
|
|
121
|
+
type: PropType<import('@progress/kendo-charts').AxisDefaults>;
|
|
122
122
|
default: any;
|
|
123
123
|
};
|
|
124
124
|
onAxislabelclick: PropType<(event: import('.').AxisLabelClickEvent) => void>;
|
|
@@ -146,9 +146,9 @@ declare const Chart: import('vue').DefineComponent<import('vue').ExtractPropType
|
|
|
146
146
|
zoomable: any;
|
|
147
147
|
seriesColors: string[];
|
|
148
148
|
transitions: boolean;
|
|
149
|
-
paneDefaults: import('
|
|
150
|
-
panes: import('
|
|
151
|
-
seriesDefaults: import('
|
|
152
|
-
axisDefaults: import('
|
|
149
|
+
paneDefaults: import('@progress/kendo-charts').PaneDefaults;
|
|
150
|
+
panes: import('@progress/kendo-charts').Pane[];
|
|
151
|
+
seriesDefaults: import('@progress/kendo-charts').SeriesDefaults;
|
|
152
|
+
axisDefaults: import('@progress/kendo-charts').AxisDefaults;
|
|
153
153
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
154
154
|
export { Chart };
|
package/common/api-types.d.ts
CHANGED
|
@@ -5,10 +5,27 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
export type {
|
|
10
|
-
export type {
|
|
11
|
-
export type {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
import { ChartPane, SeriesPoint, ChartAxis, ChartPlotArea } from '@progress/kendo-charts';
|
|
9
|
+
export type { AxisRange } from '@progress/kendo-charts';
|
|
10
|
+
export type { EventAxisOptions } from '@progress/kendo-charts';
|
|
11
|
+
export type { EventSeriesOptions } from '@progress/kendo-charts';
|
|
12
|
+
/**
|
|
13
|
+
* An interface for the Chart panes.
|
|
14
|
+
*/
|
|
15
|
+
export interface ChartPaneType extends ChartPane {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Represents a series point in the Chart.
|
|
19
|
+
*/
|
|
20
|
+
export interface SeriesPointType extends SeriesPoint {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents a Chart axis instance.
|
|
24
|
+
*/
|
|
25
|
+
export interface ChartAxisType extends ChartAxis {
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* An interface for the plot area of the Chart.
|
|
29
|
+
*/
|
|
30
|
+
export interface ChartPlotAreaType extends ChartPlotArea {
|
|
31
|
+
}
|
package/common/events.d.ts
CHANGED
|
@@ -25,3 +25,4 @@ export { SeriesHoverEvent } from '../events/series-hover-event';
|
|
|
25
25
|
export { ZoomEndEvent } from '../events/zoom-end-event';
|
|
26
26
|
export { ZoomEvent } from '../events/zoom-event';
|
|
27
27
|
export { ZoomStartEvent } from '../events/zoom-start-event';
|
|
28
|
+
export { toDomEvent } from '../events/dom-event';
|
|
@@ -5,133 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
export type { AutoBaseUnitSteps } from '
|
|
9
|
-
export
|
|
10
|
-
export type {
|
|
11
|
-
export type {
|
|
12
|
-
export type { AxisTitlePosition } from '../field-types/axis-title-position';
|
|
13
|
-
export type { BaseUnit } from '../field-types/base-unit';
|
|
14
|
-
export type { Border } from '../field-types/border.interface';
|
|
15
|
-
export type { BulletTarget } from '../field-types/bullet-target.interface';
|
|
16
|
-
export type { BulletTargetLine } from '../field-types/bullet-target-line.interface';
|
|
17
|
-
export type { CategoryBaseUnit } from '../field-types/category-base-unit';
|
|
18
|
-
export type { DashType } from '../field-types/dash-type';
|
|
19
|
-
export type { DateFormats } from '../field-types/date-formats.interface';
|
|
20
|
-
export type { DragAction } from '../field-types/drag-action.interface';
|
|
21
|
-
export type { ErrorBarLine } from '../field-types/error-bar-line.interface';
|
|
22
|
-
export type { GridLines } from '../field-types/grid-lines.interface';
|
|
23
|
-
export type { HighlightLine } from '../field-types/highlight-line.interface';
|
|
24
|
-
export type { LabelConnectors } from '../field-types/label-connectors.interface';
|
|
25
|
-
export type { LabelRotation } from '../field-types/label-rotation.interface';
|
|
26
|
-
export type { LegendLabels } from '../field-types/legend-labels.interface';
|
|
27
|
-
export type { LineStyle } from '../field-types/line-style';
|
|
28
|
-
export type { LockAxis } from '../field-types/lock-axis';
|
|
29
|
-
export type { Margin } from '../field-types/margin.interface';
|
|
30
|
-
export type { MarkerType } from '../field-types/marker-type';
|
|
31
|
-
export type { ModifierKey } from '../field-types/modifier-key';
|
|
32
|
-
export type { MousewheelZoom } from '../field-types/mousewheel-zoom.interface';
|
|
33
|
-
export type { MousewheelSelect } from '../field-types/mousewheel-select.interface';
|
|
34
|
-
export type { NegativeBubbleValues } from '../field-types/negative-bubble-values.interface';
|
|
35
|
-
export type { NoteLabelPosition } from '../field-types/note-label-position';
|
|
36
|
-
export type { NoteLine } from '../field-types/note-line.interface';
|
|
37
|
-
export type { NotePosition } from '../field-types/note-position';
|
|
38
|
-
export type { Overlay } from '../field-types/overlay.interface';
|
|
39
|
-
export type { Padding } from '../field-types/padding.interface';
|
|
40
|
-
export type { PlotBand } from '../field-types/plot-band.interface';
|
|
41
|
-
export type { PlotBandLabel } from '../field-types/plot-band-label.interface';
|
|
42
|
-
export type { SeriesLabelsPosition } from '../field-types/series-labels-position';
|
|
43
|
-
export type { SeriesLine } from '../field-types/series-line.interface';
|
|
44
|
-
export type { SeriesStack } from '../field-types/series-stack.interface';
|
|
45
|
-
export type { SeriesType } from '../field-types/series-type';
|
|
46
|
-
export type { TrendlineForecast } from '../field-types/trendline-forecast.interface';
|
|
47
|
-
export { WeekStartDay } from '../field-types/week-start-day.enum';
|
|
48
|
-
export type { AxisLabelVisualArgs } from '../argument-types/axis-label-visual-args.interface';
|
|
49
|
-
export type { AxisNoteVisualArgs } from '../argument-types/axis-note-visual-args.interface';
|
|
50
|
-
export type { ErrorBarsVisualArgs } from '../argument-types/error-bars-visual-args.interface';
|
|
51
|
-
export type { HighlightToggleArgs } from '../argument-types/highlight-toggle-args.interface';
|
|
52
|
-
export type { HighlightVisualArgs } from '../argument-types/highlight-visual-args.interface';
|
|
53
|
-
export type { LegendItemVisualArgs } from '../argument-types/legend-item-visual-args.interface';
|
|
54
|
-
export type { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface';
|
|
55
|
-
export type { MarkersVisualArgs } from '../argument-types/markers-visual-args.interface';
|
|
56
|
-
export type { SeriesLabelsVisualArgs } from '../argument-types/series-labels-visual-args.interface';
|
|
57
|
-
export type { SeriesNoteVisualArgs } from '../argument-types/series-note-visual-args.interface';
|
|
58
|
-
export type { SeriesVisualArgs } from '../argument-types/series-visual-args.interface';
|
|
59
|
-
export type { TitleVisualArgs } from '../argument-types/title-visual-args.interface';
|
|
60
|
-
export type { PlotBandLabelVisualArgs } from '../argument-types/plot-band-label-visual-args.interface';
|
|
61
|
-
export type { AxisDefaultsCrosshair } from '../option-types/axis-defaults/crosshair.interface';
|
|
62
|
-
export type { AxisDefaultsCrosshairTooltip } from '../option-types/axis-defaults/crosshair.tooltip.interface';
|
|
63
|
-
export type { AxisDefaultsLabels } from '../option-types/axis-defaults/labels.interface';
|
|
64
|
-
export type { AxisDefaultsTitle } from '../option-types/axis-defaults/title.interface';
|
|
65
|
-
export type { AxisDefaults } from '../option-types/axis-defaults.interface';
|
|
66
|
-
export type { CategoryAxisCrosshair } from '../option-types/category-axis-item/crosshair.interface';
|
|
67
|
-
export type { CategoryAxisCrosshairTooltip } from '../option-types/category-axis-item/crosshair.tooltip.interface';
|
|
68
|
-
export type { CategoryAxisLabels } from '../option-types/category-axis-item/labels.interface';
|
|
69
|
-
export type { CategoryAxisNotes } from '../option-types/category-axis-item/notes.interface';
|
|
70
|
-
export type { CategoryAxisNotesIcon } from '../option-types/category-axis-item/notes.icon.interface';
|
|
71
|
-
export type { CategoryAxisNotesLabel } from '../option-types/category-axis-item/notes.label.interface';
|
|
72
|
-
export type { CategoryAxisRangeLabels } from '../option-types/category-axis-item/range-labels.interface';
|
|
73
|
-
export type { CategoryAxisSelect } from '../option-types/category-axis-item/select.interface';
|
|
74
|
-
export type { CategoryAxisTitle } from '../option-types/category-axis-item/title.interface';
|
|
75
|
-
export type { CategoryAxis } from '../option-types/category-axis-item.interface';
|
|
76
|
-
export type { ChartingArea } from '../option-types/chart-area.interface';
|
|
77
|
-
export type { LegendInactiveItems } from '../option-types/legend/inactive-items.interface';
|
|
78
|
-
export type { LegendItem } from '../option-types/legend/item.interface';
|
|
79
|
-
export type { Legend } from '../option-types/legend.interface';
|
|
80
|
-
export type { LegendTitle } from '../option-types/legend/legend-title.interface';
|
|
81
|
-
export type { Navigator } from '../option-types/navigator.interface';
|
|
82
|
-
export type { NavigatorHint } from '../option-types/navigator/hint.interface';
|
|
83
|
-
export type { NavigatorSelect } from '../option-types/navigator/select.interface';
|
|
84
|
-
export type { PanesTitle } from '../option-types/pane/title.interface';
|
|
85
|
-
export type { Pane } from '../option-types/pane.interface';
|
|
86
|
-
export type { PaneDefaults } from '../option-types/pane-defaults.interface';
|
|
87
|
-
export type { PaneDefaultsTitle } from '../option-types/pane-defaults/title.interface';
|
|
88
|
-
export type { PlotArea } from '../option-types/plot-area.interface';
|
|
89
|
-
export type { SeriesDefaultsLabels } from '../option-types/series-defaults/labels.interface';
|
|
90
|
-
export type { SeriesDefaultsLabelsFrom } from '../option-types/series-defaults/labels.from.interface';
|
|
91
|
-
export type { SeriesDefaultsLabelsTo } from '../option-types/series-defaults/labels.to.interface';
|
|
92
|
-
export type { SeriesDefaultsNotes } from '../option-types/series-defaults/notes.interface';
|
|
93
|
-
export type { SeriesDefaultsNotesIcon } from '../option-types/series-defaults/notes.icon.interface';
|
|
94
|
-
export type { SeriesDefaultsNotesLabel } from '../option-types/series-defaults/notes.label.interface';
|
|
95
|
-
export type { SeriesDefaultsTooltip } from '../option-types/series-defaults/tooltip.interface';
|
|
96
|
-
export type { SeriesDefaults } from '../option-types/series-defaults.interface';
|
|
97
|
-
export type { SeriesErrorBars } from '../option-types/series-item/error-bars.interface';
|
|
98
|
-
export type { SeriesExtremes } from '../option-types/series-item/extremes.interface';
|
|
99
|
-
export type { SeriesHighlight } from '../option-types/series-item/highlight.interface';
|
|
100
|
-
export type { SeriesLabels } from '../option-types/series-item/labels.interface';
|
|
101
|
-
export type { SeriesLabelsFrom } from '../option-types/series-item/labels.from.interface';
|
|
102
|
-
export type { SeriesLabelsTo } from '../option-types/series-item/labels.to.interface';
|
|
103
|
-
export type { SeriesMarkers } from '../option-types/series-item/markers.interface';
|
|
104
|
-
export type { SeriesNotes } from '../option-types/series-item/notes.interface';
|
|
105
|
-
export type { SeriesNotesIcon } from '../option-types/series-item/notes.icon.interface';
|
|
106
|
-
export type { SeriesNotesLabel } from '../option-types/series-item/notes.label.interface';
|
|
107
|
-
export type { SeriesOutliers } from '../option-types/series-item/outliers.interface';
|
|
108
|
-
export type { SeriesTooltip } from '../option-types/series-item/tooltip.interface';
|
|
109
|
-
export type { SeriesTrendline } from '../option-types/series-item/trendline.interface';
|
|
110
|
-
export type { Series } from '../option-types/series-item.interface';
|
|
111
|
-
export type { Title } from '../option-types/title.interface';
|
|
112
|
-
export type { Tooltip } from '../option-types/tooltip.interface';
|
|
113
|
-
export type { ValueAxisCrosshair } from '../option-types/value-axis-item/crosshair.interface';
|
|
114
|
-
export type { ValueAxisCrosshairTooltip } from '../option-types/value-axis-item/crosshair.tooltip.interface';
|
|
115
|
-
export type { ValueAxisLabels } from '../option-types/value-axis-item/labels.interface';
|
|
116
|
-
export type { ValueAxisNotes } from '../option-types/value-axis-item/notes.interface';
|
|
117
|
-
export type { ValueAxisNotesIcon } from '../option-types/value-axis-item/notes.icon.interface';
|
|
118
|
-
export type { ValueAxisNotesLabel } from '../option-types/value-axis-item/notes.label.interface';
|
|
119
|
-
export type { ValueAxisTitle } from '../option-types/value-axis-item/title.interface';
|
|
120
|
-
export type { ValueAxis } from '../option-types/value-axis-item.interface';
|
|
121
|
-
export type { XAxisCrosshair } from '../option-types/x-axis-item/crosshair.interface';
|
|
122
|
-
export type { XAxisCrosshairTooltip } from '../option-types/x-axis-item/crosshair.tooltip.interface';
|
|
123
|
-
export type { XAxisLabels } from '../option-types/x-axis-item/labels.interface';
|
|
124
|
-
export type { XAxisNotes } from '../option-types/x-axis-item/notes.interface';
|
|
125
|
-
export type { XAxisNotesIcon } from '../option-types/x-axis-item/notes.icon.interface';
|
|
126
|
-
export type { XAxisNotesLabel } from '../option-types/x-axis-item/notes.label.interface';
|
|
127
|
-
export type { XAxisTitle } from '../option-types/x-axis-item/title.interface';
|
|
128
|
-
export type { XAxis } from '../option-types/x-axis-item.interface';
|
|
129
|
-
export type { YAxisCrosshair } from '../option-types/y-axis-item/crosshair.interface';
|
|
130
|
-
export type { YAxisCrosshairTooltip } from '../option-types/y-axis-item/crosshair.tooltip.interface';
|
|
131
|
-
export type { YAxisLabels } from '../option-types/y-axis-item/labels.interface';
|
|
132
|
-
export type { YAxisNotes } from '../option-types/y-axis-item/notes.interface';
|
|
133
|
-
export type { YAxisNotesIcon } from '../option-types/y-axis-item/notes.icon.interface';
|
|
134
|
-
export type { YAxisNotesLabel } from '../option-types/y-axis-item/notes.label.interface';
|
|
135
|
-
export type { YAxisTitle } from '../option-types/y-axis-item/title.interface';
|
|
136
|
-
export type { YAxis } from '../option-types/y-axis-item.interface';
|
|
137
|
-
export type { Zoomable } from '../option-types/zoomable.interface';
|
|
8
|
+
export type { AutoBaseUnitSteps, AxisLabelsPosition, AxisLine, AxisTicks, AxisTitlePosition, BaseUnit, Border, BulletTarget, BulletTargetLine, CategoryBaseUnit, DashType, DateFormats, DragAction, ErrorBarLine, GridLines, HighlightLine, LabelConnectors, LabelRotation, LegendLabels, LineStyle, LockAxis, Margin, MarkerType, ModifierKey, MousewheelSelect, MousewheelZoom, NegativeBubbleValues, NoteLabelPosition, NoteLine, NotePosition, Overlay, Padding, PlotBand, PlotBandLabel, SeriesLabelsPosition, SeriesLine, SeriesStack, SeriesType, TrendlineForecast, } from '@progress/kendo-charts';
|
|
9
|
+
export { WeekStartDay } from '@progress/kendo-charts';
|
|
10
|
+
export type { AxisLabelVisualArgs, AxisNoteVisualArgs, ErrorBarsVisualArgs, HighlightToggleArgs, HighlightVisualArgs, LegendItemVisualArgs, LegendLabelsContentArgs, MarkersVisualArgs, PlotBandLabelVisualArgs, SeriesLabelsVisualArgs, SeriesNoteVisualArgs, SeriesVisualArgs, TitleVisualArgs, } from '@progress/kendo-charts';
|
|
11
|
+
export type { AxisDefaults, AxisDefaultsCrosshair, AxisDefaultsCrosshairTooltip, AxisDefaultsLabels, AxisDefaultsTitle, CategoryAxis, CategoryAxisCrosshair, CategoryAxisCrosshairTooltip, CategoryAxisLabels, CategoryAxisNotes, CategoryAxisNotesIcon, CategoryAxisNotesLabel, CategoryAxisRangeLabels, CategoryAxisSelect, CategoryAxisTitle, ChartArea as ChartingArea, Legend, LegendInactiveItems, LegendItem, LegendTitle, NavigatorOptions as Navigator, NavigatorHintOptions as NavigatorHint, NavigatorSelect, Pane, PaneDefaults, PaneDefaultsTitle, PanesTitle, PlotArea, Series, SeriesDefaults, SeriesDefaultsLabels, SeriesDefaultsLabelsFrom, SeriesDefaultsLabelsTo, SeriesDefaultsNotes, SeriesDefaultsNotesIcon, SeriesDefaultsNotesLabel, SeriesDefaultsTooltip, SeriesErrorBars, SeriesExtremes, SeriesHighlight, SeriesLabels, SeriesLabelsFrom, SeriesLabelsTo, SeriesMarkers, SeriesNotes, SeriesNotesIcon, SeriesNotesLabel, SeriesOutliers, SeriesTooltip, SeriesTrendline, Subtitle, Title, Tooltip, TooltipBorder, ValueAxis, ValueAxisCrosshair, ValueAxisCrosshairTooltip, ValueAxisLabels, ValueAxisNotes, ValueAxisNotesIcon, ValueAxisNotesLabel, ValueAxisTitle, XAxis, XAxisCrosshair, XAxisCrosshairTooltip, XAxisLabels, XAxisNotes, XAxisNotesIcon, XAxisNotesLabel, XAxisTitle, YAxis, YAxisCrosshair, YAxisCrosshairTooltip, YAxisLabels, YAxisNotes, YAxisNotesIcon, YAxisNotesLabel, YAxisTitle, Zoomable, } from '@progress/kendo-charts';
|
|
@@ -25,23 +25,23 @@ declare const ChartAxisDefaults: import('vue').DefineComponent<import('vue').Ext
|
|
|
25
25
|
default: any;
|
|
26
26
|
};
|
|
27
27
|
line: {
|
|
28
|
-
type: PropType<import('
|
|
28
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-line.interface').AxisLine>;
|
|
29
29
|
default: () => any;
|
|
30
30
|
};
|
|
31
31
|
majorGridLines: {
|
|
32
|
-
type: PropType<import('
|
|
32
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
33
33
|
default: () => any;
|
|
34
34
|
};
|
|
35
35
|
majorTicks: {
|
|
36
|
-
type: PropType<import('
|
|
36
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
37
37
|
default: () => any;
|
|
38
38
|
};
|
|
39
39
|
minorGridLines: {
|
|
40
|
-
type: PropType<import('
|
|
40
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
41
41
|
default: () => any;
|
|
42
42
|
};
|
|
43
43
|
minorTicks: {
|
|
44
|
-
type: PropType<import('
|
|
44
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
45
45
|
default: () => any;
|
|
46
46
|
};
|
|
47
47
|
narrowRange: {
|
|
@@ -53,7 +53,7 @@ declare const ChartAxisDefaults: import('vue').DefineComponent<import('vue').Ext
|
|
|
53
53
|
default: any;
|
|
54
54
|
};
|
|
55
55
|
plotBands: {
|
|
56
|
-
type: PropType<import('
|
|
56
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/plot-band.interface').PlotBand[]>;
|
|
57
57
|
default: () => any;
|
|
58
58
|
};
|
|
59
59
|
reverse: {
|
|
@@ -69,15 +69,15 @@ declare const ChartAxisDefaults: import('vue').DefineComponent<import('vue').Ext
|
|
|
69
69
|
default: any;
|
|
70
70
|
};
|
|
71
71
|
crosshair: {
|
|
72
|
-
type: PropType<import('
|
|
72
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/crosshair.interface').AxisDefaultsCrosshair>;
|
|
73
73
|
default: () => any;
|
|
74
74
|
};
|
|
75
75
|
labels: {
|
|
76
|
-
type: PropType<import('
|
|
76
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/labels.interface').AxisDefaultsLabels>;
|
|
77
77
|
default: () => any;
|
|
78
78
|
};
|
|
79
79
|
title: {
|
|
80
|
-
type: PropType<import('
|
|
80
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/title.interface').AxisDefaultsTitle>;
|
|
81
81
|
default: () => any;
|
|
82
82
|
};
|
|
83
83
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -90,23 +90,23 @@ declare const ChartAxisDefaults: import('vue').DefineComponent<import('vue').Ext
|
|
|
90
90
|
default: any;
|
|
91
91
|
};
|
|
92
92
|
line: {
|
|
93
|
-
type: PropType<import('
|
|
93
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-line.interface').AxisLine>;
|
|
94
94
|
default: () => any;
|
|
95
95
|
};
|
|
96
96
|
majorGridLines: {
|
|
97
|
-
type: PropType<import('
|
|
97
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
98
98
|
default: () => any;
|
|
99
99
|
};
|
|
100
100
|
majorTicks: {
|
|
101
|
-
type: PropType<import('
|
|
101
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
102
102
|
default: () => any;
|
|
103
103
|
};
|
|
104
104
|
minorGridLines: {
|
|
105
|
-
type: PropType<import('
|
|
105
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
106
106
|
default: () => any;
|
|
107
107
|
};
|
|
108
108
|
minorTicks: {
|
|
109
|
-
type: PropType<import('
|
|
109
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
110
110
|
default: () => any;
|
|
111
111
|
};
|
|
112
112
|
narrowRange: {
|
|
@@ -118,7 +118,7 @@ declare const ChartAxisDefaults: import('vue').DefineComponent<import('vue').Ext
|
|
|
118
118
|
default: any;
|
|
119
119
|
};
|
|
120
120
|
plotBands: {
|
|
121
|
-
type: PropType<import('
|
|
121
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/plot-band.interface').PlotBand[]>;
|
|
122
122
|
default: () => any;
|
|
123
123
|
};
|
|
124
124
|
reverse: {
|
|
@@ -134,33 +134,33 @@ declare const ChartAxisDefaults: import('vue').DefineComponent<import('vue').Ext
|
|
|
134
134
|
default: any;
|
|
135
135
|
};
|
|
136
136
|
crosshair: {
|
|
137
|
-
type: PropType<import('
|
|
137
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/crosshair.interface').AxisDefaultsCrosshair>;
|
|
138
138
|
default: () => any;
|
|
139
139
|
};
|
|
140
140
|
labels: {
|
|
141
|
-
type: PropType<import('
|
|
141
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/labels.interface').AxisDefaultsLabels>;
|
|
142
142
|
default: () => any;
|
|
143
143
|
};
|
|
144
144
|
title: {
|
|
145
|
-
type: PropType<import('
|
|
145
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/title.interface').AxisDefaultsTitle>;
|
|
146
146
|
default: () => any;
|
|
147
147
|
};
|
|
148
148
|
}>> & Readonly<{}>, {
|
|
149
|
-
|
|
149
|
+
reverse: boolean;
|
|
150
|
+
title: import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/title.interface').AxisDefaultsTitle;
|
|
151
|
+
line: import('@progress/kendo-charts/dist/npm/field-types/axis-line.interface').AxisLine;
|
|
150
152
|
color: string;
|
|
151
|
-
|
|
153
|
+
crosshair: import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/crosshair.interface').AxisDefaultsCrosshair;
|
|
152
154
|
visible: boolean;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
minorGridLines: import('../field-types/grid-lines.interface').GridLines;
|
|
160
|
-
minorTicks: import('../field-types/axis-ticks.interface').AxisTicks;
|
|
155
|
+
background: string;
|
|
156
|
+
labels: import('@progress/kendo-charts/dist/npm/option-types/axis-defaults/labels.interface').AxisDefaultsLabels;
|
|
157
|
+
majorGridLines: import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines;
|
|
158
|
+
majorTicks: import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks;
|
|
159
|
+
minorGridLines: import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines;
|
|
160
|
+
minorTicks: import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks;
|
|
161
161
|
narrowRange: boolean;
|
|
162
162
|
pane: string;
|
|
163
|
-
plotBands: import('
|
|
163
|
+
plotBands: import('@progress/kendo-charts/dist/npm/field-types/plot-band.interface').PlotBand[];
|
|
164
164
|
startAngle: number;
|
|
165
165
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
166
166
|
export { ChartAxisDefaults };
|