@ic3/reporting-api 8.0.0-rc.2 → 8.0.0
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/dist/ApiUtils.d.ts +46 -8
- package/dist/ApiUtils.js +37 -21
- package/dist/ApiUtils.js.map +1 -1
- package/dist/INotification.d.ts +29 -8
- package/dist/IPluginDefinition.d.ts +9 -0
- package/dist/IReporting.d.ts +3 -1
- package/dist/IThemeManager.d.ts +14 -13
- package/dist/IThemeManager.js.map +1 -1
- package/dist/ITypes.d.ts +25 -0
- package/dist/ITypes.js +31 -0
- package/dist/ITypes.js.map +1 -0
- package/dist/IWidgetManager.d.ts +5 -2
- package/dist/LazyTreeView.d.ts +6 -1
- package/dist/PublicContext.d.ts +19 -4
- package/dist/PublicLayout.d.ts +7 -23
- package/dist/PublicTemplate.d.ts +101 -41
- package/dist/PublicTemplate.js +1 -10
- package/dist/PublicTemplate.js.map +1 -1
- package/dist/PublicTemplateForm.d.ts +126 -15
- package/dist/PublicTemplateForm.js +1 -9
- package/dist/PublicTemplateForm.js.map +1 -1
- package/dist/PublicTemplates.d.ts +61 -0
- package/dist/{theme/ThemeGoogleMapMarker.js → PublicTemplates.js} +1 -1
- package/dist/PublicTemplates.js.map +1 -0
- package/dist/PublicTheme.d.ts +112 -75
- package/dist/PublicTheme.js.map +1 -1
- package/dist/PublicTidyColumn.d.ts +29 -9
- package/dist/PublicTidyColumn.js.map +1 -1
- package/dist/PublicTidyHistogram.d.ts +32 -0
- package/dist/PublicTidyHistogram.js.map +1 -1
- package/dist/PublicTidyMath.d.ts +2 -2
- package/dist/PublicTidyTable.d.ts +35 -18
- package/dist/PublicTidyTableInteractions.d.ts +24 -2
- package/dist/PublicTidyTableTypes.d.ts +28 -8
- package/dist/PublicTidyTableTypes.js +18 -1
- package/dist/PublicTidyTableTypes.js.map +1 -1
- package/dist/PublicTidyTree.d.ts +13 -3
- package/dist/PublicTidyTree.js +19 -13
- package/dist/PublicTidyTree.js.map +1 -1
- package/dist/index.d.ts +24 -0
- package/dist/index.js +29 -1
- package/dist/index.js.map +1 -1
- package/dist/theme/ThemeAmCharts4.d.ts +1346 -0
- package/dist/theme/ThemeAmCharts4.js +61 -0
- package/dist/theme/ThemeAmCharts4.js.map +1 -0
- package/dist/theme/ThemeApp.d.ts +11 -11
- package/dist/theme/ThemeApp.js +40 -0
- package/dist/theme/ThemeApp.js.map +1 -1
- package/dist/theme/ThemeBaseTable.d.ts +94 -0
- package/dist/theme/ThemeBaseTable.js +10 -0
- package/dist/theme/ThemeBaseTable.js.map +1 -0
- package/dist/theme/ThemeDatePicker.d.ts +111 -0
- package/dist/theme/ThemeDatePicker.js +3 -0
- package/dist/theme/ThemeDatePicker.js.map +1 -0
- package/dist/theme/ThemeEmbeddedReport.d.ts +25 -0
- package/dist/theme/ThemeEmbeddedReport.js +3 -0
- package/dist/theme/ThemeEmbeddedReport.js.map +1 -0
- package/dist/theme/ThemeFilter.d.ts +28 -0
- package/dist/theme/ThemeFilter.js +3 -0
- package/dist/theme/ThemeFilter.js.map +1 -0
- package/dist/theme/ThemeFilterAutocomplete.d.ts +31 -15
- package/dist/theme/ThemeFilterAutocomplete.js.map +1 -1
- package/dist/theme/ThemeFilterButtons.d.ts +40 -19
- package/dist/theme/ThemeFilterButtons.js.map +1 -1
- package/dist/theme/ThemeFilterCheckboxRadio.d.ts +48 -0
- package/dist/theme/ThemeFilterCheckboxRadio.js +23 -0
- package/dist/theme/ThemeFilterCheckboxRadio.js.map +1 -0
- package/dist/theme/ThemeFilterPanel.d.ts +84 -0
- package/dist/theme/ThemeFilterPanel.js +35 -0
- package/dist/theme/ThemeFilterPanel.js.map +1 -0
- package/dist/theme/ThemeFilterSlider.d.ts +42 -28
- package/dist/theme/ThemeFilterSlider.js +7 -7
- package/dist/theme/ThemeFilterSlider.js.map +1 -1
- package/dist/theme/ThemeFilterTree.d.ts +60 -30
- package/dist/theme/ThemeFilterTree.js.map +1 -1
- package/dist/theme/ThemeGoogle.d.ts +132 -0
- package/dist/theme/ThemeGoogle.js +64 -0
- package/dist/theme/ThemeGoogle.js.map +1 -0
- package/dist/theme/ThemeGoogleHeatMap.d.ts +58 -0
- package/dist/theme/ThemeGoogleHeatMap.js +3 -0
- package/dist/theme/ThemeGoogleHeatMap.js.map +1 -0
- package/dist/theme/ThemeGoogleKmlLayer.d.ts +40 -0
- package/dist/theme/ThemeGoogleKmlLayer.js +3 -0
- package/dist/theme/ThemeGoogleKmlLayer.js.map +1 -0
- package/dist/theme/ThemeGoogleMarker.d.ts +147 -0
- package/dist/theme/ThemeGoogleMarker.js +3 -0
- package/dist/theme/ThemeGoogleMarker.js.map +1 -0
- package/dist/theme/ThemeHtmlBox.d.ts +5 -1
- package/dist/theme/ThemeImage.d.ts +19 -0
- package/dist/theme/ThemeImage.js +3 -0
- package/dist/theme/ThemeImage.js.map +1 -0
- package/dist/theme/ThemeKpiBox.d.ts +46 -0
- package/dist/theme/ThemeKpiBox.js +3 -0
- package/dist/theme/ThemeKpiBox.js.map +1 -0
- package/dist/theme/ThemeKpiCard.d.ts +98 -0
- package/dist/theme/ThemeKpiCard.js +3 -0
- package/dist/theme/ThemeKpiCard.js.map +1 -0
- package/dist/theme/ThemeMarkdownText.d.ts +27 -0
- package/dist/theme/ThemeMarkdownText.js +3 -0
- package/dist/theme/ThemeMarkdownText.js.map +1 -0
- package/dist/theme/ThemePivotTable.d.ts +61 -0
- package/dist/theme/ThemePivotTable.js +10 -1
- package/dist/theme/ThemePivotTable.js.map +1 -1
- package/dist/theme/ThemeRepetitionWidget.d.ts +51 -0
- package/dist/theme/ThemeRepetitionWidget.js +3 -0
- package/dist/theme/ThemeRepetitionWidget.js.map +1 -0
- package/dist/theme/ThemeReportAppLeftPanel.d.ts +7 -0
- package/dist/theme/ThemeReportAppLeftPanel.js +11 -0
- package/dist/theme/ThemeReportAppLeftPanel.js.map +1 -0
- package/dist/theme/ThemeTable.d.ts +155 -2
- package/dist/theme/ThemeTable.js +165 -1
- package/dist/theme/ThemeTable.js.map +1 -1
- package/dist/theme/ThemeWidgetBox.d.ts +69 -0
- package/dist/theme/ThemeWidgetBox.js +29 -1
- package/dist/theme/ThemeWidgetBox.js.map +1 -1
- package/package.json +6 -6
- package/dist/theme/ThemeFilterCheckboxes.d.ts +0 -18
- package/dist/theme/ThemeFilterCheckboxes.js +0 -11
- package/dist/theme/ThemeFilterCheckboxes.js.map +0 -1
- package/dist/theme/ThemeGoogleMapMarker.d.ts +0 -51
- package/dist/theme/ThemeGoogleMapMarker.js.map +0 -1
|
@@ -0,0 +1,1346 @@
|
|
|
1
|
+
import { FormFieldObject, Hook, IColorDef } from "../PublicTemplateForm";
|
|
2
|
+
import { TidyTableColumnSelector, UseDatetimeAxis } from "../PublicTidyTableTypes";
|
|
3
|
+
import { TidyHistogramOptions } from "../PublicTidyHistogram";
|
|
4
|
+
export declare enum AxisRangeType {
|
|
5
|
+
LINE = "single_line",
|
|
6
|
+
RANGE = "range"
|
|
7
|
+
}
|
|
8
|
+
export declare enum GeoMapChartProjection {
|
|
9
|
+
Albers = "Albers",
|
|
10
|
+
AlbersUsa = "AlbersUsa",
|
|
11
|
+
AzimuthalEqualArea = "AzimuthalEqualArea",
|
|
12
|
+
Eckert6 = "Eckert6",
|
|
13
|
+
EqualEarth = "EqualEarth",
|
|
14
|
+
Projection = "Projection",
|
|
15
|
+
Mercator = "Mercator",
|
|
16
|
+
Miller = "Miller",
|
|
17
|
+
NaturalEarth1 = "NaturalEarth1",
|
|
18
|
+
Orthographic = "Orthographic",
|
|
19
|
+
Stereographic = "Stereographic"
|
|
20
|
+
}
|
|
21
|
+
export declare enum GeoMapChartUnMatchedRegionStrategy {
|
|
22
|
+
USE_DEFAULT_COLOR = "USE_DEFAULT_COLOR",
|
|
23
|
+
EXCLUDE_FROM_MAP = "EXCLUDE_FROM_MAP"
|
|
24
|
+
}
|
|
25
|
+
export interface IStrokeStyleProperties extends FormFieldObject {
|
|
26
|
+
itemStrokeFill?: string;
|
|
27
|
+
itemStrokeWidth: number;
|
|
28
|
+
itemStrokeOpacity: number;
|
|
29
|
+
}
|
|
30
|
+
export declare enum LegendPositionOption {
|
|
31
|
+
"bottom_left" = "bottom_left",
|
|
32
|
+
"bottom_center" = "bottom_center",
|
|
33
|
+
"bottom_right" = "bottom_right",
|
|
34
|
+
"right_bottom" = "right_bottom",
|
|
35
|
+
"right_middle" = "right_middle",
|
|
36
|
+
"right_top" = "right_top",
|
|
37
|
+
"top_right" = "top_right",
|
|
38
|
+
"top_center" = "top_center",
|
|
39
|
+
"top_left" = "top_left",
|
|
40
|
+
"left_top" = "left_top",
|
|
41
|
+
"left_middle" = "left_middle",
|
|
42
|
+
"left_bottom" = "left_bottom"
|
|
43
|
+
}
|
|
44
|
+
export declare enum OverflowType {
|
|
45
|
+
WRAP = "WRAP",
|
|
46
|
+
TRUNCATE = "TRUNCATE",
|
|
47
|
+
NONE = "NONE"
|
|
48
|
+
}
|
|
49
|
+
export declare enum CategoryAxisRotateLabels {
|
|
50
|
+
YES = "YES",
|
|
51
|
+
NO = "NO"
|
|
52
|
+
}
|
|
53
|
+
export declare enum SeriesLabelsPosition {
|
|
54
|
+
START = "START",
|
|
55
|
+
MIDDLE = "MIDDLE",
|
|
56
|
+
END = "END",
|
|
57
|
+
OUTSIDE = "OUTSIDE"
|
|
58
|
+
}
|
|
59
|
+
export interface IBulletShapeOptions extends FormFieldObject {
|
|
60
|
+
bulletShapeWidth: number;
|
|
61
|
+
bulletShapeHeight: number;
|
|
62
|
+
}
|
|
63
|
+
export interface Am4PieSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
|
|
64
|
+
/**
|
|
65
|
+
* Values.
|
|
66
|
+
*
|
|
67
|
+
* Data column (numeric) that defines the value of the slices.
|
|
68
|
+
*/
|
|
69
|
+
value: TidyTableColumnSelector;
|
|
70
|
+
/**
|
|
71
|
+
* Tooltip.
|
|
72
|
+
*
|
|
73
|
+
* The text displayed as a tooltip on the slices.
|
|
74
|
+
*/
|
|
75
|
+
chartCursorTooltipPie: string;
|
|
76
|
+
/**
|
|
77
|
+
* Sort Slices.
|
|
78
|
+
*
|
|
79
|
+
* Preferably, the slices of the donut chart are sorted large to small. Enable this options to sort the slices.
|
|
80
|
+
*/
|
|
81
|
+
pieSeriesSortSlices: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* Colors.
|
|
84
|
+
*
|
|
85
|
+
* Data column that defines the colors of the slices. Using the Category (see the Labels section) as default.
|
|
86
|
+
*/
|
|
87
|
+
color?: TidyTableColumnSelector;
|
|
88
|
+
}
|
|
89
|
+
export interface Am4PieLabelOptions extends FormFieldObject {
|
|
90
|
+
/**
|
|
91
|
+
* Category.
|
|
92
|
+
*
|
|
93
|
+
* Data column that identifies the slices in the pie chart.
|
|
94
|
+
*/
|
|
95
|
+
category: TidyTableColumnSelector;
|
|
96
|
+
/**
|
|
97
|
+
* Text.
|
|
98
|
+
*
|
|
99
|
+
* The text displayed on the slices.
|
|
100
|
+
*/
|
|
101
|
+
sliceLabelsText: string;
|
|
102
|
+
/**
|
|
103
|
+
* Max Width.
|
|
104
|
+
*
|
|
105
|
+
* Maximum width of the label.
|
|
106
|
+
*/
|
|
107
|
+
sliceLabelsMaxWidth: number;
|
|
108
|
+
/**
|
|
109
|
+
* Overflow Type.
|
|
110
|
+
*
|
|
111
|
+
* What happens when the label is larger than the max width?
|
|
112
|
+
*/
|
|
113
|
+
sliceLabelsOverflow?: OverflowType;
|
|
114
|
+
/**
|
|
115
|
+
* Align Labels.
|
|
116
|
+
*
|
|
117
|
+
* Align the labels to the left and to the right of the chart.
|
|
118
|
+
*/
|
|
119
|
+
sliceLabelsAlignLabels: boolean;
|
|
120
|
+
}
|
|
121
|
+
export interface Am4LabelOptions extends FormFieldObject {
|
|
122
|
+
/**
|
|
123
|
+
* Text.
|
|
124
|
+
*
|
|
125
|
+
* The text displayed in the center of the chart
|
|
126
|
+
*/
|
|
127
|
+
labelText: string;
|
|
128
|
+
labelTextAlign: 'start' | 'end' | 'middle';
|
|
129
|
+
labelDy: number;
|
|
130
|
+
labelDx: number;
|
|
131
|
+
labelHasBackground: boolean;
|
|
132
|
+
labelBackgroundColor?: IColorDef;
|
|
133
|
+
labelBackgroundOpacity: number;
|
|
134
|
+
labelHorizontalCenter: 'left' | 'middle' | 'right' | 'none';
|
|
135
|
+
labelVerticalCenter: 'bottom' | 'middle' | 'top' | 'none';
|
|
136
|
+
}
|
|
137
|
+
export interface Am4LegendOptions extends FormFieldObject {
|
|
138
|
+
/**
|
|
139
|
+
* Legend.
|
|
140
|
+
*/
|
|
141
|
+
legendEnabled: boolean;
|
|
142
|
+
/**
|
|
143
|
+
* Legend Position.
|
|
144
|
+
*/
|
|
145
|
+
legendPosition: LegendPositionOption;
|
|
146
|
+
/**
|
|
147
|
+
* Reverse Legend Order.
|
|
148
|
+
*
|
|
149
|
+
* Reverse the items in the legend.
|
|
150
|
+
*/
|
|
151
|
+
legendOrderReversed: boolean;
|
|
152
|
+
}
|
|
153
|
+
export interface Am4DonutLegendOptions extends Am4LegendOptions {
|
|
154
|
+
/**
|
|
155
|
+
* Legend Label.
|
|
156
|
+
*
|
|
157
|
+
* The HTML contents of the legend labels.
|
|
158
|
+
*/
|
|
159
|
+
legendLabel: string;
|
|
160
|
+
/**
|
|
161
|
+
* Legend Value.
|
|
162
|
+
*
|
|
163
|
+
* Show a value in the legend next to the label. Leave blank to show no value. The value is rendered as HTML.
|
|
164
|
+
*/
|
|
165
|
+
legendValue?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface Am4DonutOptions extends FormFieldObject {
|
|
168
|
+
/**
|
|
169
|
+
* Inner Radius.
|
|
170
|
+
*
|
|
171
|
+
* The inner radius of the donut as a percentage of the outer radius. Set to 0 to get a pie chart.
|
|
172
|
+
*/
|
|
173
|
+
donutInnerRadius: number;
|
|
174
|
+
/**
|
|
175
|
+
* Radius.
|
|
176
|
+
*
|
|
177
|
+
* The radius of the chart as a percentage of the available space.
|
|
178
|
+
*/
|
|
179
|
+
donutRadius: number;
|
|
180
|
+
/**
|
|
181
|
+
* Start Angle.
|
|
182
|
+
*
|
|
183
|
+
* The donut starts at this angle. "The angle in degrees is a value between 0 and 360. Note, the angle starts
|
|
184
|
+
* at 3 o'clock and rotates clockwise. An angle of 180 starts the donut at 9 o'clock.
|
|
185
|
+
*/
|
|
186
|
+
donutStartAngle: number;
|
|
187
|
+
/**
|
|
188
|
+
* End Angle.
|
|
189
|
+
*
|
|
190
|
+
* The angle in degrees is a value between 0 and 360. Note, the angle starts at 3 o'clock and rotates clockwise.
|
|
191
|
+
* An angle of 360 ends the donut at 3 o'clock.
|
|
192
|
+
*/
|
|
193
|
+
donutEndAngle: number;
|
|
194
|
+
}
|
|
195
|
+
export interface Am4GaugeHandOptions extends FormFieldObject {
|
|
196
|
+
/**
|
|
197
|
+
* Value.
|
|
198
|
+
*
|
|
199
|
+
* The hand will point to this value on the axis. Note, The gauge only considers the first row.
|
|
200
|
+
*/
|
|
201
|
+
value: TidyTableColumnSelector;
|
|
202
|
+
/**
|
|
203
|
+
* Color.
|
|
204
|
+
*
|
|
205
|
+
* The color of the hand.
|
|
206
|
+
*/
|
|
207
|
+
gaugeHandColor: string;
|
|
208
|
+
gaugeHandInnerRadius: number;
|
|
209
|
+
gaugeHandStartWidth: number;
|
|
210
|
+
gaugeHandPinDisabled: boolean;
|
|
211
|
+
gaugeHandPinRadius: number;
|
|
212
|
+
}
|
|
213
|
+
export interface Am4GaugeAxisOptions extends FormFieldObject {
|
|
214
|
+
/**
|
|
215
|
+
* Minimum.
|
|
216
|
+
*
|
|
217
|
+
* Start value of the axis.
|
|
218
|
+
*/
|
|
219
|
+
gaugeAxisMinimum: string;
|
|
220
|
+
/**
|
|
221
|
+
* Maximum.
|
|
222
|
+
*
|
|
223
|
+
* End value of the axis.
|
|
224
|
+
*/
|
|
225
|
+
gaugeAxisMaximum: string;
|
|
226
|
+
/**
|
|
227
|
+
* Format.
|
|
228
|
+
*
|
|
229
|
+
* Format pattern. Examples: integer: `#.`; number: `#`; two decimals: `#.00`; thousands/millions: `#a`; currency: `€#`.
|
|
230
|
+
*/
|
|
231
|
+
gaugeAxisValueFormat?: string;
|
|
232
|
+
/**
|
|
233
|
+
* Min Label Distance.
|
|
234
|
+
*
|
|
235
|
+
* Minimum distance between axis labels.
|
|
236
|
+
*/
|
|
237
|
+
gaugeAxisMinGridDistance: number;
|
|
238
|
+
/**
|
|
239
|
+
* Axis Ranges.
|
|
240
|
+
*
|
|
241
|
+
* JSON Axis Ranges. For example:
|
|
242
|
+
*
|
|
243
|
+
* <pre>
|
|
244
|
+
* [
|
|
245
|
+
* {
|
|
246
|
+
* "label": "low",
|
|
247
|
+
* "start": 0,
|
|
248
|
+
* "end": 50,
|
|
249
|
+
* "color": "red"
|
|
250
|
+
* },
|
|
251
|
+
* {
|
|
252
|
+
* "label": "high",
|
|
253
|
+
* "start": 50,
|
|
254
|
+
* "end": 100,
|
|
255
|
+
* "color": "green"
|
|
256
|
+
* }
|
|
257
|
+
* ]
|
|
258
|
+
* </pre>
|
|
259
|
+
*/
|
|
260
|
+
gaugeAxisRanges?: string;
|
|
261
|
+
gaugeAxisShowLabels: boolean;
|
|
262
|
+
gaugeAxisBentLabels: boolean;
|
|
263
|
+
gaugeAxisSwapAxes: boolean;
|
|
264
|
+
gaugeAxisLabelsRadius: number;
|
|
265
|
+
gaugeAxisRadius: number;
|
|
266
|
+
gaugeAxisRangesRadius: number;
|
|
267
|
+
gaugeAxisRangeLabelsRadius: number;
|
|
268
|
+
gaugeAxisRangeOpacity: number;
|
|
269
|
+
}
|
|
270
|
+
export interface Am4GaugeOptions extends FormFieldObject {
|
|
271
|
+
/**
|
|
272
|
+
* Radius.
|
|
273
|
+
*
|
|
274
|
+
* The radius of the chart as a percentage of the available space.
|
|
275
|
+
*/
|
|
276
|
+
gaugeRadius: number;
|
|
277
|
+
gaugeInnerRadius: number;
|
|
278
|
+
gaugeStartAngle: number;
|
|
279
|
+
gaugeEndAngle: number;
|
|
280
|
+
}
|
|
281
|
+
export interface Am4SimpleCategoryAxisOptions extends FormFieldObject {
|
|
282
|
+
/**
|
|
283
|
+
* Title Text.
|
|
284
|
+
*
|
|
285
|
+
* The title of the horizontal axis.
|
|
286
|
+
*
|
|
287
|
+
* [Bar Chart]
|
|
288
|
+
*
|
|
289
|
+
* Title Text.
|
|
290
|
+
*
|
|
291
|
+
* The title of the vertical axis.
|
|
292
|
+
*/
|
|
293
|
+
xAxisTitleText: string;
|
|
294
|
+
/**
|
|
295
|
+
* Label Spacing.
|
|
296
|
+
*
|
|
297
|
+
* Controls the minimum space between the labels.
|
|
298
|
+
*/
|
|
299
|
+
xAxisLabelSpacing?: number;
|
|
300
|
+
/**
|
|
301
|
+
* Max Label Width.
|
|
302
|
+
*
|
|
303
|
+
* The maximum width in pixels for the labels.
|
|
304
|
+
*/
|
|
305
|
+
xAxisLabelMaxWidth?: number;
|
|
306
|
+
/**
|
|
307
|
+
* Label Overflow.
|
|
308
|
+
*
|
|
309
|
+
* Choice of behavior when the label is larger than the max width.
|
|
310
|
+
*/
|
|
311
|
+
xAxisLabelOverflow?: OverflowType;
|
|
312
|
+
/**
|
|
313
|
+
* Rotate Label.
|
|
314
|
+
*
|
|
315
|
+
* Rotate the labels on the category axis by 45 degrees.
|
|
316
|
+
*/
|
|
317
|
+
xAxisRotateLabels?: CategoryAxisRotateLabels;
|
|
318
|
+
/**
|
|
319
|
+
* Cell Start Location.
|
|
320
|
+
*
|
|
321
|
+
* Value between 0 and 1 that indicates where the category starts on the grid.
|
|
322
|
+
*/
|
|
323
|
+
xAxisCellStartLocation: number;
|
|
324
|
+
/**
|
|
325
|
+
* Cell End Location.
|
|
326
|
+
*
|
|
327
|
+
* Value between 0 and 1 that indicates where the category ends on the grid.
|
|
328
|
+
*/
|
|
329
|
+
xAxisCellEndLocation: number;
|
|
330
|
+
/**
|
|
331
|
+
* Initial Zoom.
|
|
332
|
+
*
|
|
333
|
+
* The start index and the end index seperated by a comma.
|
|
334
|
+
*/
|
|
335
|
+
xAxisInitialZoom?: string;
|
|
336
|
+
}
|
|
337
|
+
export interface Am4ValueAxisOptions extends FormFieldObject {
|
|
338
|
+
/**
|
|
339
|
+
* Title Text.
|
|
340
|
+
*
|
|
341
|
+
* The title of the vertical axis.
|
|
342
|
+
*
|
|
343
|
+
* [Bar Chart]
|
|
344
|
+
*
|
|
345
|
+
* Title Text.
|
|
346
|
+
*
|
|
347
|
+
* The title of the horizontal axis.
|
|
348
|
+
*/
|
|
349
|
+
yAxisTitleText?: string;
|
|
350
|
+
/**
|
|
351
|
+
* Minimum.
|
|
352
|
+
*
|
|
353
|
+
* The axis starts at this value.
|
|
354
|
+
*/
|
|
355
|
+
yAxisMinimum?: number;
|
|
356
|
+
/**
|
|
357
|
+
* Maximum.
|
|
358
|
+
*
|
|
359
|
+
* The axis ends at this value.
|
|
360
|
+
*/
|
|
361
|
+
yAxisMaximum?: number;
|
|
362
|
+
/**
|
|
363
|
+
* Adjust Minimum By.
|
|
364
|
+
*
|
|
365
|
+
* Expand the calculated axis range by this percentage, making the minimum smaller.
|
|
366
|
+
*/
|
|
367
|
+
yAxisExtraMinimum?: number;
|
|
368
|
+
/**
|
|
369
|
+
* Adjust Maximum By.
|
|
370
|
+
*
|
|
371
|
+
* Expand the calculated axis range by this percentage, making the maximum larger.
|
|
372
|
+
*/
|
|
373
|
+
yAxisExtraMaximum?: number;
|
|
374
|
+
/**
|
|
375
|
+
* Always Include Zero.
|
|
376
|
+
*
|
|
377
|
+
* Always show zero in the axis.
|
|
378
|
+
*/
|
|
379
|
+
yAxisIncludeZero: boolean;
|
|
380
|
+
/**
|
|
381
|
+
* Show Numbers.
|
|
382
|
+
*
|
|
383
|
+
* Display the numbers next to the axis.
|
|
384
|
+
*/
|
|
385
|
+
yAxisShowLabels: boolean;
|
|
386
|
+
/**
|
|
387
|
+
* Value Format.
|
|
388
|
+
*
|
|
389
|
+
* Format pattern. Examples: integer: `#.`; number: `#`; two decimals: `#.00`; thousands/millions: `#a`; currency: `€#`.
|
|
390
|
+
*/
|
|
391
|
+
yAxisValueFormat?: string;
|
|
392
|
+
/**
|
|
393
|
+
* Minimum Grid Distance.
|
|
394
|
+
*
|
|
395
|
+
* The minimum distance between the grid lines.
|
|
396
|
+
*/
|
|
397
|
+
yAxisMinGridDistance?: number;
|
|
398
|
+
/**
|
|
399
|
+
* Initial Zoom.
|
|
400
|
+
*
|
|
401
|
+
* The start value and the end value seperated by a comma.
|
|
402
|
+
*/
|
|
403
|
+
yAxisInitialZoom?: string;
|
|
404
|
+
}
|
|
405
|
+
export interface Am4SimpleColumnSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
|
|
406
|
+
/**
|
|
407
|
+
* Value.
|
|
408
|
+
*
|
|
409
|
+
* Display the distribution of the values in this column.
|
|
410
|
+
*/
|
|
411
|
+
value: TidyTableColumnSelector;
|
|
412
|
+
/**
|
|
413
|
+
* Group By.
|
|
414
|
+
*
|
|
415
|
+
* Distribution for each group.
|
|
416
|
+
*/
|
|
417
|
+
groupBy?: TidyTableColumnSelector;
|
|
418
|
+
/**
|
|
419
|
+
* Column Color.
|
|
420
|
+
*
|
|
421
|
+
* A column with colors for the columns in the chart.
|
|
422
|
+
*/
|
|
423
|
+
columnSeriesColor?: TidyTableColumnSelector;
|
|
424
|
+
/**
|
|
425
|
+
* Tooltip.
|
|
426
|
+
*
|
|
427
|
+
* Show this text when hovering the column in the chart.
|
|
428
|
+
*/
|
|
429
|
+
chartCursorTooltipColumn: string;
|
|
430
|
+
/**
|
|
431
|
+
* Legend Text.
|
|
432
|
+
*
|
|
433
|
+
* The name of the column series in the legend.
|
|
434
|
+
*/
|
|
435
|
+
legendColumnSeriesLabel?: string;
|
|
436
|
+
/**
|
|
437
|
+
* Show Value in Legend.
|
|
438
|
+
*
|
|
439
|
+
* Show values in the legend when the user moves the cursor over the chart.
|
|
440
|
+
*/
|
|
441
|
+
legendColumnSeriesShowValue: boolean;
|
|
442
|
+
/**
|
|
443
|
+
* Clustered.
|
|
444
|
+
*
|
|
445
|
+
* Show the columns in a group next to each other. If false, the chart renders them layered on top of each other.
|
|
446
|
+
*/
|
|
447
|
+
clustered: boolean;
|
|
448
|
+
/**
|
|
449
|
+
* Fill Opacity.
|
|
450
|
+
*
|
|
451
|
+
* Opacity of the columns fill (excluding the border).
|
|
452
|
+
*/
|
|
453
|
+
columnFillOpacity: number;
|
|
454
|
+
}
|
|
455
|
+
export interface Am4ValueLabelOptions extends FormFieldObject {
|
|
456
|
+
/**
|
|
457
|
+
* Value Labels.
|
|
458
|
+
*
|
|
459
|
+
* Add a value label for each item in the chart.
|
|
460
|
+
*/
|
|
461
|
+
seriesLabelsEnabled: boolean;
|
|
462
|
+
/**
|
|
463
|
+
* Label Text.
|
|
464
|
+
*/
|
|
465
|
+
seriesLabelsText: string;
|
|
466
|
+
/**
|
|
467
|
+
* Label Position.
|
|
468
|
+
*
|
|
469
|
+
* Where to show the label on the item.
|
|
470
|
+
*/
|
|
471
|
+
seriesLabelsPosition: SeriesLabelsPosition;
|
|
472
|
+
/**
|
|
473
|
+
* Hide Small Labels.
|
|
474
|
+
*
|
|
475
|
+
* Hide labels that don't fit.
|
|
476
|
+
*/
|
|
477
|
+
seriesLabelsHideOversize: boolean;
|
|
478
|
+
/**
|
|
479
|
+
* Stack Top Text.
|
|
480
|
+
*
|
|
481
|
+
* Text displayed on top of the stack.
|
|
482
|
+
*/
|
|
483
|
+
seriesLabelsStackTotalText?: string;
|
|
484
|
+
}
|
|
485
|
+
export interface Am4ChartCursorOptions extends FormFieldObject {
|
|
486
|
+
/**
|
|
487
|
+
* Chart Cursor.
|
|
488
|
+
*/
|
|
489
|
+
chartCursorEnabled: boolean;
|
|
490
|
+
/**
|
|
491
|
+
* Chart Cursor Behavior.
|
|
492
|
+
*
|
|
493
|
+
* Action performed when the user drags the cursor.
|
|
494
|
+
*/
|
|
495
|
+
chartCursorBehaviour: "zoomX" | "zoomY" | "zoomXY" | "selectX" | "selectY" | "selectXY" | "panX" | "panY" | "panXY" | "none";
|
|
496
|
+
}
|
|
497
|
+
export interface Am4ScrollbarOptions extends FormFieldObject {
|
|
498
|
+
/**
|
|
499
|
+
* Horizontal Scrollbar.
|
|
500
|
+
*/
|
|
501
|
+
EnableScrollbarX: boolean;
|
|
502
|
+
/**
|
|
503
|
+
* Horizontal Scrollbar Plot.
|
|
504
|
+
*
|
|
505
|
+
* Show the first series as a plot in the horizontal scrollbar.
|
|
506
|
+
*/
|
|
507
|
+
ScrollbarXShowSeries: boolean;
|
|
508
|
+
/**
|
|
509
|
+
* Vertical Scrollbar.
|
|
510
|
+
*/
|
|
511
|
+
EnableScrollbarY: boolean;
|
|
512
|
+
/**
|
|
513
|
+
* Vertical Scrollbar Plot.
|
|
514
|
+
*
|
|
515
|
+
* Show the first series as a plot in the vertical scrollbar.
|
|
516
|
+
*/
|
|
517
|
+
ScrollbarYShowSeries: boolean;
|
|
518
|
+
}
|
|
519
|
+
export interface Am4SankeyFlowOptions extends FormFieldObject {
|
|
520
|
+
/**
|
|
521
|
+
* Value.
|
|
522
|
+
*
|
|
523
|
+
* Flow values.
|
|
524
|
+
*/
|
|
525
|
+
value: TidyTableColumnSelector;
|
|
526
|
+
/**
|
|
527
|
+
* Link Fill Opacity.
|
|
528
|
+
*
|
|
529
|
+
* Value between 0 and 1 for the opacity of the links/flows between the nodes.
|
|
530
|
+
*/
|
|
531
|
+
linkFillOpacity: number;
|
|
532
|
+
/**
|
|
533
|
+
* Flow Tension.
|
|
534
|
+
*
|
|
535
|
+
* Set to 1 for straight flows. Smaller values make the flows curve more.
|
|
536
|
+
*/
|
|
537
|
+
flowTension: number;
|
|
538
|
+
/**
|
|
539
|
+
* Color Mode.
|
|
540
|
+
*/
|
|
541
|
+
colorMode: 'solid' | 'gradient' | 'fromNode' | 'toNode';
|
|
542
|
+
}
|
|
543
|
+
export interface Am4SankeyNodeOptions extends FormFieldObject, IStrokeStyleProperties {
|
|
544
|
+
/**
|
|
545
|
+
* Width.
|
|
546
|
+
*
|
|
547
|
+
* Depending on the orientation, the width (if horizontal) or height (if vertical) of the node.
|
|
548
|
+
*/
|
|
549
|
+
nodeWidth: number;
|
|
550
|
+
}
|
|
551
|
+
export interface Am4SankeyDiagramOptions extends FormFieldObject {
|
|
552
|
+
/**
|
|
553
|
+
* Orientation.
|
|
554
|
+
*
|
|
555
|
+
* Show the Sankey from left to right if 'Horizontal' and from top to bottom if 'Vertical'.
|
|
556
|
+
*/
|
|
557
|
+
orientation: 'horizontal' | 'vertical';
|
|
558
|
+
}
|
|
559
|
+
export interface Am4TreeMapSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
|
|
560
|
+
/**
|
|
561
|
+
* First Level.
|
|
562
|
+
*
|
|
563
|
+
* The first level contains the names for the items.
|
|
564
|
+
*/
|
|
565
|
+
level0: TidyTableColumnSelector;
|
|
566
|
+
/**
|
|
567
|
+
* Second Level.
|
|
568
|
+
*
|
|
569
|
+
* Adds a hierarchy to the first level.
|
|
570
|
+
*/
|
|
571
|
+
level1?: TidyTableColumnSelector;
|
|
572
|
+
/**
|
|
573
|
+
* Values.
|
|
574
|
+
*
|
|
575
|
+
* Sizes of the boxes.
|
|
576
|
+
*/
|
|
577
|
+
value: TidyTableColumnSelector;
|
|
578
|
+
/**
|
|
579
|
+
* Color.
|
|
580
|
+
*
|
|
581
|
+
* Column containing colors for the tree items.
|
|
582
|
+
*/
|
|
583
|
+
treemapColor?: TidyTableColumnSelector;
|
|
584
|
+
/**
|
|
585
|
+
* Labels.
|
|
586
|
+
*
|
|
587
|
+
* Expression for the labels on the tree items.
|
|
588
|
+
*/
|
|
589
|
+
labelExpression: string;
|
|
590
|
+
/**
|
|
591
|
+
* Tooltips.
|
|
592
|
+
*
|
|
593
|
+
* Expression for the tooltip when hovering a tree item.
|
|
594
|
+
*/
|
|
595
|
+
tooltipExpression: string;
|
|
596
|
+
/**
|
|
597
|
+
* Corner Radius.
|
|
598
|
+
*/
|
|
599
|
+
cornerRadius: number;
|
|
600
|
+
/**
|
|
601
|
+
* Layout Algorithm.
|
|
602
|
+
*
|
|
603
|
+
* The algorithm used to divide the area into squares based on their values.
|
|
604
|
+
*/
|
|
605
|
+
layoutAlgorithm: string;
|
|
606
|
+
}
|
|
607
|
+
export interface Am4GeoSeriesOptions extends FormFieldObject {
|
|
608
|
+
/**
|
|
609
|
+
* Region.
|
|
610
|
+
*
|
|
611
|
+
* Column with map codes, [ISO-2 codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
|
|
612
|
+
* (e.g., US, CH, GB, FR). Note that provinces, regions, departments are available as well (e.g., FR-30).
|
|
613
|
+
*/
|
|
614
|
+
region: TidyTableColumnSelector;
|
|
615
|
+
/**
|
|
616
|
+
* Region Click Column.
|
|
617
|
+
*
|
|
618
|
+
* If defined, the column that is used to fire the region-click event.
|
|
619
|
+
*/
|
|
620
|
+
hitColumn?: TidyTableColumnSelector;
|
|
621
|
+
/**
|
|
622
|
+
* Map.
|
|
623
|
+
*
|
|
624
|
+
* The map displayed by the chart. Use any URL to access your own GeoJSON file
|
|
625
|
+
* (e.g., https://customer.com/world.json).
|
|
626
|
+
*/
|
|
627
|
+
mapUrl: string;
|
|
628
|
+
/**
|
|
629
|
+
* Map Projection.
|
|
630
|
+
*/
|
|
631
|
+
mapProjection: GeoMapChartProjection;
|
|
632
|
+
/**
|
|
633
|
+
* Initial Zoom.
|
|
634
|
+
*
|
|
635
|
+
* To set the currently displayed zoom open the widget's menu (top right) and click on 'Set Zoom & Center'.
|
|
636
|
+
*/
|
|
637
|
+
initialZoom?: number;
|
|
638
|
+
/**
|
|
639
|
+
* Initial Latitude.
|
|
640
|
+
*
|
|
641
|
+
* To set the currently displayed latitude open the widget's menu (top right) and click on 'Set Zoom & Center'.
|
|
642
|
+
*/
|
|
643
|
+
initialLatitude?: number;
|
|
644
|
+
/**
|
|
645
|
+
* Initial Longitude.
|
|
646
|
+
*
|
|
647
|
+
* To set the currently displayed longitude open the widget's menu (top right) and click on 'Set Zoom & Center'.
|
|
648
|
+
*/
|
|
649
|
+
initialLongitude?: number;
|
|
650
|
+
/**
|
|
651
|
+
* Region Tooltip.
|
|
652
|
+
*
|
|
653
|
+
* The region column is the expression default column.
|
|
654
|
+
*/
|
|
655
|
+
tooltip?: string;
|
|
656
|
+
/**
|
|
657
|
+
* Unmatched Regions Strategy.
|
|
658
|
+
*
|
|
659
|
+
* Used for missing map regions in the query.
|
|
660
|
+
*/
|
|
661
|
+
unmatchedRegionStrategy: GeoMapChartUnMatchedRegionStrategy;
|
|
662
|
+
/**
|
|
663
|
+
* Excluded Regions.
|
|
664
|
+
*
|
|
665
|
+
* A comma separated list of country codes that will be excluded from the map (e.g., US, CH, GB).
|
|
666
|
+
*/
|
|
667
|
+
excludedRegions?: string;
|
|
668
|
+
/**
|
|
669
|
+
* Draggable.
|
|
670
|
+
*/
|
|
671
|
+
draggable: boolean;
|
|
672
|
+
/**
|
|
673
|
+
* Zoomable.
|
|
674
|
+
*/
|
|
675
|
+
zoomable: boolean;
|
|
676
|
+
/**
|
|
677
|
+
* Region Color.
|
|
678
|
+
*
|
|
679
|
+
* A column with the colors of the regions.
|
|
680
|
+
*/
|
|
681
|
+
regionColorColumn?: TidyTableColumnSelector;
|
|
682
|
+
/**
|
|
683
|
+
* Default Region Color.
|
|
684
|
+
*
|
|
685
|
+
* Color used for regions without a value in the 'Region Color' column.
|
|
686
|
+
*/
|
|
687
|
+
regionColor: IColorDef;
|
|
688
|
+
/**
|
|
689
|
+
* Background Color (Water).
|
|
690
|
+
*/
|
|
691
|
+
backgroundColor?: IColorDef;
|
|
692
|
+
}
|
|
693
|
+
export interface Am4SecondValueAxisOptions extends FormFieldObject {
|
|
694
|
+
/**
|
|
695
|
+
* Title Text.
|
|
696
|
+
*
|
|
697
|
+
* The title of the vertical axis.
|
|
698
|
+
*/
|
|
699
|
+
yAxisSecondTitleText?: string;
|
|
700
|
+
/**
|
|
701
|
+
* Minimum.
|
|
702
|
+
*
|
|
703
|
+
* The axis starts at this value.
|
|
704
|
+
*/
|
|
705
|
+
yAxisSecondMinimum?: number;
|
|
706
|
+
/**
|
|
707
|
+
* Maximum.
|
|
708
|
+
*
|
|
709
|
+
* The axis end at this value.
|
|
710
|
+
*/
|
|
711
|
+
yAxisSecondMaximum?: number;
|
|
712
|
+
/**
|
|
713
|
+
* Adjust Minimum By.
|
|
714
|
+
*
|
|
715
|
+
* Expand the calculated axis range by this percentage, making the minimum smaller.
|
|
716
|
+
*/
|
|
717
|
+
yAxisSecondExtraMinimum?: number;
|
|
718
|
+
/**
|
|
719
|
+
* Adjust Maximum By.
|
|
720
|
+
* Expand the calculated axis range by this percentage, making the maximum larger.
|
|
721
|
+
*/
|
|
722
|
+
yAxisSecondExtraMaximum?: number;
|
|
723
|
+
/**
|
|
724
|
+
* Always Include Zero.
|
|
725
|
+
*
|
|
726
|
+
* Always show zero in the axis.
|
|
727
|
+
*/
|
|
728
|
+
yAxisSecondIncludeZero: boolean;
|
|
729
|
+
/**
|
|
730
|
+
* Show Numbers.
|
|
731
|
+
*
|
|
732
|
+
* Display the numbers next to the axis.
|
|
733
|
+
*/
|
|
734
|
+
yAxisSecondShowLabels: boolean;
|
|
735
|
+
/**
|
|
736
|
+
* Value Format.
|
|
737
|
+
*
|
|
738
|
+
* Format pattern. Examples: integer: `#.`; number: `#`; two decimals: `#.00`; thousands/millions: `#a`; currency: `€#`.
|
|
739
|
+
*/
|
|
740
|
+
yAxisSecondValueFormat?: string;
|
|
741
|
+
/**
|
|
742
|
+
* Minimum Grid Distance.
|
|
743
|
+
*
|
|
744
|
+
* The minimum distance between the grid lines.
|
|
745
|
+
*/
|
|
746
|
+
yAxisSecondMinGridDistance?: number;
|
|
747
|
+
/**
|
|
748
|
+
* Initial Zoom.
|
|
749
|
+
*
|
|
750
|
+
* The start value and the end value seperated by a comma.
|
|
751
|
+
*/
|
|
752
|
+
yAxisSecondInitialZoom?: string;
|
|
753
|
+
}
|
|
754
|
+
export interface Am4BubbleSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
|
|
755
|
+
/**
|
|
756
|
+
* Labels.
|
|
757
|
+
*
|
|
758
|
+
* Names for the bubbles.
|
|
759
|
+
*/
|
|
760
|
+
label: TidyTableColumnSelector;
|
|
761
|
+
/**
|
|
762
|
+
* X-Values.
|
|
763
|
+
*
|
|
764
|
+
* The x-coordinates of the bubbles.
|
|
765
|
+
*/
|
|
766
|
+
valueX: TidyTableColumnSelector;
|
|
767
|
+
/**
|
|
768
|
+
* Y-Values.
|
|
769
|
+
*
|
|
770
|
+
* The y-coordinates of the bubbles.
|
|
771
|
+
*/
|
|
772
|
+
valueY: TidyTableColumnSelector;
|
|
773
|
+
/**
|
|
774
|
+
* Bubble Size
|
|
775
|
+
*/
|
|
776
|
+
bubbleSize?: TidyTableColumnSelector;
|
|
777
|
+
/**
|
|
778
|
+
* Group.
|
|
779
|
+
*
|
|
780
|
+
* Create a new series for each group.
|
|
781
|
+
*/
|
|
782
|
+
group?: TidyTableColumnSelector;
|
|
783
|
+
/**
|
|
784
|
+
* Color.
|
|
785
|
+
*
|
|
786
|
+
* Color of the item in the scatter plot.
|
|
787
|
+
*/
|
|
788
|
+
scatterSeriesColor?: TidyTableColumnSelector;
|
|
789
|
+
/**
|
|
790
|
+
* Tooltip.
|
|
791
|
+
*
|
|
792
|
+
* The text displayed as a tooltip on the points.
|
|
793
|
+
*/
|
|
794
|
+
chartCursorTooltipScatter: string;
|
|
795
|
+
/**
|
|
796
|
+
* Min Bubble Size.
|
|
797
|
+
*
|
|
798
|
+
* The minimum bubble size in pixels. The bubble with the smallest value for size gets this size.
|
|
799
|
+
*/
|
|
800
|
+
minBubbleSize: number;
|
|
801
|
+
/**
|
|
802
|
+
* Max Bubble Size.
|
|
803
|
+
*
|
|
804
|
+
* The maximum bubble size in pixels. The bubble with the largest value for size gets this size.
|
|
805
|
+
*/
|
|
806
|
+
maxBubbleSize: number;
|
|
807
|
+
/**
|
|
808
|
+
* Fill Opacity.
|
|
809
|
+
*/
|
|
810
|
+
fillOpacity: number;
|
|
811
|
+
}
|
|
812
|
+
export interface Am4ScatterTrendLineOptions extends FormFieldObject {
|
|
813
|
+
/**
|
|
814
|
+
* Trend Line.
|
|
815
|
+
*/
|
|
816
|
+
trendLineEnabled: boolean;
|
|
817
|
+
/**
|
|
818
|
+
* Trend Line Color.
|
|
819
|
+
*
|
|
820
|
+
* Column containing the color for the trend line.
|
|
821
|
+
*/
|
|
822
|
+
trendLineColor?: IColorDef;
|
|
823
|
+
/**
|
|
824
|
+
* Stroke Dash Array.
|
|
825
|
+
*
|
|
826
|
+
* Comma separated list of dash-lengths and gap-lengths. Use 0 for solid line.
|
|
827
|
+
*/
|
|
828
|
+
trendLineStrokeDashArray: string;
|
|
829
|
+
/**
|
|
830
|
+
* Show in Legend.
|
|
831
|
+
*
|
|
832
|
+
* Display the trend line in the legend (if the legend is enabled).
|
|
833
|
+
*/
|
|
834
|
+
trendLineShowInLegend: boolean;
|
|
835
|
+
/**
|
|
836
|
+
* Per Group.
|
|
837
|
+
*
|
|
838
|
+
* Display a trend line for each group?
|
|
839
|
+
*/
|
|
840
|
+
trendLinePerGroup: boolean;
|
|
841
|
+
}
|
|
842
|
+
export interface Am4CategoryDateAxisOptions extends FormFieldObject {
|
|
843
|
+
/**
|
|
844
|
+
* If we have (date)times available, then
|
|
845
|
+
* YES -> always use them
|
|
846
|
+
* NO -> never use them
|
|
847
|
+
* AUTO -> use them if the level is a date or datetime (in MDX, these are levels of type DAY, HOUR, MINUTE, SECOND).
|
|
848
|
+
*/
|
|
849
|
+
useDatetimeAxis: UseDatetimeAxis;
|
|
850
|
+
/**
|
|
851
|
+
* Axis.
|
|
852
|
+
*
|
|
853
|
+
* Displayed on the x-axis.
|
|
854
|
+
*
|
|
855
|
+
* [Scatter Plot Chart]
|
|
856
|
+
*
|
|
857
|
+
* Labels.
|
|
858
|
+
*
|
|
859
|
+
* Column with the label for the point.
|
|
860
|
+
*
|
|
861
|
+
* [Bar Chart]
|
|
862
|
+
*
|
|
863
|
+
* Axis.
|
|
864
|
+
*
|
|
865
|
+
* Displayed on the y-axis.
|
|
866
|
+
*
|
|
867
|
+
* [Stacked Bar Chart]
|
|
868
|
+
*
|
|
869
|
+
* Axis.
|
|
870
|
+
*
|
|
871
|
+
* Displayed on the y-axis.
|
|
872
|
+
*/
|
|
873
|
+
axis: TidyTableColumnSelector;
|
|
874
|
+
/**
|
|
875
|
+
* Group.
|
|
876
|
+
*
|
|
877
|
+
* Create a new series for each group.
|
|
878
|
+
*/
|
|
879
|
+
group?: TidyTableColumnSelector;
|
|
880
|
+
/**
|
|
881
|
+
* Level.
|
|
882
|
+
*
|
|
883
|
+
* Adds an extra level to the x-axis.
|
|
884
|
+
*
|
|
885
|
+
* [Bar Chart]
|
|
886
|
+
*
|
|
887
|
+
* Level.
|
|
888
|
+
*
|
|
889
|
+
* Adds an extra level to the y-axis.
|
|
890
|
+
*
|
|
891
|
+
* [Stacked Bar Chart]
|
|
892
|
+
*
|
|
893
|
+
* Level.
|
|
894
|
+
*
|
|
895
|
+
* Adds an extra level to the y-axis.
|
|
896
|
+
*/
|
|
897
|
+
level?: TidyTableColumnSelector;
|
|
898
|
+
/**
|
|
899
|
+
* Label Text.
|
|
900
|
+
*
|
|
901
|
+
* Labels of the horizontal axis. Does not work with a date axis.
|
|
902
|
+
*
|
|
903
|
+
* [Bar Chart]
|
|
904
|
+
*
|
|
905
|
+
* Label Text.
|
|
906
|
+
*
|
|
907
|
+
* The labels of the vertical axis. Does not work with a date axis.
|
|
908
|
+
*/
|
|
909
|
+
xAxisLabelsText: string;
|
|
910
|
+
/**
|
|
911
|
+
* Label Tooltip.
|
|
912
|
+
*
|
|
913
|
+
* The HTML contents of the axis tooltip when the user hovers the chart and cursor is active.
|
|
914
|
+
* Does not work with a date axis.
|
|
915
|
+
*/
|
|
916
|
+
xAxisLabelTooltipText: string;
|
|
917
|
+
/**
|
|
918
|
+
* Title Text.
|
|
919
|
+
*
|
|
920
|
+
* The title of the horizontal axis.
|
|
921
|
+
*
|
|
922
|
+
* [Bar Chart]
|
|
923
|
+
*
|
|
924
|
+
* Title Text.
|
|
925
|
+
*
|
|
926
|
+
* The title of the vertical axis
|
|
927
|
+
*/
|
|
928
|
+
xAxisTitleText: string;
|
|
929
|
+
/**
|
|
930
|
+
* Label Spacing.
|
|
931
|
+
*
|
|
932
|
+
* Controls the minimum space between the labels.
|
|
933
|
+
*/
|
|
934
|
+
xAxisLabelSpacing?: number;
|
|
935
|
+
/**
|
|
936
|
+
* Max Label Width.
|
|
937
|
+
*
|
|
938
|
+
* The maximum width in pixels for the labels.
|
|
939
|
+
*/
|
|
940
|
+
xAxisLabelMaxWidth?: number;
|
|
941
|
+
/**
|
|
942
|
+
* Label Overflow.
|
|
943
|
+
*
|
|
944
|
+
* Choice of behavior when the label is larger than the max width.
|
|
945
|
+
*/
|
|
946
|
+
xAxisLabelOverflow?: OverflowType;
|
|
947
|
+
/**
|
|
948
|
+
* Rotate Label.
|
|
949
|
+
*
|
|
950
|
+
* Rotate the labels on the category axis by 45 degrees.
|
|
951
|
+
*/
|
|
952
|
+
xAxisRotateLabels?: CategoryAxisRotateLabels;
|
|
953
|
+
/**
|
|
954
|
+
* Level Label.
|
|
955
|
+
*
|
|
956
|
+
* Edit the HTML of the labels in the levels.
|
|
957
|
+
*/
|
|
958
|
+
xAxisLevelLabelsText: string;
|
|
959
|
+
/**
|
|
960
|
+
* Cell Start Location.
|
|
961
|
+
*
|
|
962
|
+
* Value between 0 and 1 that indicates where the category starts on the grid.
|
|
963
|
+
*/
|
|
964
|
+
xAxisCellStartLocation: number;
|
|
965
|
+
/**
|
|
966
|
+
* Cell End Location.
|
|
967
|
+
*
|
|
968
|
+
* Value between 0 and 1 that indicates where the category ends on the grid.
|
|
969
|
+
*/
|
|
970
|
+
xAxisCellEndLocation: number;
|
|
971
|
+
/**
|
|
972
|
+
* Label Type.
|
|
973
|
+
*
|
|
974
|
+
* Render the label as text or as HTML.
|
|
975
|
+
*/
|
|
976
|
+
xAxisLabelType: "html" | "text";
|
|
977
|
+
/**
|
|
978
|
+
* Initial Zoom.
|
|
979
|
+
*
|
|
980
|
+
* The start index and the end index seperated by a comma.
|
|
981
|
+
*/
|
|
982
|
+
xAxisInitialZoom?: string;
|
|
983
|
+
}
|
|
984
|
+
export interface Am4ValueAxisRangeOptions extends FormFieldObject {
|
|
985
|
+
/**
|
|
986
|
+
* Y-Axis Range.
|
|
987
|
+
*
|
|
988
|
+
* Display a line or a ranged fill/band on the y-axis.
|
|
989
|
+
*
|
|
990
|
+
* [Bar Chart]
|
|
991
|
+
*
|
|
992
|
+
* X-Axis Range.
|
|
993
|
+
*
|
|
994
|
+
* Display a line or a ranged fill / band on the x-axis.
|
|
995
|
+
*
|
|
996
|
+
* [Stacked Bar Chart]
|
|
997
|
+
*
|
|
998
|
+
* X-Axis Range.
|
|
999
|
+
*
|
|
1000
|
+
* Display a line or a ranged fill / band on the x-axis.
|
|
1001
|
+
*/
|
|
1002
|
+
axisRangeEnabled: boolean;
|
|
1003
|
+
/**
|
|
1004
|
+
* Type.
|
|
1005
|
+
*/
|
|
1006
|
+
axisRangeType: AxisRangeType;
|
|
1007
|
+
/**
|
|
1008
|
+
* Start Value.
|
|
1009
|
+
*
|
|
1010
|
+
* Starting value of the range or value of the line.
|
|
1011
|
+
*/
|
|
1012
|
+
axisRangeStart: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* End Value.
|
|
1015
|
+
*
|
|
1016
|
+
* Ending value for the range.
|
|
1017
|
+
*/
|
|
1018
|
+
axisRangeEnd: string;
|
|
1019
|
+
/**
|
|
1020
|
+
* Label.
|
|
1021
|
+
*
|
|
1022
|
+
* Label to display on the range.
|
|
1023
|
+
*/
|
|
1024
|
+
axisRangeLabel: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* Inside.
|
|
1027
|
+
*
|
|
1028
|
+
* If enabled, the range renders the label inside the chart.
|
|
1029
|
+
*/
|
|
1030
|
+
axisRangeLabelInside: boolean;
|
|
1031
|
+
/**
|
|
1032
|
+
* Color.
|
|
1033
|
+
*
|
|
1034
|
+
* The color of the ranged fill / band or line.
|
|
1035
|
+
*/
|
|
1036
|
+
axisRangeColor: IColorDef;
|
|
1037
|
+
/**
|
|
1038
|
+
* Range Opacity.
|
|
1039
|
+
*
|
|
1040
|
+
* The opacity of the ranged fill / band.
|
|
1041
|
+
*/
|
|
1042
|
+
axisRangeFillOpacity: number;
|
|
1043
|
+
/**
|
|
1044
|
+
* Stroke Opacity.
|
|
1045
|
+
*
|
|
1046
|
+
* The opacity of the line.
|
|
1047
|
+
*/
|
|
1048
|
+
axisRangeStrokeOpacity: number;
|
|
1049
|
+
/**
|
|
1050
|
+
* Stroke Width.
|
|
1051
|
+
*
|
|
1052
|
+
* The width of the line.
|
|
1053
|
+
*/
|
|
1054
|
+
axisRangeStrokeWidth: number;
|
|
1055
|
+
/**
|
|
1056
|
+
* Stroke Dash Array.
|
|
1057
|
+
*
|
|
1058
|
+
* Comma separated list of dash-lengths and gap-lengths. Use 0 for solid line.
|
|
1059
|
+
*/
|
|
1060
|
+
axisRangeStrokeDashArray: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* Above.
|
|
1063
|
+
*
|
|
1064
|
+
* If enabled, the chart renders the range or line above the series.
|
|
1065
|
+
*/
|
|
1066
|
+
axisRangeAboveGrid: boolean;
|
|
1067
|
+
}
|
|
1068
|
+
export interface Am4LineSeriesOptions extends FormFieldObject, IStrokeStyleProperties, IBulletShapeOptions {
|
|
1069
|
+
/**
|
|
1070
|
+
* [Combo Chart]
|
|
1071
|
+
*
|
|
1072
|
+
* Line.
|
|
1073
|
+
*
|
|
1074
|
+
* Values for the line.
|
|
1075
|
+
*
|
|
1076
|
+
* [Line Chart]
|
|
1077
|
+
*
|
|
1078
|
+
* Line Values.
|
|
1079
|
+
*
|
|
1080
|
+
* A column with values for the line.
|
|
1081
|
+
*
|
|
1082
|
+
* [Area Chart]
|
|
1083
|
+
*
|
|
1084
|
+
* Area Values.
|
|
1085
|
+
*
|
|
1086
|
+
* The values for the area series.
|
|
1087
|
+
*
|
|
1088
|
+
* [Stacked Area Chart]
|
|
1089
|
+
*
|
|
1090
|
+
* Area Values.
|
|
1091
|
+
*
|
|
1092
|
+
* A column with values for the stacked area chart.
|
|
1093
|
+
*/
|
|
1094
|
+
lineValue: TidyTableColumnSelector;
|
|
1095
|
+
/**
|
|
1096
|
+
* Shape.
|
|
1097
|
+
*
|
|
1098
|
+
* Use this column to change the shape of the data-point.
|
|
1099
|
+
*/
|
|
1100
|
+
lineBulletShape?: TidyTableColumnSelector;
|
|
1101
|
+
/**
|
|
1102
|
+
* Hide Line Bullets
|
|
1103
|
+
*/
|
|
1104
|
+
hideLineBullets: boolean;
|
|
1105
|
+
/**
|
|
1106
|
+
* Tooltip.
|
|
1107
|
+
*
|
|
1108
|
+
* The text displayed as a tooltip on the line.
|
|
1109
|
+
*/
|
|
1110
|
+
chartCursorTooltipLine: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* Legend Text.
|
|
1113
|
+
*
|
|
1114
|
+
* The name of the line series in the legend.
|
|
1115
|
+
*/
|
|
1116
|
+
legendLineSeriesLabel?: string;
|
|
1117
|
+
/**
|
|
1118
|
+
* Show Value in Legend.
|
|
1119
|
+
*
|
|
1120
|
+
* Show values in the legend when the user moves the cursor over the chart.
|
|
1121
|
+
*/
|
|
1122
|
+
legendLineSeriesShowValue: boolean;
|
|
1123
|
+
/**
|
|
1124
|
+
* Area Fill Opacity.
|
|
1125
|
+
*
|
|
1126
|
+
* A value on [0, 1], where 0 is fully transparent and 1 is no transparency.
|
|
1127
|
+
*/
|
|
1128
|
+
areaFillOpacity: number;
|
|
1129
|
+
/**
|
|
1130
|
+
* Line Color.
|
|
1131
|
+
*
|
|
1132
|
+
* A column with colors for the line and bullets in the chart.
|
|
1133
|
+
*/
|
|
1134
|
+
lineSeriesColor?: TidyTableColumnSelector;
|
|
1135
|
+
}
|
|
1136
|
+
export interface Am4ColumnSeriesOptions extends FormFieldObject, IStrokeStyleProperties {
|
|
1137
|
+
/**
|
|
1138
|
+
* [Combo Chart]
|
|
1139
|
+
*
|
|
1140
|
+
* Values.
|
|
1141
|
+
*
|
|
1142
|
+
* Values for the columns.
|
|
1143
|
+
*
|
|
1144
|
+
* [Column Chart]
|
|
1145
|
+
*
|
|
1146
|
+
* Column Values.
|
|
1147
|
+
*
|
|
1148
|
+
* A column with values for the series.
|
|
1149
|
+
*
|
|
1150
|
+
* [Bar Chart]
|
|
1151
|
+
*
|
|
1152
|
+
* Bar Values.
|
|
1153
|
+
*
|
|
1154
|
+
* A column with values for the bar series.
|
|
1155
|
+
*
|
|
1156
|
+
* [Stacked Bar Chart]
|
|
1157
|
+
*
|
|
1158
|
+
* Bar Values.
|
|
1159
|
+
*
|
|
1160
|
+
* A column with values for the stacked bar series.
|
|
1161
|
+
*
|
|
1162
|
+
* [Stacked Column Chart]
|
|
1163
|
+
*
|
|
1164
|
+
* Values Column.
|
|
1165
|
+
*
|
|
1166
|
+
* A column with values for the stacked column series.
|
|
1167
|
+
*/
|
|
1168
|
+
columnValue: TidyTableColumnSelector;
|
|
1169
|
+
/**
|
|
1170
|
+
* Tooltip.
|
|
1171
|
+
*
|
|
1172
|
+
* Show this text when hovering the column in the chart.
|
|
1173
|
+
*/
|
|
1174
|
+
chartCursorTooltipColumn: string;
|
|
1175
|
+
/**
|
|
1176
|
+
* Legend Text.
|
|
1177
|
+
*
|
|
1178
|
+
* The name of the column series in the legend.
|
|
1179
|
+
*/
|
|
1180
|
+
legendColumnSeriesLabel?: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* Show Value in Legend.
|
|
1183
|
+
*
|
|
1184
|
+
* Display values in the legend when the user moves the cursor over the chart.
|
|
1185
|
+
*/
|
|
1186
|
+
legendColumnSeriesShowValue: boolean;
|
|
1187
|
+
/**
|
|
1188
|
+
* Column Color.
|
|
1189
|
+
*
|
|
1190
|
+
* A column with colors for the columns in the chart.
|
|
1191
|
+
*/
|
|
1192
|
+
columnSeriesColor?: TidyTableColumnSelector;
|
|
1193
|
+
}
|
|
1194
|
+
export interface Am4TrendLineOptions extends FormFieldObject {
|
|
1195
|
+
/**
|
|
1196
|
+
* Trend Line
|
|
1197
|
+
*/
|
|
1198
|
+
trendLineEnabled: boolean;
|
|
1199
|
+
/**
|
|
1200
|
+
* Stroke Dash Array.
|
|
1201
|
+
*
|
|
1202
|
+
* Comma separated list of dash-lengths and gap-lengths. Use 0 for solid line.
|
|
1203
|
+
*/
|
|
1204
|
+
trendLineStrokeDashArray: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* Show in Legend.
|
|
1207
|
+
*
|
|
1208
|
+
* Display the trend line in the legend (if the legend is enabled).
|
|
1209
|
+
*/
|
|
1210
|
+
trendLineShowInLegend: boolean;
|
|
1211
|
+
/**
|
|
1212
|
+
* Trend Line Color.
|
|
1213
|
+
*
|
|
1214
|
+
* Column containing the color for the trend line.
|
|
1215
|
+
*/
|
|
1216
|
+
trendLineColor?: IColorDef;
|
|
1217
|
+
/**
|
|
1218
|
+
* Per Group.
|
|
1219
|
+
*
|
|
1220
|
+
* Display a trend line for each group?
|
|
1221
|
+
*/
|
|
1222
|
+
trendLinePerGroup: boolean;
|
|
1223
|
+
}
|
|
1224
|
+
export interface Am4ScatterSeriesOptions extends FormFieldObject, IStrokeStyleProperties, IBulletShapeOptions {
|
|
1225
|
+
/**
|
|
1226
|
+
* Labels.
|
|
1227
|
+
*
|
|
1228
|
+
* Column with the names for the scatter points.
|
|
1229
|
+
*/
|
|
1230
|
+
label: TidyTableColumnSelector;
|
|
1231
|
+
/**
|
|
1232
|
+
* X-Values
|
|
1233
|
+
*
|
|
1234
|
+
* Column with the x-coordinates for the scatter points.
|
|
1235
|
+
*/
|
|
1236
|
+
valueX: TidyTableColumnSelector;
|
|
1237
|
+
/**
|
|
1238
|
+
* Y-Values
|
|
1239
|
+
*
|
|
1240
|
+
* Column with the y-coordinates for the scatter points.
|
|
1241
|
+
*/
|
|
1242
|
+
valueY: TidyTableColumnSelector;
|
|
1243
|
+
/**
|
|
1244
|
+
* Group.
|
|
1245
|
+
*
|
|
1246
|
+
* Create a new series for each group.
|
|
1247
|
+
*/
|
|
1248
|
+
group?: TidyTableColumnSelector;
|
|
1249
|
+
/**
|
|
1250
|
+
* Color.
|
|
1251
|
+
*
|
|
1252
|
+
* Color of the item in the scatter plot.
|
|
1253
|
+
*/
|
|
1254
|
+
scatterSeriesColor?: TidyTableColumnSelector;
|
|
1255
|
+
/**
|
|
1256
|
+
* Shape.
|
|
1257
|
+
*
|
|
1258
|
+
* Use this column to change the shape of the data-point.
|
|
1259
|
+
*/
|
|
1260
|
+
scatterBulletShape?: TidyTableColumnSelector;
|
|
1261
|
+
/**
|
|
1262
|
+
* Tooltip.
|
|
1263
|
+
*
|
|
1264
|
+
* The text displayed as a tooltip on the points.
|
|
1265
|
+
*/
|
|
1266
|
+
chartCursorTooltipScatter: string;
|
|
1267
|
+
}
|
|
1268
|
+
export interface Am4ChartOptions extends FormFieldObject {
|
|
1269
|
+
widgetVariant?: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* In-place processing of the amCharts 4 chart instance.
|
|
1272
|
+
*
|
|
1273
|
+
* <pre>
|
|
1274
|
+
* ( value: any ) => void;
|
|
1275
|
+
*
|
|
1276
|
+
* value.getChart() is returning an instance of amChart 4 class
|
|
1277
|
+
* whose name is available in chart options below.
|
|
1278
|
+
* </pre>
|
|
1279
|
+
*/
|
|
1280
|
+
postRenderHook?: Hook<any>;
|
|
1281
|
+
}
|
|
1282
|
+
/**
|
|
1283
|
+
* The corresponding AmCharts 4 chart class is PieChart.
|
|
1284
|
+
*/
|
|
1285
|
+
export declare type AmCharts4DonutChartOptions = Am4PieSeriesOptions & Am4PieLabelOptions & Am4LabelOptions & Am4DonutLegendOptions & Am4DonutOptions & Am4ChartOptions;
|
|
1286
|
+
/**
|
|
1287
|
+
* The corresponding AmCharts 4 chart class is GaugeChart.
|
|
1288
|
+
*/
|
|
1289
|
+
export declare type AmCharts4GaugeChartOptions = Am4GaugeHandOptions & Am4GaugeAxisOptions & Am4LabelOptions & Am4GaugeOptions & Am4ChartOptions;
|
|
1290
|
+
/**
|
|
1291
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1292
|
+
*/
|
|
1293
|
+
export declare type AmCharts4HistogramOptions = Am4SimpleCategoryAxisOptions & Am4ValueAxisOptions & Am4SimpleColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions & TidyHistogramOptions;
|
|
1294
|
+
/**
|
|
1295
|
+
* The corresponding AmCharts 4 chart class is SankeyDiagram.
|
|
1296
|
+
*/
|
|
1297
|
+
export declare type AmCharts4SankeyDiagramOptions = Am4SankeyFlowOptions & Am4SankeyNodeOptions & Am4SankeyDiagramOptions & Am4ChartOptions;
|
|
1298
|
+
/**
|
|
1299
|
+
* The corresponding AmCharts 4 chart class is TreeMap.
|
|
1300
|
+
*/
|
|
1301
|
+
export declare type AmCharts4TreemapOptions = Am4ChartOptions & Am4LegendOptions & Am4TreeMapSeriesOptions;
|
|
1302
|
+
/**
|
|
1303
|
+
* The corresponding AmCharts 4 chart class is MapChart.
|
|
1304
|
+
*/
|
|
1305
|
+
export declare type GeoMapChartOptions = Am4GeoSeriesOptions;
|
|
1306
|
+
/**
|
|
1307
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1308
|
+
*/
|
|
1309
|
+
export declare type AmCharts4BubbleChartOptions = Am4SecondValueAxisOptions & Am4ValueAxisOptions & Am4BubbleSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScatterTrendLineOptions & Am4ScrollbarOptions & Am4LegendOptions & Am4ChartOptions;
|
|
1310
|
+
/**
|
|
1311
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1312
|
+
*/
|
|
1313
|
+
export declare type AmCharts4ComboChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4SecondValueAxisOptions & Am4LineSeriesOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ChartCursorOptions & Am4ScrollbarOptions & Am4ChartOptions;
|
|
1314
|
+
export declare type AmCharts4CoordinateChartOptions = Am4TrendLineOptions;
|
|
1315
|
+
/**
|
|
1316
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1317
|
+
*/
|
|
1318
|
+
export declare type AmCharts4RegularAreaChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
|
|
1319
|
+
/**
|
|
1320
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1321
|
+
*/
|
|
1322
|
+
export declare type AmCharts4RegularBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ValueAxisRangeOptions & Am4ChartOptions;
|
|
1323
|
+
/**
|
|
1324
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1325
|
+
*/
|
|
1326
|
+
export declare type AmCharts4RegularColumnChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ValueAxisRangeOptions & Am4ColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions;
|
|
1327
|
+
/**
|
|
1328
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1329
|
+
*/
|
|
1330
|
+
export declare type AmCharts4RegularLineChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
|
|
1331
|
+
/**
|
|
1332
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1333
|
+
*/
|
|
1334
|
+
export declare type AmCharts4ScatterPlotOptions = Am4SecondValueAxisOptions & Am4ValueAxisOptions & Am4ScatterSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4ScatterTrendLineOptions & Am4ScrollbarOptions & Am4LegendOptions & Am4ChartOptions;
|
|
1335
|
+
/**
|
|
1336
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1337
|
+
*/
|
|
1338
|
+
export declare type AmCharts4StackedAreaChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4LineSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
|
|
1339
|
+
/**
|
|
1340
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1341
|
+
*/
|
|
1342
|
+
export declare type AmCharts4StackedBarChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4LegendOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4ValueAxisRangeOptions;
|
|
1343
|
+
/**
|
|
1344
|
+
* The corresponding AmCharts 4 chart class is XYChart.
|
|
1345
|
+
*/
|
|
1346
|
+
export declare type AmCharts4StackedColumnChartOptions = Am4CategoryDateAxisOptions & Am4ValueAxisOptions & Am4ColumnSeriesOptions & Am4ValueLabelOptions & Am4ChartCursorOptions & Am4TrendLineOptions & Am4ScrollbarOptions & Am4ChartOptions & Am4LegendOptions & Am4ValueAxisRangeOptions;
|