@chartts/angular 0.1.3
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/LICENSE +21 -0
- package/dist/index.cjs +767 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +152 -0
- package/dist/index.d.ts +152 -0
- package/dist/index.js +587 -0
- package/dist/index.js.map +1 -0
- package/package.json +34 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,767 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var core$1 = require('@angular/core');
|
|
4
|
+
var core = require('@chartts/core');
|
|
5
|
+
|
|
6
|
+
var __create = Object.create;
|
|
7
|
+
var __defProp = Object.defineProperty;
|
|
8
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
9
|
+
var __knownSymbol = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
10
|
+
var __typeError = (msg) => {
|
|
11
|
+
throw TypeError(msg);
|
|
12
|
+
};
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
15
|
+
var __decoratorStart = (base) => [, , , __create(base?.[__knownSymbol("metadata")] ?? null)];
|
|
16
|
+
var __decoratorStrings = ["class", "method", "getter", "setter", "accessor", "field", "value", "get", "set"];
|
|
17
|
+
var __expectFn = (fn) => fn !== void 0 && typeof fn !== "function" ? __typeError("Function expected") : fn;
|
|
18
|
+
var __decoratorContext = (kind, name, done, metadata, fns) => ({ kind: __decoratorStrings[kind], name, metadata, addInitializer: (fn) => done._ ? __typeError("Already initialized") : fns.push(__expectFn(fn || null)) });
|
|
19
|
+
var __decoratorMetadata = (array, target) => __defNormalProp(target, __knownSymbol("metadata"), array[3]);
|
|
20
|
+
var __runInitializers = (array, flags, self, value) => {
|
|
21
|
+
for (var i = 0, fns = array[flags >> 1], n = fns && fns.length; i < n; i++) flags & 1 ? fns[i].call(self) : value = fns[i].call(self, value);
|
|
22
|
+
return value;
|
|
23
|
+
};
|
|
24
|
+
var __decorateElement = (array, flags, name, decorators, target, extra) => {
|
|
25
|
+
var fn, it, done, ctx, access, k = flags & 7, s = !!(flags & 8), p = !!(flags & 16);
|
|
26
|
+
var j = k > 3 ? array.length + 1 : k ? s ? 1 : 2 : 0, key = __decoratorStrings[k + 5];
|
|
27
|
+
var initializers = k > 3 && (array[j - 1] = []), extraInitializers = array[j] || (array[j] = []);
|
|
28
|
+
var desc = k && (!p && !s && (target = target.prototype), k < 5 && (k > 3 || !p) && __getOwnPropDesc(k < 4 ? target : { get [name]() {
|
|
29
|
+
return __privateGet(this, extra);
|
|
30
|
+
}, set [name](x) {
|
|
31
|
+
return __privateSet(this, extra, x);
|
|
32
|
+
} }, name));
|
|
33
|
+
k ? p && k < 4 && __name(extra, (k > 2 ? "set " : k > 1 ? "get " : "") + name) : __name(target, name);
|
|
34
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
35
|
+
ctx = __decoratorContext(k, name, done = {}, array[3], extraInitializers);
|
|
36
|
+
if (k) {
|
|
37
|
+
ctx.static = s, ctx.private = p, access = ctx.access = { has: p ? (x) => __privateIn(target, x) : (x) => name in x };
|
|
38
|
+
if (k ^ 3) access.get = p ? (x) => (k ^ 1 ? __privateGet : __privateMethod)(x, target, k ^ 4 ? extra : desc.get) : (x) => x[name];
|
|
39
|
+
if (k > 2) access.set = p ? (x, y) => __privateSet(x, target, y, k ^ 4 ? extra : desc.set) : (x, y) => x[name] = y;
|
|
40
|
+
}
|
|
41
|
+
it = (0, decorators[i])(k ? k < 4 ? p ? extra : desc[key] : k > 4 ? void 0 : { get: desc.get, set: desc.set } : target, ctx), done._ = 1;
|
|
42
|
+
if (k ^ 4 || it === void 0) __expectFn(it) && (k > 4 ? initializers.unshift(it) : k ? p ? extra = it : desc[key] = it : target = it);
|
|
43
|
+
else if (typeof it !== "object" || it === null) __typeError("Object expected");
|
|
44
|
+
else __expectFn(fn = it.get) && (desc.get = fn), __expectFn(fn = it.set) && (desc.set = fn), __expectFn(fn = it.init) && initializers.unshift(fn);
|
|
45
|
+
}
|
|
46
|
+
return k || __decoratorMetadata(array, target), desc && __defProp(target, name, desc), p ? k ^ 4 ? extra : desc : target;
|
|
47
|
+
};
|
|
48
|
+
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
49
|
+
var __privateIn = (member, obj) => Object(obj) !== obj ? __typeError('Cannot use the "in" operator on this value') : member.has(obj);
|
|
50
|
+
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
51
|
+
var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
52
|
+
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
53
|
+
var BASE_TEMPLATE = `<div #container></div>`;
|
|
54
|
+
var BASE_STYLES = [":host { display: block; }"];
|
|
55
|
+
var _options_dec, _data_dec, _containerRef_dec, _init;
|
|
56
|
+
_containerRef_dec = [core$1.ViewChild("container", { static: true })], _data_dec = [core$1.Input({ required: true })], _options_dec = [core$1.Input()];
|
|
57
|
+
var BaseChart = class {
|
|
58
|
+
constructor() {
|
|
59
|
+
this.containerRef = __runInitializers(_init, 8, this), __runInitializers(_init, 11, this);
|
|
60
|
+
this.data = __runInitializers(_init, 12, this), __runInitializers(_init, 15, this);
|
|
61
|
+
this.options = __runInitializers(_init, 16, this, {}), __runInitializers(_init, 19, this);
|
|
62
|
+
this.instance = null;
|
|
63
|
+
}
|
|
64
|
+
ngAfterViewInit() {
|
|
65
|
+
this.instance = core.createChart(
|
|
66
|
+
this.containerRef.nativeElement,
|
|
67
|
+
this.chartType,
|
|
68
|
+
this.data,
|
|
69
|
+
this.options
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
ngOnChanges(changes) {
|
|
73
|
+
if (!this.instance) return;
|
|
74
|
+
if (changes["data"]) this.instance.setData(this.data);
|
|
75
|
+
if (changes["options"]) this.instance.setOptions(this.options);
|
|
76
|
+
}
|
|
77
|
+
ngOnDestroy() {
|
|
78
|
+
this.instance?.destroy();
|
|
79
|
+
this.instance = null;
|
|
80
|
+
}
|
|
81
|
+
getInstance() {
|
|
82
|
+
return this.instance;
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
_init = __decoratorStart(null);
|
|
86
|
+
__decorateElement(_init, 5, "containerRef", _containerRef_dec, BaseChart);
|
|
87
|
+
__decorateElement(_init, 5, "data", _data_dec, BaseChart);
|
|
88
|
+
__decorateElement(_init, 5, "options", _options_dec, BaseChart);
|
|
89
|
+
__decoratorMetadata(_init, BaseChart);
|
|
90
|
+
var _LineChartComponent_decorators, _init2, _a;
|
|
91
|
+
_LineChartComponent_decorators = [core$1.Component({ selector: "chartts-line", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
92
|
+
exports.LineChartComponent = class LineChartComponent extends (_a = BaseChart) {
|
|
93
|
+
constructor() {
|
|
94
|
+
super(...arguments);
|
|
95
|
+
this.chartType = core.lineChartType;
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
_init2 = __decoratorStart(_a);
|
|
99
|
+
exports.LineChartComponent = __decorateElement(_init2, 0, "LineChartComponent", _LineChartComponent_decorators, exports.LineChartComponent);
|
|
100
|
+
__runInitializers(_init2, 1, exports.LineChartComponent);
|
|
101
|
+
var _BarChartComponent_decorators, _init3, _a2;
|
|
102
|
+
_BarChartComponent_decorators = [core$1.Component({ selector: "chartts-bar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
103
|
+
exports.BarChartComponent = class BarChartComponent extends (_a2 = BaseChart) {
|
|
104
|
+
constructor() {
|
|
105
|
+
super(...arguments);
|
|
106
|
+
this.chartType = core.barChartType;
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
_init3 = __decoratorStart(_a2);
|
|
110
|
+
exports.BarChartComponent = __decorateElement(_init3, 0, "BarChartComponent", _BarChartComponent_decorators, exports.BarChartComponent);
|
|
111
|
+
__runInitializers(_init3, 1, exports.BarChartComponent);
|
|
112
|
+
var _StackedBarChartComponent_decorators, _init4, _a3;
|
|
113
|
+
_StackedBarChartComponent_decorators = [core$1.Component({ selector: "chartts-stacked-bar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
114
|
+
exports.StackedBarChartComponent = class StackedBarChartComponent extends (_a3 = BaseChart) {
|
|
115
|
+
constructor() {
|
|
116
|
+
super(...arguments);
|
|
117
|
+
this.chartType = core.stackedBarChartType;
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
_init4 = __decoratorStart(_a3);
|
|
121
|
+
exports.StackedBarChartComponent = __decorateElement(_init4, 0, "StackedBarChartComponent", _StackedBarChartComponent_decorators, exports.StackedBarChartComponent);
|
|
122
|
+
__runInitializers(_init4, 1, exports.StackedBarChartComponent);
|
|
123
|
+
var _HorizontalBarChartComponent_decorators, _init5, _a4;
|
|
124
|
+
_HorizontalBarChartComponent_decorators = [core$1.Component({ selector: "chartts-horizontal-bar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
125
|
+
exports.HorizontalBarChartComponent = class HorizontalBarChartComponent extends (_a4 = BaseChart) {
|
|
126
|
+
constructor() {
|
|
127
|
+
super(...arguments);
|
|
128
|
+
this.chartType = core.horizontalBarChartType;
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
_init5 = __decoratorStart(_a4);
|
|
132
|
+
exports.HorizontalBarChartComponent = __decorateElement(_init5, 0, "HorizontalBarChartComponent", _HorizontalBarChartComponent_decorators, exports.HorizontalBarChartComponent);
|
|
133
|
+
__runInitializers(_init5, 1, exports.HorizontalBarChartComponent);
|
|
134
|
+
var _PieChartComponent_decorators, _init6, _a5;
|
|
135
|
+
_PieChartComponent_decorators = [core$1.Component({ selector: "chartts-pie", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
136
|
+
exports.PieChartComponent = class PieChartComponent extends (_a5 = BaseChart) {
|
|
137
|
+
constructor() {
|
|
138
|
+
super(...arguments);
|
|
139
|
+
this.chartType = core.pieChartType;
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
_init6 = __decoratorStart(_a5);
|
|
143
|
+
exports.PieChartComponent = __decorateElement(_init6, 0, "PieChartComponent", _PieChartComponent_decorators, exports.PieChartComponent);
|
|
144
|
+
__runInitializers(_init6, 1, exports.PieChartComponent);
|
|
145
|
+
var _DonutChartComponent_decorators, _init7, _a6;
|
|
146
|
+
_DonutChartComponent_decorators = [core$1.Component({ selector: "chartts-donut", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
147
|
+
exports.DonutChartComponent = class DonutChartComponent extends (_a6 = BaseChart) {
|
|
148
|
+
constructor() {
|
|
149
|
+
super(...arguments);
|
|
150
|
+
this.chartType = core.donutChartType;
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
_init7 = __decoratorStart(_a6);
|
|
154
|
+
exports.DonutChartComponent = __decorateElement(_init7, 0, "DonutChartComponent", _DonutChartComponent_decorators, exports.DonutChartComponent);
|
|
155
|
+
__runInitializers(_init7, 1, exports.DonutChartComponent);
|
|
156
|
+
var _ScatterChartComponent_decorators, _init8, _a7;
|
|
157
|
+
_ScatterChartComponent_decorators = [core$1.Component({ selector: "chartts-scatter", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
158
|
+
exports.ScatterChartComponent = class ScatterChartComponent extends (_a7 = BaseChart) {
|
|
159
|
+
constructor() {
|
|
160
|
+
super(...arguments);
|
|
161
|
+
this.chartType = core.scatterChartType;
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
_init8 = __decoratorStart(_a7);
|
|
165
|
+
exports.ScatterChartComponent = __decorateElement(_init8, 0, "ScatterChartComponent", _ScatterChartComponent_decorators, exports.ScatterChartComponent);
|
|
166
|
+
__runInitializers(_init8, 1, exports.ScatterChartComponent);
|
|
167
|
+
var _SparklineChartComponent_decorators, _init9, _a8;
|
|
168
|
+
_SparklineChartComponent_decorators = [core$1.Component({ selector: "chartts-sparkline", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
169
|
+
exports.SparklineChartComponent = class SparklineChartComponent extends (_a8 = BaseChart) {
|
|
170
|
+
constructor() {
|
|
171
|
+
super(...arguments);
|
|
172
|
+
this.chartType = core.sparklineChartType;
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
_init9 = __decoratorStart(_a8);
|
|
176
|
+
exports.SparklineChartComponent = __decorateElement(_init9, 0, "SparklineChartComponent", _SparklineChartComponent_decorators, exports.SparklineChartComponent);
|
|
177
|
+
__runInitializers(_init9, 1, exports.SparklineChartComponent);
|
|
178
|
+
var _AreaChartComponent_decorators, _init10, _a9;
|
|
179
|
+
_AreaChartComponent_decorators = [core$1.Component({ selector: "chartts-area", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
180
|
+
exports.AreaChartComponent = class AreaChartComponent extends (_a9 = BaseChart) {
|
|
181
|
+
constructor() {
|
|
182
|
+
super(...arguments);
|
|
183
|
+
this.chartType = core.areaChartType;
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
_init10 = __decoratorStart(_a9);
|
|
187
|
+
exports.AreaChartComponent = __decorateElement(_init10, 0, "AreaChartComponent", _AreaChartComponent_decorators, exports.AreaChartComponent);
|
|
188
|
+
__runInitializers(_init10, 1, exports.AreaChartComponent);
|
|
189
|
+
var _RadarChartComponent_decorators, _init11, _a10;
|
|
190
|
+
_RadarChartComponent_decorators = [core$1.Component({ selector: "chartts-radar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
191
|
+
exports.RadarChartComponent = class RadarChartComponent extends (_a10 = BaseChart) {
|
|
192
|
+
constructor() {
|
|
193
|
+
super(...arguments);
|
|
194
|
+
this.chartType = core.radarChartType;
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
_init11 = __decoratorStart(_a10);
|
|
198
|
+
exports.RadarChartComponent = __decorateElement(_init11, 0, "RadarChartComponent", _RadarChartComponent_decorators, exports.RadarChartComponent);
|
|
199
|
+
__runInitializers(_init11, 1, exports.RadarChartComponent);
|
|
200
|
+
var _BubbleChartComponent_decorators, _init12, _a11;
|
|
201
|
+
_BubbleChartComponent_decorators = [core$1.Component({ selector: "chartts-bubble", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
202
|
+
exports.BubbleChartComponent = class BubbleChartComponent extends (_a11 = BaseChart) {
|
|
203
|
+
constructor() {
|
|
204
|
+
super(...arguments);
|
|
205
|
+
this.chartType = core.bubbleChartType;
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
_init12 = __decoratorStart(_a11);
|
|
209
|
+
exports.BubbleChartComponent = __decorateElement(_init12, 0, "BubbleChartComponent", _BubbleChartComponent_decorators, exports.BubbleChartComponent);
|
|
210
|
+
__runInitializers(_init12, 1, exports.BubbleChartComponent);
|
|
211
|
+
var _CandlestickChartComponent_decorators, _init13, _a12;
|
|
212
|
+
_CandlestickChartComponent_decorators = [core$1.Component({ selector: "chartts-candlestick", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
213
|
+
exports.CandlestickChartComponent = class CandlestickChartComponent extends (_a12 = BaseChart) {
|
|
214
|
+
constructor() {
|
|
215
|
+
super(...arguments);
|
|
216
|
+
this.chartType = core.candlestickChartType;
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
_init13 = __decoratorStart(_a12);
|
|
220
|
+
exports.CandlestickChartComponent = __decorateElement(_init13, 0, "CandlestickChartComponent", _CandlestickChartComponent_decorators, exports.CandlestickChartComponent);
|
|
221
|
+
__runInitializers(_init13, 1, exports.CandlestickChartComponent);
|
|
222
|
+
var _GaugeChartComponent_decorators, _init14, _a13;
|
|
223
|
+
_GaugeChartComponent_decorators = [core$1.Component({ selector: "chartts-gauge", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
224
|
+
exports.GaugeChartComponent = class GaugeChartComponent extends (_a13 = BaseChart) {
|
|
225
|
+
constructor() {
|
|
226
|
+
super(...arguments);
|
|
227
|
+
this.chartType = core.gaugeChartType;
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
_init14 = __decoratorStart(_a13);
|
|
231
|
+
exports.GaugeChartComponent = __decorateElement(_init14, 0, "GaugeChartComponent", _GaugeChartComponent_decorators, exports.GaugeChartComponent);
|
|
232
|
+
__runInitializers(_init14, 1, exports.GaugeChartComponent);
|
|
233
|
+
var _WaterfallChartComponent_decorators, _init15, _a14;
|
|
234
|
+
_WaterfallChartComponent_decorators = [core$1.Component({ selector: "chartts-waterfall", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
235
|
+
exports.WaterfallChartComponent = class WaterfallChartComponent extends (_a14 = BaseChart) {
|
|
236
|
+
constructor() {
|
|
237
|
+
super(...arguments);
|
|
238
|
+
this.chartType = core.waterfallChartType;
|
|
239
|
+
}
|
|
240
|
+
};
|
|
241
|
+
_init15 = __decoratorStart(_a14);
|
|
242
|
+
exports.WaterfallChartComponent = __decorateElement(_init15, 0, "WaterfallChartComponent", _WaterfallChartComponent_decorators, exports.WaterfallChartComponent);
|
|
243
|
+
__runInitializers(_init15, 1, exports.WaterfallChartComponent);
|
|
244
|
+
var _FunnelChartComponent_decorators, _init16, _a15;
|
|
245
|
+
_FunnelChartComponent_decorators = [core$1.Component({ selector: "chartts-funnel", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
246
|
+
exports.FunnelChartComponent = class FunnelChartComponent extends (_a15 = BaseChart) {
|
|
247
|
+
constructor() {
|
|
248
|
+
super(...arguments);
|
|
249
|
+
this.chartType = core.funnelChartType;
|
|
250
|
+
}
|
|
251
|
+
};
|
|
252
|
+
_init16 = __decoratorStart(_a15);
|
|
253
|
+
exports.FunnelChartComponent = __decorateElement(_init16, 0, "FunnelChartComponent", _FunnelChartComponent_decorators, exports.FunnelChartComponent);
|
|
254
|
+
__runInitializers(_init16, 1, exports.FunnelChartComponent);
|
|
255
|
+
var _HeatmapChartComponent_decorators, _init17, _a16;
|
|
256
|
+
_HeatmapChartComponent_decorators = [core$1.Component({ selector: "chartts-heatmap", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
257
|
+
exports.HeatmapChartComponent = class HeatmapChartComponent extends (_a16 = BaseChart) {
|
|
258
|
+
constructor() {
|
|
259
|
+
super(...arguments);
|
|
260
|
+
this.chartType = core.heatmapChartType;
|
|
261
|
+
}
|
|
262
|
+
};
|
|
263
|
+
_init17 = __decoratorStart(_a16);
|
|
264
|
+
exports.HeatmapChartComponent = __decorateElement(_init17, 0, "HeatmapChartComponent", _HeatmapChartComponent_decorators, exports.HeatmapChartComponent);
|
|
265
|
+
__runInitializers(_init17, 1, exports.HeatmapChartComponent);
|
|
266
|
+
var _BoxplotChartComponent_decorators, _init18, _a17;
|
|
267
|
+
_BoxplotChartComponent_decorators = [core$1.Component({ selector: "chartts-boxplot", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
268
|
+
exports.BoxplotChartComponent = class BoxplotChartComponent extends (_a17 = BaseChart) {
|
|
269
|
+
constructor() {
|
|
270
|
+
super(...arguments);
|
|
271
|
+
this.chartType = core.boxplotChartType;
|
|
272
|
+
}
|
|
273
|
+
};
|
|
274
|
+
_init18 = __decoratorStart(_a17);
|
|
275
|
+
exports.BoxplotChartComponent = __decorateElement(_init18, 0, "BoxplotChartComponent", _BoxplotChartComponent_decorators, exports.BoxplotChartComponent);
|
|
276
|
+
__runInitializers(_init18, 1, exports.BoxplotChartComponent);
|
|
277
|
+
var _HistogramChartComponent_decorators, _init19, _a18;
|
|
278
|
+
_HistogramChartComponent_decorators = [core$1.Component({ selector: "chartts-histogram", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
279
|
+
exports.HistogramChartComponent = class HistogramChartComponent extends (_a18 = BaseChart) {
|
|
280
|
+
constructor() {
|
|
281
|
+
super(...arguments);
|
|
282
|
+
this.chartType = core.histogramChartType;
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
_init19 = __decoratorStart(_a18);
|
|
286
|
+
exports.HistogramChartComponent = __decorateElement(_init19, 0, "HistogramChartComponent", _HistogramChartComponent_decorators, exports.HistogramChartComponent);
|
|
287
|
+
__runInitializers(_init19, 1, exports.HistogramChartComponent);
|
|
288
|
+
var _TreemapChartComponent_decorators, _init20, _a19;
|
|
289
|
+
_TreemapChartComponent_decorators = [core$1.Component({ selector: "chartts-treemap", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
290
|
+
exports.TreemapChartComponent = class TreemapChartComponent extends (_a19 = BaseChart) {
|
|
291
|
+
constructor() {
|
|
292
|
+
super(...arguments);
|
|
293
|
+
this.chartType = core.treemapChartType;
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
_init20 = __decoratorStart(_a19);
|
|
297
|
+
exports.TreemapChartComponent = __decorateElement(_init20, 0, "TreemapChartComponent", _TreemapChartComponent_decorators, exports.TreemapChartComponent);
|
|
298
|
+
__runInitializers(_init20, 1, exports.TreemapChartComponent);
|
|
299
|
+
var _PolarChartComponent_decorators, _init21, _a20;
|
|
300
|
+
_PolarChartComponent_decorators = [core$1.Component({ selector: "chartts-polar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
301
|
+
exports.PolarChartComponent = class PolarChartComponent extends (_a20 = BaseChart) {
|
|
302
|
+
constructor() {
|
|
303
|
+
super(...arguments);
|
|
304
|
+
this.chartType = core.polarChartType;
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
_init21 = __decoratorStart(_a20);
|
|
308
|
+
exports.PolarChartComponent = __decorateElement(_init21, 0, "PolarChartComponent", _PolarChartComponent_decorators, exports.PolarChartComponent);
|
|
309
|
+
__runInitializers(_init21, 1, exports.PolarChartComponent);
|
|
310
|
+
var _RadialBarChartComponent_decorators, _init22, _a21;
|
|
311
|
+
_RadialBarChartComponent_decorators = [core$1.Component({ selector: "chartts-radialbar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
312
|
+
exports.RadialBarChartComponent = class RadialBarChartComponent extends (_a21 = BaseChart) {
|
|
313
|
+
constructor() {
|
|
314
|
+
super(...arguments);
|
|
315
|
+
this.chartType = core.radialBarChartType;
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
_init22 = __decoratorStart(_a21);
|
|
319
|
+
exports.RadialBarChartComponent = __decorateElement(_init22, 0, "RadialBarChartComponent", _RadialBarChartComponent_decorators, exports.RadialBarChartComponent);
|
|
320
|
+
__runInitializers(_init22, 1, exports.RadialBarChartComponent);
|
|
321
|
+
var _LollipopChartComponent_decorators, _init23, _a22;
|
|
322
|
+
_LollipopChartComponent_decorators = [core$1.Component({ selector: "chartts-lollipop", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
323
|
+
exports.LollipopChartComponent = class LollipopChartComponent extends (_a22 = BaseChart) {
|
|
324
|
+
constructor() {
|
|
325
|
+
super(...arguments);
|
|
326
|
+
this.chartType = core.lollipopChartType;
|
|
327
|
+
}
|
|
328
|
+
};
|
|
329
|
+
_init23 = __decoratorStart(_a22);
|
|
330
|
+
exports.LollipopChartComponent = __decorateElement(_init23, 0, "LollipopChartComponent", _LollipopChartComponent_decorators, exports.LollipopChartComponent);
|
|
331
|
+
__runInitializers(_init23, 1, exports.LollipopChartComponent);
|
|
332
|
+
var _BulletChartComponent_decorators, _init24, _a23;
|
|
333
|
+
_BulletChartComponent_decorators = [core$1.Component({ selector: "chartts-bullet", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
334
|
+
exports.BulletChartComponent = class BulletChartComponent extends (_a23 = BaseChart) {
|
|
335
|
+
constructor() {
|
|
336
|
+
super(...arguments);
|
|
337
|
+
this.chartType = core.bulletChartType;
|
|
338
|
+
}
|
|
339
|
+
};
|
|
340
|
+
_init24 = __decoratorStart(_a23);
|
|
341
|
+
exports.BulletChartComponent = __decorateElement(_init24, 0, "BulletChartComponent", _BulletChartComponent_decorators, exports.BulletChartComponent);
|
|
342
|
+
__runInitializers(_init24, 1, exports.BulletChartComponent);
|
|
343
|
+
var _DumbbellChartComponent_decorators, _init25, _a24;
|
|
344
|
+
_DumbbellChartComponent_decorators = [core$1.Component({ selector: "chartts-dumbbell", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
345
|
+
exports.DumbbellChartComponent = class DumbbellChartComponent extends (_a24 = BaseChart) {
|
|
346
|
+
constructor() {
|
|
347
|
+
super(...arguments);
|
|
348
|
+
this.chartType = core.dumbbellChartType;
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
_init25 = __decoratorStart(_a24);
|
|
352
|
+
exports.DumbbellChartComponent = __decorateElement(_init25, 0, "DumbbellChartComponent", _DumbbellChartComponent_decorators, exports.DumbbellChartComponent);
|
|
353
|
+
__runInitializers(_init25, 1, exports.DumbbellChartComponent);
|
|
354
|
+
var _CalendarChartComponent_decorators, _init26, _a25;
|
|
355
|
+
_CalendarChartComponent_decorators = [core$1.Component({ selector: "chartts-calendar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
356
|
+
exports.CalendarChartComponent = class CalendarChartComponent extends (_a25 = BaseChart) {
|
|
357
|
+
constructor() {
|
|
358
|
+
super(...arguments);
|
|
359
|
+
this.chartType = core.calendarChartType;
|
|
360
|
+
}
|
|
361
|
+
};
|
|
362
|
+
_init26 = __decoratorStart(_a25);
|
|
363
|
+
exports.CalendarChartComponent = __decorateElement(_init26, 0, "CalendarChartComponent", _CalendarChartComponent_decorators, exports.CalendarChartComponent);
|
|
364
|
+
__runInitializers(_init26, 1, exports.CalendarChartComponent);
|
|
365
|
+
var _ComboChartComponent_decorators, _init27, _a26;
|
|
366
|
+
_ComboChartComponent_decorators = [core$1.Component({ selector: "chartts-combo", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
367
|
+
exports.ComboChartComponent = class ComboChartComponent extends (_a26 = BaseChart) {
|
|
368
|
+
constructor() {
|
|
369
|
+
super(...arguments);
|
|
370
|
+
this.chartType = core.comboChartType;
|
|
371
|
+
}
|
|
372
|
+
};
|
|
373
|
+
_init27 = __decoratorStart(_a26);
|
|
374
|
+
exports.ComboChartComponent = __decorateElement(_init27, 0, "ComboChartComponent", _ComboChartComponent_decorators, exports.ComboChartComponent);
|
|
375
|
+
__runInitializers(_init27, 1, exports.ComboChartComponent);
|
|
376
|
+
var _SankeyChartComponent_decorators, _init28, _a27;
|
|
377
|
+
_SankeyChartComponent_decorators = [core$1.Component({ selector: "chartts-sankey", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
378
|
+
exports.SankeyChartComponent = class SankeyChartComponent extends (_a27 = BaseChart) {
|
|
379
|
+
constructor() {
|
|
380
|
+
super(...arguments);
|
|
381
|
+
this.chartType = core.sankeyChartType;
|
|
382
|
+
}
|
|
383
|
+
};
|
|
384
|
+
_init28 = __decoratorStart(_a27);
|
|
385
|
+
exports.SankeyChartComponent = __decorateElement(_init28, 0, "SankeyChartComponent", _SankeyChartComponent_decorators, exports.SankeyChartComponent);
|
|
386
|
+
__runInitializers(_init28, 1, exports.SankeyChartComponent);
|
|
387
|
+
var _SunburstChartComponent_decorators, _init29, _a28;
|
|
388
|
+
_SunburstChartComponent_decorators = [core$1.Component({ selector: "chartts-sunburst", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
389
|
+
exports.SunburstChartComponent = class SunburstChartComponent extends (_a28 = BaseChart) {
|
|
390
|
+
constructor() {
|
|
391
|
+
super(...arguments);
|
|
392
|
+
this.chartType = core.sunburstChartType;
|
|
393
|
+
}
|
|
394
|
+
};
|
|
395
|
+
_init29 = __decoratorStart(_a28);
|
|
396
|
+
exports.SunburstChartComponent = __decorateElement(_init29, 0, "SunburstChartComponent", _SunburstChartComponent_decorators, exports.SunburstChartComponent);
|
|
397
|
+
__runInitializers(_init29, 1, exports.SunburstChartComponent);
|
|
398
|
+
var _TreeChartComponent_decorators, _init30, _a29;
|
|
399
|
+
_TreeChartComponent_decorators = [core$1.Component({ selector: "chartts-tree", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
400
|
+
exports.TreeChartComponent = class TreeChartComponent extends (_a29 = BaseChart) {
|
|
401
|
+
constructor() {
|
|
402
|
+
super(...arguments);
|
|
403
|
+
this.chartType = core.treeChartType;
|
|
404
|
+
}
|
|
405
|
+
};
|
|
406
|
+
_init30 = __decoratorStart(_a29);
|
|
407
|
+
exports.TreeChartComponent = __decorateElement(_init30, 0, "TreeChartComponent", _TreeChartComponent_decorators, exports.TreeChartComponent);
|
|
408
|
+
__runInitializers(_init30, 1, exports.TreeChartComponent);
|
|
409
|
+
var _GraphChartComponent_decorators, _init31, _a30;
|
|
410
|
+
_GraphChartComponent_decorators = [core$1.Component({ selector: "chartts-graph", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
411
|
+
exports.GraphChartComponent = class GraphChartComponent extends (_a30 = BaseChart) {
|
|
412
|
+
constructor() {
|
|
413
|
+
super(...arguments);
|
|
414
|
+
this.chartType = core.graphChartType;
|
|
415
|
+
}
|
|
416
|
+
};
|
|
417
|
+
_init31 = __decoratorStart(_a30);
|
|
418
|
+
exports.GraphChartComponent = __decorateElement(_init31, 0, "GraphChartComponent", _GraphChartComponent_decorators, exports.GraphChartComponent);
|
|
419
|
+
__runInitializers(_init31, 1, exports.GraphChartComponent);
|
|
420
|
+
var _ParallelChartComponent_decorators, _init32, _a31;
|
|
421
|
+
_ParallelChartComponent_decorators = [core$1.Component({ selector: "chartts-parallel", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
422
|
+
exports.ParallelChartComponent = class ParallelChartComponent extends (_a31 = BaseChart) {
|
|
423
|
+
constructor() {
|
|
424
|
+
super(...arguments);
|
|
425
|
+
this.chartType = core.parallelChartType;
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
_init32 = __decoratorStart(_a31);
|
|
429
|
+
exports.ParallelChartComponent = __decorateElement(_init32, 0, "ParallelChartComponent", _ParallelChartComponent_decorators, exports.ParallelChartComponent);
|
|
430
|
+
__runInitializers(_init32, 1, exports.ParallelChartComponent);
|
|
431
|
+
var _ThemeRiverChartComponent_decorators, _init33, _a32;
|
|
432
|
+
_ThemeRiverChartComponent_decorators = [core$1.Component({ selector: "chartts-themeriver", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
433
|
+
exports.ThemeRiverChartComponent = class ThemeRiverChartComponent extends (_a32 = BaseChart) {
|
|
434
|
+
constructor() {
|
|
435
|
+
super(...arguments);
|
|
436
|
+
this.chartType = core.themeRiverChartType;
|
|
437
|
+
}
|
|
438
|
+
};
|
|
439
|
+
_init33 = __decoratorStart(_a32);
|
|
440
|
+
exports.ThemeRiverChartComponent = __decorateElement(_init33, 0, "ThemeRiverChartComponent", _ThemeRiverChartComponent_decorators, exports.ThemeRiverChartComponent);
|
|
441
|
+
__runInitializers(_init33, 1, exports.ThemeRiverChartComponent);
|
|
442
|
+
var _PictorialBarChartComponent_decorators, _init34, _a33;
|
|
443
|
+
_PictorialBarChartComponent_decorators = [core$1.Component({ selector: "chartts-pictorialbar", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
444
|
+
exports.PictorialBarChartComponent = class PictorialBarChartComponent extends (_a33 = BaseChart) {
|
|
445
|
+
constructor() {
|
|
446
|
+
super(...arguments);
|
|
447
|
+
this.chartType = core.pictorialBarChartType;
|
|
448
|
+
}
|
|
449
|
+
};
|
|
450
|
+
_init34 = __decoratorStart(_a33);
|
|
451
|
+
exports.PictorialBarChartComponent = __decorateElement(_init34, 0, "PictorialBarChartComponent", _PictorialBarChartComponent_decorators, exports.PictorialBarChartComponent);
|
|
452
|
+
__runInitializers(_init34, 1, exports.PictorialBarChartComponent);
|
|
453
|
+
var _ChordChartComponent_decorators, _init35, _a34;
|
|
454
|
+
_ChordChartComponent_decorators = [core$1.Component({ selector: "chartts-chord", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
455
|
+
exports.ChordChartComponent = class ChordChartComponent extends (_a34 = BaseChart) {
|
|
456
|
+
constructor() {
|
|
457
|
+
super(...arguments);
|
|
458
|
+
this.chartType = core.chordChartType;
|
|
459
|
+
}
|
|
460
|
+
};
|
|
461
|
+
_init35 = __decoratorStart(_a34);
|
|
462
|
+
exports.ChordChartComponent = __decorateElement(_init35, 0, "ChordChartComponent", _ChordChartComponent_decorators, exports.ChordChartComponent);
|
|
463
|
+
__runInitializers(_init35, 1, exports.ChordChartComponent);
|
|
464
|
+
var _GeoChartComponent_decorators, _init36, _a35;
|
|
465
|
+
_GeoChartComponent_decorators = [core$1.Component({ selector: "chartts-geo", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
466
|
+
exports.GeoChartComponent = class GeoChartComponent extends (_a35 = BaseChart) {
|
|
467
|
+
constructor() {
|
|
468
|
+
super(...arguments);
|
|
469
|
+
this.chartType = core.geoChartType;
|
|
470
|
+
}
|
|
471
|
+
};
|
|
472
|
+
_init36 = __decoratorStart(_a35);
|
|
473
|
+
exports.GeoChartComponent = __decorateElement(_init36, 0, "GeoChartComponent", _GeoChartComponent_decorators, exports.GeoChartComponent);
|
|
474
|
+
__runInitializers(_init36, 1, exports.GeoChartComponent);
|
|
475
|
+
var _LinesChartComponent_decorators, _init37, _a36;
|
|
476
|
+
_LinesChartComponent_decorators = [core$1.Component({ selector: "chartts-lines", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
477
|
+
exports.LinesChartComponent = class LinesChartComponent extends (_a36 = BaseChart) {
|
|
478
|
+
constructor() {
|
|
479
|
+
super(...arguments);
|
|
480
|
+
this.chartType = core.linesChartType;
|
|
481
|
+
}
|
|
482
|
+
};
|
|
483
|
+
_init37 = __decoratorStart(_a36);
|
|
484
|
+
exports.LinesChartComponent = __decorateElement(_init37, 0, "LinesChartComponent", _LinesChartComponent_decorators, exports.LinesChartComponent);
|
|
485
|
+
__runInitializers(_init37, 1, exports.LinesChartComponent);
|
|
486
|
+
var _MatrixChartComponent_decorators, _init38, _a37;
|
|
487
|
+
_MatrixChartComponent_decorators = [core$1.Component({ selector: "chartts-matrix", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
488
|
+
exports.MatrixChartComponent = class MatrixChartComponent extends (_a37 = BaseChart) {
|
|
489
|
+
constructor() {
|
|
490
|
+
super(...arguments);
|
|
491
|
+
this.chartType = core.matrixChartType;
|
|
492
|
+
}
|
|
493
|
+
};
|
|
494
|
+
_init38 = __decoratorStart(_a37);
|
|
495
|
+
exports.MatrixChartComponent = __decorateElement(_init38, 0, "MatrixChartComponent", _MatrixChartComponent_decorators, exports.MatrixChartComponent);
|
|
496
|
+
__runInitializers(_init38, 1, exports.MatrixChartComponent);
|
|
497
|
+
var _CustomChartComponent_decorators, _init39, _a38;
|
|
498
|
+
_CustomChartComponent_decorators = [core$1.Component({ selector: "chartts-custom", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
499
|
+
exports.CustomChartComponent = class CustomChartComponent extends (_a38 = BaseChart) {
|
|
500
|
+
constructor() {
|
|
501
|
+
super(...arguments);
|
|
502
|
+
this.chartType = core.customChartType;
|
|
503
|
+
}
|
|
504
|
+
};
|
|
505
|
+
_init39 = __decoratorStart(_a38);
|
|
506
|
+
exports.CustomChartComponent = __decorateElement(_init39, 0, "CustomChartComponent", _CustomChartComponent_decorators, exports.CustomChartComponent);
|
|
507
|
+
__runInitializers(_init39, 1, exports.CustomChartComponent);
|
|
508
|
+
var _OHLCChartComponent_decorators, _init40, _a39;
|
|
509
|
+
_OHLCChartComponent_decorators = [core$1.Component({ selector: "chartts-ohlc", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
510
|
+
exports.OHLCChartComponent = class OHLCChartComponent extends (_a39 = BaseChart) {
|
|
511
|
+
constructor() {
|
|
512
|
+
super(...arguments);
|
|
513
|
+
this.chartType = core.ohlcChartType;
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
_init40 = __decoratorStart(_a39);
|
|
517
|
+
exports.OHLCChartComponent = __decorateElement(_init40, 0, "OHLCChartComponent", _OHLCChartComponent_decorators, exports.OHLCChartComponent);
|
|
518
|
+
__runInitializers(_init40, 1, exports.OHLCChartComponent);
|
|
519
|
+
var _StepChartComponent_decorators, _init41, _a40;
|
|
520
|
+
_StepChartComponent_decorators = [core$1.Component({ selector: "chartts-step", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
521
|
+
exports.StepChartComponent = class StepChartComponent extends (_a40 = BaseChart) {
|
|
522
|
+
constructor() {
|
|
523
|
+
super(...arguments);
|
|
524
|
+
this.chartType = core.stepChartType;
|
|
525
|
+
}
|
|
526
|
+
};
|
|
527
|
+
_init41 = __decoratorStart(_a40);
|
|
528
|
+
exports.StepChartComponent = __decorateElement(_init41, 0, "StepChartComponent", _StepChartComponent_decorators, exports.StepChartComponent);
|
|
529
|
+
__runInitializers(_init41, 1, exports.StepChartComponent);
|
|
530
|
+
var _VolumeChartComponent_decorators, _init42, _a41;
|
|
531
|
+
_VolumeChartComponent_decorators = [core$1.Component({ selector: "chartts-volume", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
532
|
+
exports.VolumeChartComponent = class VolumeChartComponent extends (_a41 = BaseChart) {
|
|
533
|
+
constructor() {
|
|
534
|
+
super(...arguments);
|
|
535
|
+
this.chartType = core.volumeChartType;
|
|
536
|
+
}
|
|
537
|
+
};
|
|
538
|
+
_init42 = __decoratorStart(_a41);
|
|
539
|
+
exports.VolumeChartComponent = __decorateElement(_init42, 0, "VolumeChartComponent", _VolumeChartComponent_decorators, exports.VolumeChartComponent);
|
|
540
|
+
__runInitializers(_init42, 1, exports.VolumeChartComponent);
|
|
541
|
+
var _RangeChartComponent_decorators, _init43, _a42;
|
|
542
|
+
_RangeChartComponent_decorators = [core$1.Component({ selector: "chartts-range", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
543
|
+
exports.RangeChartComponent = class RangeChartComponent extends (_a42 = BaseChart) {
|
|
544
|
+
constructor() {
|
|
545
|
+
super(...arguments);
|
|
546
|
+
this.chartType = core.rangeChartType;
|
|
547
|
+
}
|
|
548
|
+
};
|
|
549
|
+
_init43 = __decoratorStart(_a42);
|
|
550
|
+
exports.RangeChartComponent = __decorateElement(_init43, 0, "RangeChartComponent", _RangeChartComponent_decorators, exports.RangeChartComponent);
|
|
551
|
+
__runInitializers(_init43, 1, exports.RangeChartComponent);
|
|
552
|
+
var _BaselineChartComponent_decorators, _init44, _a43;
|
|
553
|
+
_BaselineChartComponent_decorators = [core$1.Component({ selector: "chartts-baseline", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
554
|
+
exports.BaselineChartComponent = class BaselineChartComponent extends (_a43 = BaseChart) {
|
|
555
|
+
constructor() {
|
|
556
|
+
super(...arguments);
|
|
557
|
+
this.chartType = core.baselineChartType;
|
|
558
|
+
}
|
|
559
|
+
};
|
|
560
|
+
_init44 = __decoratorStart(_a43);
|
|
561
|
+
exports.BaselineChartComponent = __decorateElement(_init44, 0, "BaselineChartComponent", _BaselineChartComponent_decorators, exports.BaselineChartComponent);
|
|
562
|
+
__runInitializers(_init44, 1, exports.BaselineChartComponent);
|
|
563
|
+
var _KagiChartComponent_decorators, _init45, _a44;
|
|
564
|
+
_KagiChartComponent_decorators = [core$1.Component({ selector: "chartts-kagi", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
565
|
+
exports.KagiChartComponent = class KagiChartComponent extends (_a44 = BaseChart) {
|
|
566
|
+
constructor() {
|
|
567
|
+
super(...arguments);
|
|
568
|
+
this.chartType = core.kagiChartType;
|
|
569
|
+
}
|
|
570
|
+
};
|
|
571
|
+
_init45 = __decoratorStart(_a44);
|
|
572
|
+
exports.KagiChartComponent = __decorateElement(_init45, 0, "KagiChartComponent", _KagiChartComponent_decorators, exports.KagiChartComponent);
|
|
573
|
+
__runInitializers(_init45, 1, exports.KagiChartComponent);
|
|
574
|
+
var _RenkoChartComponent_decorators, _init46, _a45;
|
|
575
|
+
_RenkoChartComponent_decorators = [core$1.Component({ selector: "chartts-renko", standalone: true, template: BASE_TEMPLATE, styles: BASE_STYLES })];
|
|
576
|
+
exports.RenkoChartComponent = class RenkoChartComponent extends (_a45 = BaseChart) {
|
|
577
|
+
constructor() {
|
|
578
|
+
super(...arguments);
|
|
579
|
+
this.chartType = core.renkoChartType;
|
|
580
|
+
}
|
|
581
|
+
};
|
|
582
|
+
_init46 = __decoratorStart(_a45);
|
|
583
|
+
exports.RenkoChartComponent = __decorateElement(_init46, 0, "RenkoChartComponent", _RenkoChartComponent_decorators, exports.RenkoChartComponent);
|
|
584
|
+
__runInitializers(_init46, 1, exports.RenkoChartComponent);
|
|
585
|
+
|
|
586
|
+
Object.defineProperty(exports, "areaChartType", {
|
|
587
|
+
enumerable: true,
|
|
588
|
+
get: function () { return core.areaChartType; }
|
|
589
|
+
});
|
|
590
|
+
Object.defineProperty(exports, "barChartType", {
|
|
591
|
+
enumerable: true,
|
|
592
|
+
get: function () { return core.barChartType; }
|
|
593
|
+
});
|
|
594
|
+
Object.defineProperty(exports, "baselineChartType", {
|
|
595
|
+
enumerable: true,
|
|
596
|
+
get: function () { return core.baselineChartType; }
|
|
597
|
+
});
|
|
598
|
+
Object.defineProperty(exports, "boxplotChartType", {
|
|
599
|
+
enumerable: true,
|
|
600
|
+
get: function () { return core.boxplotChartType; }
|
|
601
|
+
});
|
|
602
|
+
Object.defineProperty(exports, "bubbleChartType", {
|
|
603
|
+
enumerable: true,
|
|
604
|
+
get: function () { return core.bubbleChartType; }
|
|
605
|
+
});
|
|
606
|
+
Object.defineProperty(exports, "bulletChartType", {
|
|
607
|
+
enumerable: true,
|
|
608
|
+
get: function () { return core.bulletChartType; }
|
|
609
|
+
});
|
|
610
|
+
Object.defineProperty(exports, "calendarChartType", {
|
|
611
|
+
enumerable: true,
|
|
612
|
+
get: function () { return core.calendarChartType; }
|
|
613
|
+
});
|
|
614
|
+
Object.defineProperty(exports, "candlestickChartType", {
|
|
615
|
+
enumerable: true,
|
|
616
|
+
get: function () { return core.candlestickChartType; }
|
|
617
|
+
});
|
|
618
|
+
Object.defineProperty(exports, "chordChartType", {
|
|
619
|
+
enumerable: true,
|
|
620
|
+
get: function () { return core.chordChartType; }
|
|
621
|
+
});
|
|
622
|
+
Object.defineProperty(exports, "comboChartType", {
|
|
623
|
+
enumerable: true,
|
|
624
|
+
get: function () { return core.comboChartType; }
|
|
625
|
+
});
|
|
626
|
+
Object.defineProperty(exports, "customChartType", {
|
|
627
|
+
enumerable: true,
|
|
628
|
+
get: function () { return core.customChartType; }
|
|
629
|
+
});
|
|
630
|
+
Object.defineProperty(exports, "donutChartType", {
|
|
631
|
+
enumerable: true,
|
|
632
|
+
get: function () { return core.donutChartType; }
|
|
633
|
+
});
|
|
634
|
+
Object.defineProperty(exports, "dumbbellChartType", {
|
|
635
|
+
enumerable: true,
|
|
636
|
+
get: function () { return core.dumbbellChartType; }
|
|
637
|
+
});
|
|
638
|
+
Object.defineProperty(exports, "funnelChartType", {
|
|
639
|
+
enumerable: true,
|
|
640
|
+
get: function () { return core.funnelChartType; }
|
|
641
|
+
});
|
|
642
|
+
Object.defineProperty(exports, "gaugeChartType", {
|
|
643
|
+
enumerable: true,
|
|
644
|
+
get: function () { return core.gaugeChartType; }
|
|
645
|
+
});
|
|
646
|
+
Object.defineProperty(exports, "geoChartType", {
|
|
647
|
+
enumerable: true,
|
|
648
|
+
get: function () { return core.geoChartType; }
|
|
649
|
+
});
|
|
650
|
+
Object.defineProperty(exports, "graphChartType", {
|
|
651
|
+
enumerable: true,
|
|
652
|
+
get: function () { return core.graphChartType; }
|
|
653
|
+
});
|
|
654
|
+
Object.defineProperty(exports, "heatmapChartType", {
|
|
655
|
+
enumerable: true,
|
|
656
|
+
get: function () { return core.heatmapChartType; }
|
|
657
|
+
});
|
|
658
|
+
Object.defineProperty(exports, "histogramChartType", {
|
|
659
|
+
enumerable: true,
|
|
660
|
+
get: function () { return core.histogramChartType; }
|
|
661
|
+
});
|
|
662
|
+
Object.defineProperty(exports, "horizontalBarChartType", {
|
|
663
|
+
enumerable: true,
|
|
664
|
+
get: function () { return core.horizontalBarChartType; }
|
|
665
|
+
});
|
|
666
|
+
Object.defineProperty(exports, "kagiChartType", {
|
|
667
|
+
enumerable: true,
|
|
668
|
+
get: function () { return core.kagiChartType; }
|
|
669
|
+
});
|
|
670
|
+
Object.defineProperty(exports, "lineChartType", {
|
|
671
|
+
enumerable: true,
|
|
672
|
+
get: function () { return core.lineChartType; }
|
|
673
|
+
});
|
|
674
|
+
Object.defineProperty(exports, "linesChartType", {
|
|
675
|
+
enumerable: true,
|
|
676
|
+
get: function () { return core.linesChartType; }
|
|
677
|
+
});
|
|
678
|
+
Object.defineProperty(exports, "lollipopChartType", {
|
|
679
|
+
enumerable: true,
|
|
680
|
+
get: function () { return core.lollipopChartType; }
|
|
681
|
+
});
|
|
682
|
+
Object.defineProperty(exports, "matrixChartType", {
|
|
683
|
+
enumerable: true,
|
|
684
|
+
get: function () { return core.matrixChartType; }
|
|
685
|
+
});
|
|
686
|
+
Object.defineProperty(exports, "ohlcChartType", {
|
|
687
|
+
enumerable: true,
|
|
688
|
+
get: function () { return core.ohlcChartType; }
|
|
689
|
+
});
|
|
690
|
+
Object.defineProperty(exports, "parallelChartType", {
|
|
691
|
+
enumerable: true,
|
|
692
|
+
get: function () { return core.parallelChartType; }
|
|
693
|
+
});
|
|
694
|
+
Object.defineProperty(exports, "pictorialBarChartType", {
|
|
695
|
+
enumerable: true,
|
|
696
|
+
get: function () { return core.pictorialBarChartType; }
|
|
697
|
+
});
|
|
698
|
+
Object.defineProperty(exports, "pieChartType", {
|
|
699
|
+
enumerable: true,
|
|
700
|
+
get: function () { return core.pieChartType; }
|
|
701
|
+
});
|
|
702
|
+
Object.defineProperty(exports, "polarChartType", {
|
|
703
|
+
enumerable: true,
|
|
704
|
+
get: function () { return core.polarChartType; }
|
|
705
|
+
});
|
|
706
|
+
Object.defineProperty(exports, "radarChartType", {
|
|
707
|
+
enumerable: true,
|
|
708
|
+
get: function () { return core.radarChartType; }
|
|
709
|
+
});
|
|
710
|
+
Object.defineProperty(exports, "radialBarChartType", {
|
|
711
|
+
enumerable: true,
|
|
712
|
+
get: function () { return core.radialBarChartType; }
|
|
713
|
+
});
|
|
714
|
+
Object.defineProperty(exports, "rangeChartType", {
|
|
715
|
+
enumerable: true,
|
|
716
|
+
get: function () { return core.rangeChartType; }
|
|
717
|
+
});
|
|
718
|
+
Object.defineProperty(exports, "renkoChartType", {
|
|
719
|
+
enumerable: true,
|
|
720
|
+
get: function () { return core.renkoChartType; }
|
|
721
|
+
});
|
|
722
|
+
Object.defineProperty(exports, "sankeyChartType", {
|
|
723
|
+
enumerable: true,
|
|
724
|
+
get: function () { return core.sankeyChartType; }
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(exports, "scatterChartType", {
|
|
727
|
+
enumerable: true,
|
|
728
|
+
get: function () { return core.scatterChartType; }
|
|
729
|
+
});
|
|
730
|
+
Object.defineProperty(exports, "sparklineChartType", {
|
|
731
|
+
enumerable: true,
|
|
732
|
+
get: function () { return core.sparklineChartType; }
|
|
733
|
+
});
|
|
734
|
+
Object.defineProperty(exports, "stackedBarChartType", {
|
|
735
|
+
enumerable: true,
|
|
736
|
+
get: function () { return core.stackedBarChartType; }
|
|
737
|
+
});
|
|
738
|
+
Object.defineProperty(exports, "stepChartType", {
|
|
739
|
+
enumerable: true,
|
|
740
|
+
get: function () { return core.stepChartType; }
|
|
741
|
+
});
|
|
742
|
+
Object.defineProperty(exports, "sunburstChartType", {
|
|
743
|
+
enumerable: true,
|
|
744
|
+
get: function () { return core.sunburstChartType; }
|
|
745
|
+
});
|
|
746
|
+
Object.defineProperty(exports, "themeRiverChartType", {
|
|
747
|
+
enumerable: true,
|
|
748
|
+
get: function () { return core.themeRiverChartType; }
|
|
749
|
+
});
|
|
750
|
+
Object.defineProperty(exports, "treeChartType", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function () { return core.treeChartType; }
|
|
753
|
+
});
|
|
754
|
+
Object.defineProperty(exports, "treemapChartType", {
|
|
755
|
+
enumerable: true,
|
|
756
|
+
get: function () { return core.treemapChartType; }
|
|
757
|
+
});
|
|
758
|
+
Object.defineProperty(exports, "volumeChartType", {
|
|
759
|
+
enumerable: true,
|
|
760
|
+
get: function () { return core.volumeChartType; }
|
|
761
|
+
});
|
|
762
|
+
Object.defineProperty(exports, "waterfallChartType", {
|
|
763
|
+
enumerable: true,
|
|
764
|
+
get: function () { return core.waterfallChartType; }
|
|
765
|
+
});
|
|
766
|
+
//# sourceMappingURL=index.cjs.map
|
|
767
|
+
//# sourceMappingURL=index.cjs.map
|