@bryntum/chart-angular-thin 7.2.4 → 7.3.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/bundles/bryntum-chart-angular-thin.umd.js +150 -29
- package/bundles/bryntum-chart-angular-thin.umd.js.map +1 -1
- package/esm2015/lib/bryntum-chart.component.js +61 -21
- package/esm2015/lib/chart.module.js +5 -4
- package/esm2015/lib/shadowdom.helper.js +82 -0
- package/fesm2015/bryntum-chart-angular-thin.js +145 -24
- package/fesm2015/bryntum-chart-angular-thin.js.map +1 -1
- package/lib/bryntum-chart.component.d.ts +91 -147
- package/lib/chart.module.d.ts +2 -1
- package/lib/shadowdom.helper.d.ts +3 -0
- package/package.json +1 -1
- package/src/lib/bryntum-chart.component.ts +147 -155
- package/src/lib/bryntum-theme-combo.component.ts +128 -0
- package/src/lib/chart.module.ts +2 -1
- package/src/lib/shadowdom.helper.ts +91 -0
|
@@ -2,21 +2,19 @@
|
|
|
2
2
|
* Angular wrapper for Bryntum Chart
|
|
3
3
|
*/
|
|
4
4
|
import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
-
import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
|
|
5
|
+
import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ModelConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
|
|
6
6
|
import { Chart, ChartListeners, ChartTooltipConfig, ChartContainerItemConfig, ChartContainerLayoutConfig, DataSeries, DataSeriesRole, Font } from '@bryntum/chart-thin';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare type BryntumChartProps = {
|
|
9
9
|
/**
|
|
10
10
|
* Element (or element id) to adopt as this Widget's encapsulating element. The widget's
|
|
11
11
|
* content will be placed inside this element.
|
|
12
|
-
* ...
|
|
13
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-adopt)
|
|
12
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-adopt)
|
|
14
13
|
*/
|
|
15
14
|
adopt?: HTMLElement | string;
|
|
16
15
|
/**
|
|
17
16
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#config-floating).*
|
|
18
|
-
* ...
|
|
19
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-align)
|
|
17
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-align)
|
|
20
18
|
*/
|
|
21
19
|
align?: AlignSpec | string;
|
|
22
20
|
/**
|
|
@@ -46,15 +44,13 @@ export declare type BryntumChartProps = {
|
|
|
46
44
|
/**
|
|
47
45
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
48
46
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
49
|
-
* ...
|
|
50
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ariaDescription)
|
|
47
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ariaDescription)
|
|
51
48
|
*/
|
|
52
49
|
ariaDescription?: string;
|
|
53
50
|
/**
|
|
54
51
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
55
52
|
* the `aria-label` attribute.
|
|
56
|
-
* ...
|
|
57
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ariaLabel)
|
|
53
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ariaLabel)
|
|
58
54
|
*/
|
|
59
55
|
ariaLabel?: string;
|
|
60
56
|
/**
|
|
@@ -89,8 +85,7 @@ export declare type BryntumChartProps = {
|
|
|
89
85
|
/**
|
|
90
86
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
91
87
|
* hierarchy when triggered.
|
|
92
|
-
* ...
|
|
93
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-bubbleEvents)
|
|
88
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-bubbleEvents)
|
|
94
89
|
*/
|
|
95
90
|
bubbleEvents?: object;
|
|
96
91
|
/**
|
|
@@ -99,15 +94,13 @@ export declare type BryntumChartProps = {
|
|
|
99
94
|
bubbleScaleFactor?: number;
|
|
100
95
|
/**
|
|
101
96
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
102
|
-
* ...
|
|
103
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-callOnFunctions)
|
|
97
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-callOnFunctions)
|
|
104
98
|
*/
|
|
105
99
|
callOnFunctions?: boolean;
|
|
106
100
|
/**
|
|
107
101
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
108
102
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
109
|
-
* ...
|
|
110
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-catchEventHandlerExceptions)
|
|
103
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-catchEventHandlerExceptions)
|
|
111
104
|
*/
|
|
112
105
|
catchEventHandlerExceptions?: boolean;
|
|
113
106
|
/**
|
|
@@ -133,15 +126,13 @@ export declare type BryntumChartProps = {
|
|
|
133
126
|
* Custom CSS classes to add to element.
|
|
134
127
|
* May be specified as a space separated string, or as an object in which property names
|
|
135
128
|
* with truthy values are used as the class names:
|
|
136
|
-
* ...
|
|
137
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-cls)
|
|
129
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-cls)
|
|
138
130
|
*/
|
|
139
131
|
cls?: string | object;
|
|
140
132
|
/**
|
|
141
133
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
142
134
|
* `style` block.
|
|
143
|
-
* ...
|
|
144
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-color)
|
|
135
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-color)
|
|
145
136
|
*/
|
|
146
137
|
color?: Color;
|
|
147
138
|
/**
|
|
@@ -165,8 +156,7 @@ export declare type BryntumChartProps = {
|
|
|
165
156
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#property-contentElement).
|
|
166
157
|
* May be specified as a space separated string, or as an object in which property names
|
|
167
158
|
* with truthy values are used as the class names:
|
|
168
|
-
* ...
|
|
169
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-contentElementCls)
|
|
159
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-contentElementCls)
|
|
170
160
|
*/
|
|
171
161
|
contentElementCls?: string | object;
|
|
172
162
|
/**
|
|
@@ -194,8 +184,7 @@ export declare type BryntumChartProps = {
|
|
|
194
184
|
/**
|
|
195
185
|
* A [query](https://bryntum.com/products/chart/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
|
|
196
186
|
* focus should be directed by default.
|
|
197
|
-
* ...
|
|
198
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-defaultFocus)
|
|
187
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-defaultFocus)
|
|
199
188
|
* @param {Core.widget.Widget} widget Widget passed to method
|
|
200
189
|
* @returns {boolean} truthy value if widget is the default one
|
|
201
190
|
*/
|
|
@@ -205,16 +194,15 @@ export declare type BryntumChartProps = {
|
|
|
205
194
|
*/
|
|
206
195
|
defaults?: ChartContainerItemConfig;
|
|
207
196
|
/**
|
|
208
|
-
* Check for CSS compatibility issues
|
|
209
|
-
*
|
|
210
|
-
* [
|
|
197
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
198
|
+
* checks:
|
|
199
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-detectCSSCompatibilityIssues)
|
|
211
200
|
*/
|
|
212
201
|
detectCSSCompatibilityIssues?: boolean;
|
|
213
202
|
/**
|
|
214
203
|
* Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
|
|
215
204
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
216
|
-
* ...
|
|
217
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-disabled)
|
|
205
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-disabled)
|
|
218
206
|
*/
|
|
219
207
|
disabled?: boolean | 'inert';
|
|
220
208
|
/**
|
|
@@ -222,25 +210,21 @@ export declare type BryntumChartProps = {
|
|
|
222
210
|
* [strips collection](https://bryntum.com/products/chart/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
223
211
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
224
212
|
* body. Such widgets are called "edge strips".
|
|
225
|
-
* ...
|
|
226
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-dock)
|
|
213
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-dock)
|
|
227
214
|
*/
|
|
228
215
|
dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
|
|
229
216
|
/**
|
|
230
217
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#config-floating).*
|
|
231
218
|
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
|
|
232
219
|
* property which controls when a drag should start.
|
|
233
|
-
* ...
|
|
234
|
-
*
|
|
220
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-draggable)
|
|
221
|
+
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
235
222
|
*/
|
|
236
|
-
draggable?: boolean |
|
|
237
|
-
handleSelector?: string;
|
|
238
|
-
};
|
|
223
|
+
draggable?: boolean | object;
|
|
239
224
|
/**
|
|
240
225
|
* An object specifying attributes to assign to the root element of this widget.
|
|
241
226
|
* Set `null` value to attribute to remove it.
|
|
242
|
-
* ...
|
|
243
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-elementAttributes)
|
|
227
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-elementAttributes)
|
|
244
228
|
*/
|
|
245
229
|
elementAttributes?: Record<string, string | null>;
|
|
246
230
|
extraData?: any;
|
|
@@ -282,25 +266,21 @@ export declare type BryntumChartProps = {
|
|
|
282
266
|
hidden?: boolean;
|
|
283
267
|
/**
|
|
284
268
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#config-floating).*
|
|
285
|
-
* ...
|
|
286
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-hideAnimation)
|
|
269
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-hideAnimation)
|
|
287
270
|
*/
|
|
288
271
|
hideAnimation?: boolean | object;
|
|
289
272
|
/**
|
|
290
273
|
* Specify `true` to make this container hide when it has no visible children (Either empty
|
|
291
274
|
* or all children hidden).
|
|
292
|
-
* ...
|
|
293
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-hideWhenEmpty)
|
|
275
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-hideWhenEmpty)
|
|
294
276
|
*/
|
|
295
277
|
hideWhenEmpty?: boolean;
|
|
296
278
|
/**
|
|
297
279
|
* The HTML to display initially or a function returning the markup (called at widget construction time).
|
|
298
|
-
* ...
|
|
299
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-html)
|
|
280
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-html)
|
|
300
281
|
* @param {Core.widget.Widget} widget The calling Widget
|
|
301
|
-
* @returns {string}
|
|
302
282
|
*/
|
|
303
|
-
html?: string | ((widget: Widget) =>
|
|
283
|
+
html?: string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX;
|
|
304
284
|
/**
|
|
305
285
|
* The CSS class(es) to add when HTML content is being applied to this widget.
|
|
306
286
|
*/
|
|
@@ -311,16 +291,14 @@ export declare type BryntumChartProps = {
|
|
|
311
291
|
id?: string;
|
|
312
292
|
/**
|
|
313
293
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
314
|
-
* ...
|
|
315
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ignoreParentReadOnly)
|
|
294
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ignoreParentReadOnly)
|
|
316
295
|
*/
|
|
317
296
|
ignoreParentReadOnly?: boolean;
|
|
318
297
|
/**
|
|
319
298
|
* Convenience setting to align input fields of child widgets. By default, the Field input element is
|
|
320
299
|
* placed immediately following the `label`. If you prefer to have all input fields aligned to the
|
|
321
300
|
* right, set this config to `'end'`.
|
|
322
|
-
* ...
|
|
323
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-inputFieldAlign)
|
|
301
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-inputFieldAlign)
|
|
324
302
|
*/
|
|
325
303
|
inputFieldAlign?: 'start' | 'end';
|
|
326
304
|
/**
|
|
@@ -342,16 +320,14 @@ export declare type BryntumChartProps = {
|
|
|
342
320
|
/**
|
|
343
321
|
* An object containing typed child widget config objects or Widgets. May also be specified
|
|
344
322
|
* as an array.
|
|
345
|
-
* ...
|
|
346
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-items)
|
|
323
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-items)
|
|
347
324
|
*/
|
|
348
325
|
items?: Record<string, ChartContainerItemConfig | MenuItemEntry> | (ChartContainerItemConfig | MenuItemEntry | Widget)[];
|
|
349
326
|
/**
|
|
350
327
|
* An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
|
|
351
328
|
* and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
|
|
352
329
|
* are the name of the instance method to call when the keystroke is received.
|
|
353
|
-
* ...
|
|
354
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-keyMap)
|
|
330
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-keyMap)
|
|
355
331
|
*/
|
|
356
332
|
keyMap?: Record<string, KeyMapConfig>;
|
|
357
333
|
/**
|
|
@@ -360,8 +336,7 @@ export declare type BryntumChartProps = {
|
|
|
360
336
|
label?: string;
|
|
361
337
|
/**
|
|
362
338
|
* Convenience setting to use same label placement on all child widgets.
|
|
363
|
-
* ...
|
|
364
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-labelPosition)
|
|
339
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-labelPosition)
|
|
365
340
|
*/
|
|
366
341
|
labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
|
|
367
342
|
/**
|
|
@@ -369,23 +344,25 @@ export declare type BryntumChartProps = {
|
|
|
369
344
|
* For pie and donut chart, it defines the data values to use as slice labels.
|
|
370
345
|
*/
|
|
371
346
|
labels?: DataSeries;
|
|
347
|
+
/**
|
|
348
|
+
* Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
|
|
349
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-labelWidth)
|
|
350
|
+
*/
|
|
351
|
+
labelWidth?: number | null;
|
|
372
352
|
/**
|
|
373
353
|
* The short name of a helper class which manages rendering and styling of child items.
|
|
374
|
-
* ...
|
|
375
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-layout)
|
|
354
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-layout)
|
|
376
355
|
*/
|
|
377
356
|
layout?: string | ChartContainerLayoutConfig;
|
|
378
357
|
/**
|
|
379
358
|
* The CSS style properties to apply to the [contentElement](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#property-contentElement).
|
|
380
|
-
* ...
|
|
381
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-layoutStyle)
|
|
359
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-layoutStyle)
|
|
382
360
|
*/
|
|
383
361
|
layoutStyle?: object;
|
|
384
362
|
/**
|
|
385
363
|
* An array of [child item](https://bryntum.com/products/chart/docs/api/Core/widget/Container#config-items) *config objects* which is to be converted into
|
|
386
364
|
* instances only when this Container is rendered, rather than eagerly at construct time.
|
|
387
|
-
* ...
|
|
388
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-lazyItems)
|
|
365
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-lazyItems)
|
|
389
366
|
*/
|
|
390
367
|
lazyItems?: Record<string, ChartContainerItemConfig> | ChartContainerItemConfig[] | Widget[];
|
|
391
368
|
/**
|
|
@@ -400,16 +377,14 @@ export declare type BryntumChartProps = {
|
|
|
400
377
|
legendScale?: number;
|
|
401
378
|
/**
|
|
402
379
|
* The listener set for this object.
|
|
403
|
-
* ...
|
|
404
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-listeners)
|
|
380
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-listeners)
|
|
405
381
|
*/
|
|
406
382
|
listeners?: ChartListeners;
|
|
407
383
|
/**
|
|
408
384
|
* A class translations of which are used for translating this entity.
|
|
409
385
|
* This is often used when translations of an item are defined on its container class.
|
|
410
386
|
* For example:
|
|
411
|
-
* ...
|
|
412
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-localeClass)
|
|
387
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-localeClass)
|
|
413
388
|
*/
|
|
414
389
|
localeClass?: typeof Base;
|
|
415
390
|
/**
|
|
@@ -421,8 +396,7 @@ export declare type BryntumChartProps = {
|
|
|
421
396
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
422
397
|
* you could use 'localeKey' meta configuration.
|
|
423
398
|
* Example:
|
|
424
|
-
* ...
|
|
425
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-localizableProperties)
|
|
399
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-localizableProperties)
|
|
426
400
|
*/
|
|
427
401
|
localizableProperties?: string[];
|
|
428
402
|
/**
|
|
@@ -452,8 +426,7 @@ export declare type BryntumChartProps = {
|
|
|
452
426
|
maxHeight?: string | number;
|
|
453
427
|
/**
|
|
454
428
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#config-floating).*
|
|
455
|
-
* ...
|
|
456
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-maximizeOnMobile)
|
|
429
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-maximizeOnMobile)
|
|
457
430
|
*/
|
|
458
431
|
maximizeOnMobile?: number | string;
|
|
459
432
|
/**
|
|
@@ -487,18 +460,15 @@ export declare type BryntumChartProps = {
|
|
|
487
460
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
488
461
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
489
462
|
* layout.
|
|
490
|
-
* ...
|
|
491
|
-
*
|
|
463
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-monitorResize)
|
|
464
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
492
465
|
*/
|
|
493
|
-
monitorResize?: boolean |
|
|
494
|
-
immediate?: boolean;
|
|
495
|
-
};
|
|
466
|
+
monitorResize?: boolean | object;
|
|
496
467
|
/**
|
|
497
468
|
* An object containing default config objects which may be referenced by name in the [items](https://bryntum.com/products/chart/docs/api/Core/widget/Container#config-items)
|
|
498
469
|
* config. For example, a specialized [Menu](https://bryntum.com/products/chart/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
|
|
499
470
|
* value defined like this:
|
|
500
|
-
* ...
|
|
501
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-namedItems)
|
|
471
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-namedItems)
|
|
502
472
|
*/
|
|
503
473
|
namedItems?: Record<string, ChartContainerItemConfig>;
|
|
504
474
|
/**
|
|
@@ -509,8 +479,7 @@ export declare type BryntumChartProps = {
|
|
|
509
479
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
510
480
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
511
481
|
* widget's [contentElement](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#property-contentElement).
|
|
512
|
-
* ...
|
|
513
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-positioned)
|
|
482
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-positioned)
|
|
514
483
|
*/
|
|
515
484
|
positioned?: boolean;
|
|
516
485
|
/**
|
|
@@ -521,50 +490,45 @@ export declare type BryntumChartProps = {
|
|
|
521
490
|
/**
|
|
522
491
|
* Whether this widget is read-only. This is only valid if the widget is an input
|
|
523
492
|
* field, <strong>or contains input fields at any depth</strong>.
|
|
524
|
-
* ...
|
|
525
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-readOnly)
|
|
493
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-readOnly)
|
|
526
494
|
*/
|
|
527
495
|
readOnly?: boolean;
|
|
528
496
|
/**
|
|
529
497
|
* [Record](https://bryntum.com/products/chart/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
|
|
530
|
-
* ...
|
|
531
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-record)
|
|
498
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-record)
|
|
532
499
|
*/
|
|
533
500
|
record?: Model;
|
|
534
501
|
relayStoreEvents?: boolean;
|
|
535
502
|
/**
|
|
536
503
|
* Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
|
|
537
504
|
* `type`.
|
|
538
|
-
* ...
|
|
539
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-rendition)
|
|
505
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-rendition)
|
|
540
506
|
*/
|
|
541
507
|
rendition?: string | Record<string, string> | null;
|
|
542
508
|
/**
|
|
543
509
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
544
510
|
* [focusElement](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
545
511
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
546
|
-
* ...
|
|
547
|
-
* [
|
|
512
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ripple)
|
|
513
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
514
|
+
* @property {string} [color] A CSS color name or specification.
|
|
515
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
516
|
+
* @property {string} [clip] A string which describes how to clip the ripple if it is not to be clipped to the default element. Either the property of the widget to use as the clipping element, or a selector to allow clipping to the closest matching ancestor to the target element.
|
|
548
517
|
*/
|
|
549
|
-
ripple?: boolean |
|
|
550
|
-
delegate?: string;
|
|
551
|
-
color?: string;
|
|
552
|
-
radius?: number;
|
|
553
|
-
clip?: string;
|
|
554
|
-
};
|
|
518
|
+
ripple?: boolean | object;
|
|
555
519
|
/**
|
|
556
|
-
*
|
|
557
|
-
*
|
|
520
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
521
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
522
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-role)
|
|
558
523
|
*/
|
|
559
|
-
role?:
|
|
524
|
+
role?: string;
|
|
560
525
|
/**
|
|
561
526
|
* If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
|
|
562
527
|
*/
|
|
563
528
|
rootElement?: ShadowRoot | HTMLElement;
|
|
564
529
|
/**
|
|
565
530
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
566
|
-
* ...
|
|
567
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-rtl)
|
|
531
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-rtl)
|
|
568
532
|
*/
|
|
569
533
|
rtl?: boolean;
|
|
570
534
|
/**
|
|
@@ -572,8 +536,7 @@ export declare type BryntumChartProps = {
|
|
|
572
536
|
* in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
|
|
573
537
|
* applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
|
|
574
538
|
* CSS overflow properties thus:
|
|
575
|
-
* ...
|
|
576
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-scrollable)
|
|
539
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-scrollable)
|
|
577
540
|
*/
|
|
578
541
|
scrollable?: boolean | ScrollerConfig | Scroller;
|
|
579
542
|
/**
|
|
@@ -599,8 +562,7 @@ export declare type BryntumChartProps = {
|
|
|
599
562
|
seriesLineThickness?: number;
|
|
600
563
|
/**
|
|
601
564
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/chart/docs/api/Core/widget/Widget#config-floating).*
|
|
602
|
-
* ...
|
|
603
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-showAnimation)
|
|
565
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-showAnimation)
|
|
604
566
|
*/
|
|
605
567
|
showAnimation?: boolean | object;
|
|
606
568
|
/**
|
|
@@ -650,8 +612,7 @@ export declare type BryntumChartProps = {
|
|
|
650
612
|
subtitle?: string;
|
|
651
613
|
/**
|
|
652
614
|
* The font to use for the chart subtitle.
|
|
653
|
-
* ...
|
|
654
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-subtitleFont)
|
|
615
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-subtitleFont)
|
|
655
616
|
*/
|
|
656
617
|
subtitleFont?: Font;
|
|
657
618
|
/**
|
|
@@ -662,15 +623,13 @@ export declare type BryntumChartProps = {
|
|
|
662
623
|
* A configuration for the [tab](https://bryntum.com/products/chart/docs/api/Core/widget/Tab) created for this widget when it is placed in a
|
|
663
624
|
* [TabPanel](https://bryntum.com/products/chart/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
|
|
664
625
|
* this widget:
|
|
665
|
-
* ...
|
|
666
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tab)
|
|
626
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tab)
|
|
667
627
|
*/
|
|
668
628
|
tab?: boolean | TabConfig;
|
|
669
629
|
/**
|
|
670
630
|
* When this container is used as a tab in a TabPanel, these items are added to the
|
|
671
631
|
* [TabBar](https://bryntum.com/products/chart/docs/api/Core/widget/TabBar) when this container is the active tab.
|
|
672
|
-
* ...
|
|
673
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tabBarItems)
|
|
632
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tabBarItems)
|
|
674
633
|
*/
|
|
675
634
|
tabBarItems?: ToolbarItems[] | Widget[];
|
|
676
635
|
/**
|
|
@@ -679,21 +638,18 @@ export declare type BryntumChartProps = {
|
|
|
679
638
|
tag?: string;
|
|
680
639
|
/**
|
|
681
640
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
682
|
-
* ...
|
|
683
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-textAlign)
|
|
641
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-textAlign)
|
|
684
642
|
*/
|
|
685
643
|
textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
|
|
686
644
|
/**
|
|
687
645
|
* Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
|
|
688
646
|
* which specifies a default max-width that makes long text more readable.
|
|
689
|
-
* ...
|
|
690
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-textContent)
|
|
647
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-textContent)
|
|
691
648
|
*/
|
|
692
649
|
textContent?: boolean;
|
|
693
650
|
/**
|
|
694
651
|
* The font to use for tick labels on the chart axes.
|
|
695
|
-
* ...
|
|
696
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tickFont)
|
|
652
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tickFont)
|
|
697
653
|
*/
|
|
698
654
|
tickFont?: Font;
|
|
699
655
|
/**
|
|
@@ -706,8 +662,7 @@ export declare type BryntumChartProps = {
|
|
|
706
662
|
title?: string;
|
|
707
663
|
/**
|
|
708
664
|
* The font to use for the chart title.
|
|
709
|
-
* ...
|
|
710
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-titleFont)
|
|
665
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-titleFont)
|
|
711
666
|
*/
|
|
712
667
|
titleFont?: Font;
|
|
713
668
|
/**
|
|
@@ -716,8 +671,7 @@ export declare type BryntumChartProps = {
|
|
|
716
671
|
titlePadding?: object;
|
|
717
672
|
/**
|
|
718
673
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
719
|
-
* ...
|
|
720
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tooltip)
|
|
674
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-tooltip)
|
|
721
675
|
*/
|
|
722
676
|
tooltip?: string | TooltipConfig | null;
|
|
723
677
|
type?: 'chart';
|
|
@@ -725,8 +679,7 @@ export declare type BryntumChartProps = {
|
|
|
725
679
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
726
680
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
727
681
|
* values are used as the class names.
|
|
728
|
-
* ...
|
|
729
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ui)
|
|
682
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-ui)
|
|
730
683
|
*/
|
|
731
684
|
ui?: string | object;
|
|
732
685
|
/**
|
|
@@ -742,14 +695,12 @@ export declare type BryntumChartProps = {
|
|
|
742
695
|
width?: string | number;
|
|
743
696
|
/**
|
|
744
697
|
* The x position for the widget.
|
|
745
|
-
* ...
|
|
746
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-x)
|
|
698
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-x)
|
|
747
699
|
*/
|
|
748
700
|
x?: number;
|
|
749
701
|
/**
|
|
750
702
|
* The y position for the widget.
|
|
751
|
-
* ...
|
|
752
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-y)
|
|
703
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#config-y)
|
|
753
704
|
*/
|
|
754
705
|
y?: number;
|
|
755
706
|
};
|
|
@@ -784,9 +735,7 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
784
735
|
defaults: ChartContainerItemConfig;
|
|
785
736
|
detectCSSCompatibilityIssues: boolean;
|
|
786
737
|
dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
|
|
787
|
-
draggable: boolean |
|
|
788
|
-
handleSelector?: string;
|
|
789
|
-
};
|
|
738
|
+
draggable: boolean | object;
|
|
790
739
|
elementAttributes: Record<string, string | null>;
|
|
791
740
|
floating: boolean;
|
|
792
741
|
hideAnimation: boolean | object;
|
|
@@ -801,19 +750,12 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
801
750
|
localizableProperties: string[];
|
|
802
751
|
maskDefaults: MaskConfig;
|
|
803
752
|
masked: boolean | string | MaskConfig;
|
|
804
|
-
monitorResize: boolean |
|
|
805
|
-
immediate?: boolean;
|
|
806
|
-
};
|
|
753
|
+
monitorResize: boolean | object;
|
|
807
754
|
namedItems: Record<string, ChartContainerItemConfig>;
|
|
808
755
|
positioned: boolean;
|
|
809
756
|
preventTooltipOnTouch: boolean;
|
|
810
757
|
relayStoreEvents: boolean;
|
|
811
|
-
ripple: boolean |
|
|
812
|
-
delegate?: string;
|
|
813
|
-
color?: string;
|
|
814
|
-
radius?: number;
|
|
815
|
-
clip?: string;
|
|
816
|
-
};
|
|
758
|
+
ripple: boolean | object;
|
|
817
759
|
rootElement: ShadowRoot | HTMLElement;
|
|
818
760
|
scrollAction: 'hide' | 'realign' | null;
|
|
819
761
|
showAnimation: boolean | object;
|
|
@@ -855,7 +797,7 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
855
797
|
gridColor: string;
|
|
856
798
|
height: number | string;
|
|
857
799
|
hidden: boolean;
|
|
858
|
-
html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
|
|
800
|
+
html: string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX | (string | ((widget: Widget) => void) | DomConfig | DomConfig[] | VueConfig | ReactJSX);
|
|
859
801
|
id: string;
|
|
860
802
|
inputFieldAlign: 'start' | 'end';
|
|
861
803
|
insertBefore: HTMLElement | string;
|
|
@@ -866,6 +808,7 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
866
808
|
label: string;
|
|
867
809
|
labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
|
|
868
810
|
labels: DataSeries;
|
|
811
|
+
labelWidth: number | null;
|
|
869
812
|
layout: Layout | string | ChartContainerLayoutConfig;
|
|
870
813
|
layoutStyle: object;
|
|
871
814
|
legendPosition: 'top' | 'right' | 'bottom' | 'left' | 'inline-start' | 'inline-end';
|
|
@@ -884,7 +827,7 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
884
827
|
readOnly: boolean;
|
|
885
828
|
record: Model;
|
|
886
829
|
rendition: string | Record<string, string> | null;
|
|
887
|
-
role: DataSeriesRole;
|
|
830
|
+
role: DataSeriesRole | string;
|
|
888
831
|
rtl: boolean;
|
|
889
832
|
scrollable: Scroller | boolean | ScrollerConfig;
|
|
890
833
|
series: DataSeries[];
|
|
@@ -912,11 +855,6 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
912
855
|
width: number | string;
|
|
913
856
|
x: number;
|
|
914
857
|
y: number;
|
|
915
|
-
anchorSize: number[];
|
|
916
|
-
focusVisible: boolean;
|
|
917
|
-
hasChanges: boolean;
|
|
918
|
-
isSettingValues: boolean;
|
|
919
|
-
isValid: boolean;
|
|
920
858
|
parent: Widget;
|
|
921
859
|
values: Record<string, object>;
|
|
922
860
|
/**
|
|
@@ -947,8 +885,7 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
947
885
|
onBeforeShow: any;
|
|
948
886
|
/**
|
|
949
887
|
* Fires when any other event is fired from the object.
|
|
950
|
-
* ...
|
|
951
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#event-catchAll)
|
|
888
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#event-catchAll)
|
|
952
889
|
* @param {object} event Event object
|
|
953
890
|
* @param {{[key: string]: any, type: string}} event.event The Object that contains event details
|
|
954
891
|
* @param {string} event.event.type The type of the event which is caught by the listener
|
|
@@ -1006,8 +943,7 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
1006
943
|
/**
|
|
1007
944
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
1008
945
|
* achieves visibility.
|
|
1009
|
-
* ...
|
|
1010
|
-
* [View online docs...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#event-paint)
|
|
946
|
+
* [More...](https://bryntum.com/products/chart/docs/api/Chart/widget/Chart#event-paint)
|
|
1011
947
|
* @param {object} event Event object
|
|
1012
948
|
* @param {Core.widget.Widget} event.source The widget being painted.
|
|
1013
949
|
* @param {boolean} event.firstPaint `true` if this is the first paint.
|
|
@@ -1044,6 +980,14 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
1044
980
|
* Create and append the underlying widget
|
|
1045
981
|
*/
|
|
1046
982
|
ngOnInit(): void;
|
|
983
|
+
/**
|
|
984
|
+
* Extracts all @font-face declarations from a shadow root's stylesheets and adds them to
|
|
985
|
+
* document.head as a single <style> element. This is needed because @font-face rules inside
|
|
986
|
+
* a shadow root are not reliably included in document.fonts across all browsers, causing
|
|
987
|
+
* Bryntum's CSS compatibility check to incorrectly report missing fonts.
|
|
988
|
+
* Safe to call multiple times — the extraction runs only once per page.
|
|
989
|
+
*/
|
|
990
|
+
private static ensureFontsInDocument;
|
|
1047
991
|
/**
|
|
1048
992
|
* Watch for changes
|
|
1049
993
|
* @param changes
|
|
@@ -1054,5 +998,5 @@ export declare class BryntumChartComponent implements OnInit, OnDestroy {
|
|
|
1054
998
|
*/
|
|
1055
999
|
ngOnDestroy(): void;
|
|
1056
1000
|
static ɵfac: i0.ɵɵFactoryDeclaration<BryntumChartComponent, never>;
|
|
1057
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumChartComponent, "bryntum-chart", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "animate": "animate"; "animationDuration": "animationDuration"; "appendTo": "appendTo"; "axisColor": "axisColor"; "axisLabelColor": "axisLabelColor"; "background": "background"; "barDirection": "barDirection"; "barWidth": "barWidth"; "bubbleScaleFactor": "bubbleScaleFactor"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "chartPadding": "chartPadding"; "chartTooltip": "chartTooltip"; "chartType": "chartType"; "cls": "cls"; "column": "column"; "content": "content"; "data": "data"; "dataPointShape": "dataPointShape"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "field": "field"; "fillColorField": "fillColorField"; "flex": "flex"; "gridColor": "gridColor"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "interactive": "interactive"; "items": "items"; "keyMap": "keyMap"; "label": "label"; "labelPosition": "labelPosition"; "labels": "labels"; "layout": "layout"; "layoutStyle": "layoutStyle"; "legendPosition": "legendPosition"; "legendScale": "legendScale"; "margin": "margin"; "max": "max"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxTickLabelRotation": "maxTickLabelRotation"; "maxWidth": "maxWidth"; "min": "min"; "minHeight": "minHeight"; "minTickLabelRotation": "minTickLabelRotation"; "minWidth": "minWidth"; "pointSize": "pointSize"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "role": "role"; "rtl": "rtl"; "scrollable": "scrollable"; "series": "series"; "seriesLineDash": "seriesLineDash"; "seriesLineOpacity": "seriesLineOpacity"; "seriesLineThickness": "seriesLineThickness"; "showControls": "showControls"; "showLegend": "showLegend"; "showPoints": "showPoints"; "showSubtitle": "showSubtitle"; "showTicks": "showTicks"; "showTitle": "showTitle"; "showTooltips": "showTooltips"; "span": "span"; "strictRecordMapping": "strictRecordMapping"; "subtitle": "subtitle"; "subtitleFont": "subtitleFont"; "subtitlePadding": "subtitlePadding"; "tickFont": "tickFont"; "tickMarkColor": "tickMarkColor"; "title": "title"; "titleFont": "titleFont"; "titlePadding": "titlePadding"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "
|
|
1001
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BryntumChartComponent, "bryntum-chart", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "border": "border"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "textAlign": "textAlign"; "textContent": "textContent"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "animate": "animate"; "animationDuration": "animationDuration"; "appendTo": "appendTo"; "axisColor": "axisColor"; "axisLabelColor": "axisLabelColor"; "background": "background"; "barDirection": "barDirection"; "barWidth": "barWidth"; "bubbleScaleFactor": "bubbleScaleFactor"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "chartPadding": "chartPadding"; "chartTooltip": "chartTooltip"; "chartType": "chartType"; "cls": "cls"; "column": "column"; "content": "content"; "data": "data"; "dataPointShape": "dataPointShape"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "field": "field"; "fillColorField": "fillColorField"; "flex": "flex"; "gridColor": "gridColor"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "interactive": "interactive"; "items": "items"; "keyMap": "keyMap"; "label": "label"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "layout": "layout"; "layoutStyle": "layoutStyle"; "legendPosition": "legendPosition"; "legendScale": "legendScale"; "margin": "margin"; "max": "max"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxTickLabelRotation": "maxTickLabelRotation"; "maxWidth": "maxWidth"; "min": "min"; "minHeight": "minHeight"; "minTickLabelRotation": "minTickLabelRotation"; "minWidth": "minWidth"; "pointSize": "pointSize"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "role": "role"; "rtl": "rtl"; "scrollable": "scrollable"; "series": "series"; "seriesLineDash": "seriesLineDash"; "seriesLineOpacity": "seriesLineOpacity"; "seriesLineThickness": "seriesLineThickness"; "showControls": "showControls"; "showLegend": "showLegend"; "showPoints": "showPoints"; "showSubtitle": "showSubtitle"; "showTicks": "showTicks"; "showTitle": "showTitle"; "showTooltips": "showTooltips"; "span": "span"; "strictRecordMapping": "strictRecordMapping"; "subtitle": "subtitle"; "subtitleFont": "subtitleFont"; "subtitlePadding": "subtitlePadding"; "tickFont": "tickFont"; "tickMarkColor": "tickMarkColor"; "title": "title"; "titleFont": "titleFont"; "titlePadding": "titlePadding"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "parent": "parent"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
|
|
1058
1002
|
}
|