@oliasoft-open-source/charts-library 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/Color-YHDXOIA2-D6i6tiFz.js +1 -0
- package/dist/assets/DocsRenderer-CFRXHY34-D88vu1Xb.js +580 -0
- package/dist/assets/{bar-chart.stories-BEwhK613.js → bar-chart.stories-D9mtWCnD.js} +35 -35
- package/dist/assets/client-9BU5HM4U.js +1 -0
- package/dist/assets/entry-preview-D2XJoWVM.js +10 -0
- package/dist/assets/entry-preview-docs-z3mMcuG4.js +46 -0
- package/dist/assets/get-draggableData-DO0Px5pc.js +2 -0
- package/dist/assets/iframe-DLnw2TiW.js +217 -0
- package/dist/assets/index-B-BONL6g.js +1 -0
- package/dist/assets/index-BGqSdrBK.js +1 -0
- package/dist/assets/index-CVdx34fM.js +1 -0
- package/dist/assets/index-D3-0uUTW.js +24 -0
- package/dist/assets/index-Dytf1aFS.js +8 -0
- package/dist/assets/index-eCxJ45ll.js +9 -0
- package/dist/assets/jsx-runtime-Y5Ju2SGo.js +9 -0
- package/dist/assets/legend-BI53UIaI.js +1346 -0
- package/dist/assets/legend-context-BNCYpFYh.js +68 -0
- package/dist/assets/line-chart-BdFuLh7N.js +1 -0
- package/dist/assets/line-chart.stories-BVsiy8CQ.js +1130 -0
- package/dist/assets/{line-chart.test-case.stories-Cq5J45Io.js → line-chart.test-case.stories-DgfMW1VB.js} +2 -2
- package/dist/assets/pie-chart.stories-BVurv17M.js +45 -0
- package/dist/assets/preview-CLM2f008.js +2 -0
- package/dist/assets/preview-DD_OYowb.js +1 -0
- package/dist/assets/preview-XObsormK.js +3 -0
- package/dist/assets/react-18-DZY5LW1V.js +1 -0
- package/dist/assets/react-CxVRKATl.js +1 -0
- package/dist/assets/scatter-chart.stories-DnivHhIH.js +41 -0
- package/dist/bar-chart/utils/use-bar-chart-config.d.ts +1 -1
- package/dist/bar-chart/utils/use-bar-chart-options.d.ts +1 -1
- package/dist/common/controls-portal.d.ts +1 -1
- package/dist/common/helpers/container.d.ts +1 -1
- package/dist/common/helpers/download-pgn.d.ts +1 -1
- package/dist/common/hooks/use-generated-labels.d.ts +1 -1
- package/dist/common/hooks/use-legend-state.d.ts +1 -1
- package/dist/common/hooks/use-reset.d.ts +1 -1
- package/dist/common/legend-component/legend-interface.d.ts +1 -1
- package/dist/common/legend-component/legend-panel.d.ts +1 -1
- package/dist/common/legend-component/state/legend-context.d.ts +1 -1
- package/dist/favicon.svg +1 -7
- package/dist/iframe.html +259 -51
- package/dist/index.html +80 -30
- package/dist/index.js.js +411 -574
- package/dist/index.js.js.map +1 -1
- package/dist/index.json +1 -1
- package/dist/line-chart/controls/controls-interfaces.d.ts +1 -1
- package/dist/line-chart/hooks/use-chart-functions.d.ts +1 -1
- package/dist/line-chart/hooks/use-chart-options.d.ts +1 -1
- package/dist/line-chart/hooks/use-chart-state.d.ts +1 -1
- package/dist/line-chart/hooks/use-toggle-handler.d.ts +1 -1
- package/dist/line-chart/line-chart.interface.d.ts +1 -1
- package/dist/line-chart/utils/axis-scales/axis-scales.d.ts +1 -1
- package/dist/line-chart/utils/get-axes-ranges-from-chart.d.ts +1 -1
- package/dist/line-chart/utils/get-axis-range-by-type.d.ts +1 -1
- package/dist/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/nunito-sans-bold.woff2 +0 -0
- package/dist/nunito-sans-italic.woff2 +0 -0
- package/dist/nunito-sans-regular.woff2 +0 -0
- package/dist/project.json +1 -1
- package/dist/sb-addons/actions-1/manager-bundle.js +3 -0
- package/dist/sb-addons/docs-2/manager-bundle.js +242 -0
- package/dist/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
- package/dist/sb-addons/storybook-dark-mode-esm-preset-3/manager-bundle.js +5 -0
- package/dist/sb-common-assets/favicon.svg +1 -0
- package/dist/sb-manager/globals-module-info.js +1051 -1
- package/dist/sb-manager/globals-runtime.js +41591 -0
- package/dist/sb-manager/globals.js +48 -1
- package/dist/sb-manager/runtime.js +12048 -1
- package/dist/scatter-chart/hooks/use-scatter-chart-config.d.ts +1 -1
- package/dist/src/components/common/helpers/chart-utils.d.ts +1 -0
- package/dist/src/components/line-chart/controls/axes-options/axes-options-interfaces.d.ts +7 -5
- package/dist/src/components/line-chart/controls/axes-options/axes-validation.d.ts +8 -0
- package/dist/src/components/line-chart/controls/controls-interfaces.d.ts +1 -1
- package/dist/src/components/line-chart/controls/controls.d.ts +1 -4
- package/dist/src/components/line-chart/hooks/use-chart-state.d.ts +2 -3
- package/dist/src/components/line-chart/line-chart.interface.d.ts +4 -0
- package/dist/src/components/line-chart/state/action-types.d.ts +0 -1
- package/dist/src/components/line-chart/state/helpers.d.ts +13 -0
- package/dist/src/components/line-chart/state/state.interfaces.d.ts +3 -12
- package/package.json +1 -1
- package/dist/assets/Color-6VNJS4EI-DLbcRNMp.js +0 -1
- package/dist/assets/DocsRenderer-NNNQARDV-BOzykHvd.js +0 -1
- package/dist/assets/WithTooltip-V3YHNWJZ-BeePhoIB.js +0 -1
- package/dist/assets/_getPrototype-Bgn98YsR.js +0 -3
- package/dist/assets/chunk-HLWAVYOI-BJEcfeBO.js +0 -364
- package/dist/assets/entry-preview-D8lfu5jc.js +0 -1
- package/dist/assets/entry-preview-docs-CRyh30bF.js +0 -54
- package/dist/assets/formatter-SWP5E3XI-Bj1a9__W.js +0 -156
- package/dist/assets/get-draggableData-DhvAHrT5.js +0 -2
- package/dist/assets/iframe-BurE_SJm.js +0 -8
- package/dist/assets/index-B7LTuyD5.js +0 -1
- package/dist/assets/index-BXzfdmYx.js +0 -24
- package/dist/assets/index-CZvFZgOq.js +0 -9
- package/dist/assets/index-D3eZ-H7s.js +0 -1
- package/dist/assets/index-DrFu-skq.js +0 -6
- package/dist/assets/index-uubelm5h.js +0 -9
- package/dist/assets/isPlainObject-DdO3KXLu.js +0 -1
- package/dist/assets/legend-BWpTckOL.js +0 -278
- package/dist/assets/legend-context-BAQplG-D.js +0 -71
- package/dist/assets/line-chart-L0zq38Nj.js +0 -1
- package/dist/assets/line-chart.stories-CurD8upE.js +0 -1130
- package/dist/assets/pie-chart.stories-Duex2I6n.js +0 -45
- package/dist/assets/preview-BBDnT5_b.js +0 -30
- package/dist/assets/preview-D4u66u8a.js +0 -2
- package/dist/assets/preview-FHoZfaOb.js +0 -17
- package/dist/assets/react-18-Xi5cNDBV.js +0 -1
- package/dist/assets/scatter-chart.stories-D0618GGr.js +0 -41
- package/dist/assets/syntaxhighlighter-MJWPISIS-Bmhn3z6A.js +0 -1
- package/dist/bar-chart/bar-chart.stories.d.ts +0 -807
- package/dist/common/helpers/range/estimate-close-values.test.d.ts +0 -1
- package/dist/common/helpers/range/range.test.d.ts +0 -1
- package/dist/common/plugins/annotation-dragger-plugin/helpers.test.d.ts +0 -1
- package/dist/line-chart/__tests__/test-data/app-test-case-1.json.d.ts +0 -8733
- package/dist/line-chart/__tests__/test-data/app-test-case-2.json.d.ts +0 -11614
- package/dist/line-chart/__tests__/test-data/app-test-case-3.json.d.ts +0 -34
- package/dist/line-chart/__tests__/test-data/app-test-case-4.json.d.ts +0 -411
- package/dist/line-chart/__tests__/test-data/app-test-case-5.json.d.ts +0 -2734
- package/dist/line-chart/__tests__/test-data/app-test-case-6.json.d.ts +0 -2236
- package/dist/line-chart/controls/axes-options/axes-options-form-state.test.d.ts +0 -1
- package/dist/line-chart/initialize/initialize-line-chart.test.d.ts +0 -1
- package/dist/line-chart/line-chart.stories.d.ts +0 -1729
- package/dist/line-chart/line-chart.test-case.stories.d.ts +0 -29
- package/dist/line-chart/plugins/line-chart.minor-gridlines-plugin.test.d.ts +0 -1
- package/dist/line-chart/utils/__tests__/get-annotations-data.test.d.ts +0 -1
- package/dist/line-chart/utils/__tests__/get-axes-data-from-metasets.test.d.ts +0 -1
- package/dist/line-chart/utils/__tests__/get-axes-type-from-key.test.d.ts +0 -1
- package/dist/line-chart/utils/__tests__/get-axis-range-by-type.test.d.ts +0 -1
- package/dist/line-chart/utils/__tests__/get-line-chart-tooltips.test.d.ts +0 -1
- package/dist/line-chart/utils/axis-formatting/axis-formatting.test.d.ts +0 -1
- package/dist/line-chart/utils/axis-scales/axis-scales.test.d.ts +0 -1
- package/dist/line-chart/utils/check-custom-option/check-custom-option.test.d.ts +0 -1
- package/dist/line-chart/utils/datalabels-alignment/__tests__/get-alignment-condition.test.d.ts +0 -1
- package/dist/line-chart/utils/datalabels-alignment/__tests__/get-alignment-data.test.d.ts +0 -1
- package/dist/line-chart/utils/datalabels-alignment/__tests__/get-datalabels-position.test.d.ts +0 -1
- package/dist/line-chart/utils/translations/get-translations.test.d.ts +0 -1
- package/dist/pie-chart/pie-chart.stories.d.ts +0 -263
- package/dist/sb-addons/actions-0/manager-bundle.js +0 -3
- package/dist/sb-addons/actions-0/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-addons/storybook-dark-mode-esm-preset-1/manager-bundle.js +0 -5
- package/dist/sb-addons/storybook-dark-mode-esm-preset-1/manager-bundle.js.LEGAL.txt +0 -0
- package/dist/sb-common-assets/fonts.css +0 -31
- package/dist/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +0 -1
- package/dist/sb-manager/chunk-5QAFKPS7.js +0 -7
- package/dist/sb-manager/chunk-7PRFHFSS.js +0 -9
- package/dist/sb-manager/chunk-XE6LDGTE.js +0 -406
- package/dist/sb-manager/chunk-YDUB7CS6.js +0 -348
- package/dist/sb-manager/chunk-ZEU7PDD3.js +0 -1
- package/dist/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +0 -156
- package/dist/sb-manager/index.js +0 -1
- package/dist/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +0 -1
- package/dist/sb-preview/globals.js +0 -1
- package/dist/sb-preview/runtime.js +0 -112
- package/dist/scatter-chart/scatter-chart.stories.d.ts +0 -279
- package/dist/src/components/line-chart/controls/axes-options/action-types.d.ts +0 -5
- package/dist/src/components/line-chart/controls/axes-options/axes-options-form-state.d.ts +0 -23
- package/dist/stories.json +0 -1
|
@@ -1,807 +0,0 @@
|
|
|
1
|
-
import { BarChart } from './bar-chart';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { BarChart as component };
|
|
5
|
-
export namespace args {
|
|
6
|
-
export { singleChart as chart };
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export default _default;
|
|
10
|
-
export function Default(args: any): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export function CustomColors(args: any): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export namespace CustomColors {
|
|
13
|
-
export namespace args_1 {
|
|
14
|
-
export { customColorsChart as chart };
|
|
15
|
-
}
|
|
16
|
-
export { args_1 as args };
|
|
17
|
-
}
|
|
18
|
-
export function CustomColorsArray(args: any): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export namespace CustomColorsArray {
|
|
20
|
-
export namespace args_2 {
|
|
21
|
-
export { customColorArrayChart as chart };
|
|
22
|
-
}
|
|
23
|
-
export { args_2 as args };
|
|
24
|
-
}
|
|
25
|
-
export function MultipleSets(args: any): import("react/jsx-runtime").JSX.Element;
|
|
26
|
-
export namespace MultipleSets {
|
|
27
|
-
export namespace args_3 {
|
|
28
|
-
export { multipleBarData as chart };
|
|
29
|
-
}
|
|
30
|
-
export { args_3 as args };
|
|
31
|
-
}
|
|
32
|
-
export function Stacked(args: any): import("react/jsx-runtime").JSX.Element;
|
|
33
|
-
export namespace Stacked {
|
|
34
|
-
export namespace args_4 {
|
|
35
|
-
export { stakedBarData as chart };
|
|
36
|
-
}
|
|
37
|
-
export { args_4 as args };
|
|
38
|
-
}
|
|
39
|
-
export function StackedGrouped(args: any): import("react/jsx-runtime").JSX.Element;
|
|
40
|
-
export namespace StackedGrouped {
|
|
41
|
-
export namespace args_5 {
|
|
42
|
-
export { groupedStacked as chart };
|
|
43
|
-
}
|
|
44
|
-
export { args_5 as args };
|
|
45
|
-
}
|
|
46
|
-
export function MultipleYAxes(args: any): import("react/jsx-runtime").JSX.Element;
|
|
47
|
-
export namespace MultipleYAxes {
|
|
48
|
-
export namespace args_6 {
|
|
49
|
-
export { multipleAxisData as chart };
|
|
50
|
-
}
|
|
51
|
-
export { args_6 as args };
|
|
52
|
-
}
|
|
53
|
-
export function Horizontal(args: any): import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
export namespace Horizontal {
|
|
55
|
-
export namespace args_7 {
|
|
56
|
-
export { horizontal as chart };
|
|
57
|
-
}
|
|
58
|
-
export { args_7 as args };
|
|
59
|
-
}
|
|
60
|
-
export function Reversed(args: any): import("react/jsx-runtime").JSX.Element;
|
|
61
|
-
export namespace Reversed {
|
|
62
|
-
export namespace args_8 {
|
|
63
|
-
export { reversed as chart };
|
|
64
|
-
}
|
|
65
|
-
export { args_8 as args };
|
|
66
|
-
}
|
|
67
|
-
export function HorizontalReversed(args: any): import("react/jsx-runtime").JSX.Element;
|
|
68
|
-
export namespace HorizontalReversed {
|
|
69
|
-
export namespace args_9 {
|
|
70
|
-
export { horizontalReversed as chart };
|
|
71
|
-
}
|
|
72
|
-
export { args_9 as args };
|
|
73
|
-
}
|
|
74
|
-
export function AxesLabels(args: any): import("react/jsx-runtime").JSX.Element;
|
|
75
|
-
export namespace AxesLabels {
|
|
76
|
-
export namespace args_10 {
|
|
77
|
-
export { axesWithLabels as chart };
|
|
78
|
-
}
|
|
79
|
-
export { args_10 as args };
|
|
80
|
-
}
|
|
81
|
-
export function AxesPositions(args: any): import("react/jsx-runtime").JSX.Element;
|
|
82
|
-
export namespace AxesPositions {
|
|
83
|
-
export namespace args_11 {
|
|
84
|
-
export { axisPosition as chart };
|
|
85
|
-
}
|
|
86
|
-
export { args_11 as args };
|
|
87
|
-
}
|
|
88
|
-
export function NonZeroStart(args: any): import("react/jsx-runtime").JSX.Element;
|
|
89
|
-
export namespace NonZeroStart {
|
|
90
|
-
export namespace args_12 {
|
|
91
|
-
export { notBeginAtZero as chart };
|
|
92
|
-
}
|
|
93
|
-
export { args_12 as args };
|
|
94
|
-
}
|
|
95
|
-
export function CustomRange(args: any): import("react/jsx-runtime").JSX.Element;
|
|
96
|
-
export namespace CustomRange {
|
|
97
|
-
export namespace args_13 {
|
|
98
|
-
export { suggestedRange as chart };
|
|
99
|
-
}
|
|
100
|
-
export { args_13 as args };
|
|
101
|
-
}
|
|
102
|
-
export function CustomStepSize(args: any): import("react/jsx-runtime").JSX.Element;
|
|
103
|
-
export namespace CustomStepSize {
|
|
104
|
-
export namespace args_14 {
|
|
105
|
-
export { stepSizeChart as chart };
|
|
106
|
-
}
|
|
107
|
-
export { args_14 as args };
|
|
108
|
-
}
|
|
109
|
-
export function LogarithmicScale(args: any): import("react/jsx-runtime").JSX.Element;
|
|
110
|
-
export namespace LogarithmicScale {
|
|
111
|
-
export namespace args_15 {
|
|
112
|
-
export { logartihmicChart as chart };
|
|
113
|
-
}
|
|
114
|
-
export { args_15 as args };
|
|
115
|
-
}
|
|
116
|
-
export function Datalabels(args: any): import("react/jsx-runtime").JSX.Element;
|
|
117
|
-
export namespace Datalabels {
|
|
118
|
-
export namespace args_16 {
|
|
119
|
-
export { dataLabelsNumberChart as chart };
|
|
120
|
-
}
|
|
121
|
-
export { args_16 as args };
|
|
122
|
-
}
|
|
123
|
-
export function LegendOnRight(args: any): import("react/jsx-runtime").JSX.Element;
|
|
124
|
-
export namespace LegendOnRight {
|
|
125
|
-
export namespace args_17 {
|
|
126
|
-
export { legendRight as chart };
|
|
127
|
-
}
|
|
128
|
-
export { args_17 as args };
|
|
129
|
-
}
|
|
130
|
-
export function Border(args: any): import("react/jsx-runtime").JSX.Element;
|
|
131
|
-
export namespace Border {
|
|
132
|
-
export namespace args_18 {
|
|
133
|
-
export { borderedChart as chart };
|
|
134
|
-
}
|
|
135
|
-
export { args_18 as args };
|
|
136
|
-
}
|
|
137
|
-
export function AnnotationYAxis(args: any): import("react/jsx-runtime").JSX.Element;
|
|
138
|
-
export namespace AnnotationYAxis {
|
|
139
|
-
export namespace args_19 {
|
|
140
|
-
export { horizontalAnnotationChart as chart };
|
|
141
|
-
}
|
|
142
|
-
export { args_19 as args };
|
|
143
|
-
}
|
|
144
|
-
export function AnnotationXAxis(args: any): import("react/jsx-runtime").JSX.Element;
|
|
145
|
-
export namespace AnnotationXAxis {
|
|
146
|
-
export namespace args_20 {
|
|
147
|
-
export { verticalAnnotationChart as chart };
|
|
148
|
-
}
|
|
149
|
-
export { args_20 as args };
|
|
150
|
-
}
|
|
151
|
-
export function AnnotationDiagonal(args: any): import("react/jsx-runtime").JSX.Element;
|
|
152
|
-
export namespace AnnotationDiagonal {
|
|
153
|
-
export namespace args_21 {
|
|
154
|
-
export { diagonalAnnotationChart as chart };
|
|
155
|
-
}
|
|
156
|
-
export { args_21 as args };
|
|
157
|
-
}
|
|
158
|
-
export function AnnotationsInLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
159
|
-
export namespace AnnotationsInLegend {
|
|
160
|
-
export namespace args_22 {
|
|
161
|
-
export { controlAnnotationChart as chart };
|
|
162
|
-
}
|
|
163
|
-
export { args_22 as args };
|
|
164
|
-
}
|
|
165
|
-
export function Animated(args: any): import("react/jsx-runtime").JSX.Element;
|
|
166
|
-
export namespace Animated {
|
|
167
|
-
export namespace args_23 {
|
|
168
|
-
export { animatedChart as chart };
|
|
169
|
-
}
|
|
170
|
-
export { args_23 as args };
|
|
171
|
-
}
|
|
172
|
-
export function CustomLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
173
|
-
export namespace CustomLegend {
|
|
174
|
-
export namespace args_24 {
|
|
175
|
-
namespace chart {
|
|
176
|
-
namespace options {
|
|
177
|
-
let title_1: string;
|
|
178
|
-
export { title_1 as title };
|
|
179
|
-
export namespace legend {
|
|
180
|
-
namespace customLegend {
|
|
181
|
-
export let customLegendPlugin: {
|
|
182
|
-
afterUpdate(chart: import("chart.js").Chart, _args: import("chart.js").Plugin, _options: import("chart.js").ChartConfiguration): void;
|
|
183
|
-
};
|
|
184
|
-
export { customLegendContainerID };
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
namespace data {
|
|
189
|
-
export { labels1 as labels };
|
|
190
|
-
export let datasets: {
|
|
191
|
-
label: string;
|
|
192
|
-
data: number[];
|
|
193
|
-
}[];
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
export { args_24 as args };
|
|
198
|
-
}
|
|
199
|
-
export function DragDataChart(args: any): import("react/jsx-runtime").JSX.Element;
|
|
200
|
-
export namespace DragDataChart {
|
|
201
|
-
export namespace args_25 {
|
|
202
|
-
export { dragDataChart as chart };
|
|
203
|
-
}
|
|
204
|
-
export { args_25 as args };
|
|
205
|
-
}
|
|
206
|
-
export function PrettyLabelsTooltips(args: any): import("react/jsx-runtime").JSX.Element;
|
|
207
|
-
export namespace PrettyLabelsTooltips {
|
|
208
|
-
export namespace args_26 {
|
|
209
|
-
export { hugeNumbersData as chart };
|
|
210
|
-
}
|
|
211
|
-
export { args_26 as args };
|
|
212
|
-
}
|
|
213
|
-
export function StackedSelectedAxis(args: any): import("react/jsx-runtime").JSX.Element;
|
|
214
|
-
export namespace StackedSelectedAxis {
|
|
215
|
-
export namespace args_27 {
|
|
216
|
-
export { stackedData as chart };
|
|
217
|
-
}
|
|
218
|
-
export { args_27 as args };
|
|
219
|
-
}
|
|
220
|
-
export function WaterfallChart(args: any): import("react/jsx-runtime").JSX.Element;
|
|
221
|
-
export namespace WaterfallChart {
|
|
222
|
-
export namespace args_28 {
|
|
223
|
-
export { waterfallChart as chart };
|
|
224
|
-
}
|
|
225
|
-
export { args_28 as args };
|
|
226
|
-
}
|
|
227
|
-
export function ControlsPortal(): import("react/jsx-runtime").JSX.Element;
|
|
228
|
-
declare namespace singleChart { }
|
|
229
|
-
declare namespace customColorsChart {
|
|
230
|
-
export namespace data_1 {
|
|
231
|
-
export { labels1 as labels };
|
|
232
|
-
let datasets_1: {
|
|
233
|
-
label: string;
|
|
234
|
-
backgroundColor: string;
|
|
235
|
-
data: number[];
|
|
236
|
-
}[];
|
|
237
|
-
export { datasets_1 as datasets };
|
|
238
|
-
}
|
|
239
|
-
export { data_1 as data };
|
|
240
|
-
}
|
|
241
|
-
declare namespace customColorArrayChart {
|
|
242
|
-
export namespace data_2 {
|
|
243
|
-
export { labels1 as labels };
|
|
244
|
-
let datasets_2: {
|
|
245
|
-
backgroundColor: string[];
|
|
246
|
-
label: string;
|
|
247
|
-
data: number[];
|
|
248
|
-
}[];
|
|
249
|
-
export { datasets_2 as datasets };
|
|
250
|
-
}
|
|
251
|
-
export { data_2 as data };
|
|
252
|
-
}
|
|
253
|
-
declare namespace multipleBarData {
|
|
254
|
-
export namespace data_3 {
|
|
255
|
-
export { labels1 as labels };
|
|
256
|
-
let datasets_3: {
|
|
257
|
-
label: string;
|
|
258
|
-
data: number[];
|
|
259
|
-
}[];
|
|
260
|
-
export { datasets_3 as datasets };
|
|
261
|
-
}
|
|
262
|
-
export { data_3 as data };
|
|
263
|
-
}
|
|
264
|
-
declare namespace stakedBarData {
|
|
265
|
-
export namespace data_4 {
|
|
266
|
-
export { labels1 as labels };
|
|
267
|
-
let datasets_4: {
|
|
268
|
-
label: string;
|
|
269
|
-
data: number[];
|
|
270
|
-
}[];
|
|
271
|
-
export { datasets_4 as datasets };
|
|
272
|
-
}
|
|
273
|
-
export { data_4 as data };
|
|
274
|
-
export namespace options_1 {
|
|
275
|
-
let title_2: string;
|
|
276
|
-
export { title_2 as title };
|
|
277
|
-
export namespace additionalAxesOptions {
|
|
278
|
-
let stacked: boolean;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
export { options_1 as options };
|
|
282
|
-
}
|
|
283
|
-
declare namespace groupedStacked {
|
|
284
|
-
export namespace data_5 {
|
|
285
|
-
export { labels1 as labels };
|
|
286
|
-
let datasets_5: {
|
|
287
|
-
label: string;
|
|
288
|
-
data: number[];
|
|
289
|
-
stack: number;
|
|
290
|
-
}[];
|
|
291
|
-
export { datasets_5 as datasets };
|
|
292
|
-
}
|
|
293
|
-
export { data_5 as data };
|
|
294
|
-
export namespace options_2 {
|
|
295
|
-
let title_3: string;
|
|
296
|
-
export { title_3 as title };
|
|
297
|
-
export namespace additionalAxesOptions_1 {
|
|
298
|
-
let stacked_1: boolean;
|
|
299
|
-
export { stacked_1 as stacked };
|
|
300
|
-
}
|
|
301
|
-
export { additionalAxesOptions_1 as additionalAxesOptions };
|
|
302
|
-
}
|
|
303
|
-
export { options_2 as options };
|
|
304
|
-
}
|
|
305
|
-
declare namespace multipleAxisData {
|
|
306
|
-
export namespace data_6 {
|
|
307
|
-
export { labels1 as labels };
|
|
308
|
-
let datasets_6: {
|
|
309
|
-
label: string;
|
|
310
|
-
data: number[];
|
|
311
|
-
yAxisID: string;
|
|
312
|
-
}[];
|
|
313
|
-
export { datasets_6 as datasets };
|
|
314
|
-
}
|
|
315
|
-
export { data_6 as data };
|
|
316
|
-
export namespace options_3 {
|
|
317
|
-
let title_4: string;
|
|
318
|
-
export { title_4 as title };
|
|
319
|
-
export namespace axes {
|
|
320
|
-
let y: ({
|
|
321
|
-
gridLines?: undefined;
|
|
322
|
-
} | {
|
|
323
|
-
gridLines: {
|
|
324
|
-
drawOnChartArea: boolean;
|
|
325
|
-
};
|
|
326
|
-
})[];
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
export { options_3 as options };
|
|
330
|
-
}
|
|
331
|
-
declare namespace horizontal {
|
|
332
|
-
export namespace data_7 {
|
|
333
|
-
export { labels1 as labels };
|
|
334
|
-
let datasets_7: {
|
|
335
|
-
label: string;
|
|
336
|
-
data: number[];
|
|
337
|
-
}[];
|
|
338
|
-
export { datasets_7 as datasets };
|
|
339
|
-
}
|
|
340
|
-
export { data_7 as data };
|
|
341
|
-
export namespace options_4 {
|
|
342
|
-
let title_5: string;
|
|
343
|
-
export { title_5 as title };
|
|
344
|
-
export let direction: string;
|
|
345
|
-
}
|
|
346
|
-
export { options_4 as options };
|
|
347
|
-
}
|
|
348
|
-
declare namespace reversed {
|
|
349
|
-
export namespace data_8 {
|
|
350
|
-
export { labels1 as labels };
|
|
351
|
-
let datasets_8: {
|
|
352
|
-
label: string;
|
|
353
|
-
data: number[];
|
|
354
|
-
}[];
|
|
355
|
-
export { datasets_8 as datasets };
|
|
356
|
-
}
|
|
357
|
-
export { data_8 as data };
|
|
358
|
-
export namespace options_5 {
|
|
359
|
-
let title_6: string;
|
|
360
|
-
export { title_6 as title };
|
|
361
|
-
export namespace additionalAxesOptions_2 {
|
|
362
|
-
let reverse: boolean;
|
|
363
|
-
}
|
|
364
|
-
export { additionalAxesOptions_2 as additionalAxesOptions };
|
|
365
|
-
}
|
|
366
|
-
export { options_5 as options };
|
|
367
|
-
}
|
|
368
|
-
declare namespace horizontalReversed {
|
|
369
|
-
export namespace data_9 {
|
|
370
|
-
export { labels1 as labels };
|
|
371
|
-
let datasets_9: {
|
|
372
|
-
label: string;
|
|
373
|
-
data: number[];
|
|
374
|
-
}[];
|
|
375
|
-
export { datasets_9 as datasets };
|
|
376
|
-
}
|
|
377
|
-
export { data_9 as data };
|
|
378
|
-
export namespace options_6 {
|
|
379
|
-
let title_7: string;
|
|
380
|
-
export { title_7 as title };
|
|
381
|
-
let direction_1: string;
|
|
382
|
-
export { direction_1 as direction };
|
|
383
|
-
export namespace additionalAxesOptions_3 {
|
|
384
|
-
let reverse_1: boolean;
|
|
385
|
-
export { reverse_1 as reverse };
|
|
386
|
-
}
|
|
387
|
-
export { additionalAxesOptions_3 as additionalAxesOptions };
|
|
388
|
-
}
|
|
389
|
-
export { options_6 as options };
|
|
390
|
-
}
|
|
391
|
-
declare namespace axesWithLabels {
|
|
392
|
-
export namespace data_10 {
|
|
393
|
-
export { labels1 as labels };
|
|
394
|
-
let datasets_10: {
|
|
395
|
-
label: string;
|
|
396
|
-
data: number[];
|
|
397
|
-
}[];
|
|
398
|
-
export { datasets_10 as datasets };
|
|
399
|
-
}
|
|
400
|
-
export { data_10 as data };
|
|
401
|
-
export namespace options_7 {
|
|
402
|
-
let title_8: string;
|
|
403
|
-
export { title_8 as title };
|
|
404
|
-
export namespace axes_1 {
|
|
405
|
-
export let x: {
|
|
406
|
-
label: string;
|
|
407
|
-
}[];
|
|
408
|
-
let y_1: {
|
|
409
|
-
label: string;
|
|
410
|
-
}[];
|
|
411
|
-
export { y_1 as y };
|
|
412
|
-
}
|
|
413
|
-
export { axes_1 as axes };
|
|
414
|
-
}
|
|
415
|
-
export { options_7 as options };
|
|
416
|
-
}
|
|
417
|
-
declare namespace axisPosition {
|
|
418
|
-
export namespace data_11 {
|
|
419
|
-
export { labels1 as labels };
|
|
420
|
-
let datasets_11: {
|
|
421
|
-
label: string;
|
|
422
|
-
data: number[];
|
|
423
|
-
}[];
|
|
424
|
-
export { datasets_11 as datasets };
|
|
425
|
-
}
|
|
426
|
-
export { data_11 as data };
|
|
427
|
-
export namespace options_8 {
|
|
428
|
-
let title_9: string[];
|
|
429
|
-
export { title_9 as title };
|
|
430
|
-
export namespace axes_2 {
|
|
431
|
-
let x_1: {
|
|
432
|
-
position: string;
|
|
433
|
-
}[];
|
|
434
|
-
export { x_1 as x };
|
|
435
|
-
let y_2: {
|
|
436
|
-
position: string;
|
|
437
|
-
}[];
|
|
438
|
-
export { y_2 as y };
|
|
439
|
-
}
|
|
440
|
-
export { axes_2 as axes };
|
|
441
|
-
}
|
|
442
|
-
export { options_8 as options };
|
|
443
|
-
}
|
|
444
|
-
declare namespace notBeginAtZero {
|
|
445
|
-
export namespace data_12 {
|
|
446
|
-
export { labels1 as labels };
|
|
447
|
-
let datasets_12: {
|
|
448
|
-
label: string;
|
|
449
|
-
data: number[];
|
|
450
|
-
}[];
|
|
451
|
-
export { datasets_12 as datasets };
|
|
452
|
-
}
|
|
453
|
-
export { data_12 as data };
|
|
454
|
-
export namespace options_9 {
|
|
455
|
-
let title_10: string;
|
|
456
|
-
export { title_10 as title };
|
|
457
|
-
export namespace additionalAxesOptions_4 {
|
|
458
|
-
let beginAtZero: boolean;
|
|
459
|
-
}
|
|
460
|
-
export { additionalAxesOptions_4 as additionalAxesOptions };
|
|
461
|
-
}
|
|
462
|
-
export { options_9 as options };
|
|
463
|
-
}
|
|
464
|
-
declare namespace suggestedRange {
|
|
465
|
-
export namespace data_13 {
|
|
466
|
-
export { labels1 as labels };
|
|
467
|
-
let datasets_13: {
|
|
468
|
-
label: string;
|
|
469
|
-
data: number[];
|
|
470
|
-
}[];
|
|
471
|
-
export { datasets_13 as datasets };
|
|
472
|
-
}
|
|
473
|
-
export { data_13 as data };
|
|
474
|
-
export namespace options_10 {
|
|
475
|
-
let title_11: string;
|
|
476
|
-
export { title_11 as title };
|
|
477
|
-
export namespace additionalAxesOptions_5 {
|
|
478
|
-
let beginAtZero_1: boolean;
|
|
479
|
-
export { beginAtZero_1 as beginAtZero };
|
|
480
|
-
export let suggestedMin: number;
|
|
481
|
-
export let suggestedMax: number;
|
|
482
|
-
}
|
|
483
|
-
export { additionalAxesOptions_5 as additionalAxesOptions };
|
|
484
|
-
}
|
|
485
|
-
export { options_10 as options };
|
|
486
|
-
}
|
|
487
|
-
declare namespace stepSizeChart {
|
|
488
|
-
export namespace data_14 {
|
|
489
|
-
export { labels1 as labels };
|
|
490
|
-
let datasets_14: {
|
|
491
|
-
label: string;
|
|
492
|
-
data: number[];
|
|
493
|
-
}[];
|
|
494
|
-
export { datasets_14 as datasets };
|
|
495
|
-
}
|
|
496
|
-
export { data_14 as data };
|
|
497
|
-
export namespace options_11 {
|
|
498
|
-
let title_12: string;
|
|
499
|
-
export { title_12 as title };
|
|
500
|
-
export namespace additionalAxesOptions_6 {
|
|
501
|
-
let stepSize: number;
|
|
502
|
-
}
|
|
503
|
-
export { additionalAxesOptions_6 as additionalAxesOptions };
|
|
504
|
-
}
|
|
505
|
-
export { options_11 as options };
|
|
506
|
-
}
|
|
507
|
-
declare namespace logartihmicChart {
|
|
508
|
-
export namespace data_15 {
|
|
509
|
-
export { labels1 as labels };
|
|
510
|
-
let datasets_15: {
|
|
511
|
-
label: string;
|
|
512
|
-
data: number[];
|
|
513
|
-
}[];
|
|
514
|
-
export { datasets_15 as datasets };
|
|
515
|
-
}
|
|
516
|
-
export { data_15 as data };
|
|
517
|
-
export namespace options_12 {
|
|
518
|
-
let title_13: string;
|
|
519
|
-
export { title_13 as title };
|
|
520
|
-
export namespace additionalAxesOptions_7 {
|
|
521
|
-
let chartScaleType: string;
|
|
522
|
-
}
|
|
523
|
-
export { additionalAxesOptions_7 as additionalAxesOptions };
|
|
524
|
-
}
|
|
525
|
-
export { options_12 as options };
|
|
526
|
-
}
|
|
527
|
-
declare namespace dataLabelsNumberChart {
|
|
528
|
-
export namespace data_16 {
|
|
529
|
-
export { labels1 as labels };
|
|
530
|
-
let datasets_16: {
|
|
531
|
-
label: string;
|
|
532
|
-
data: number[];
|
|
533
|
-
}[];
|
|
534
|
-
export { datasets_16 as datasets };
|
|
535
|
-
}
|
|
536
|
-
export { data_16 as data };
|
|
537
|
-
export namespace options_13 {
|
|
538
|
-
let title_14: string;
|
|
539
|
-
export { title_14 as title };
|
|
540
|
-
export namespace graph {
|
|
541
|
-
let showDataLabels: boolean;
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
export { options_13 as options };
|
|
545
|
-
}
|
|
546
|
-
declare namespace legendRight {
|
|
547
|
-
export namespace data_17 {
|
|
548
|
-
export { labels1 as labels };
|
|
549
|
-
let datasets_17: {
|
|
550
|
-
label: string;
|
|
551
|
-
data: number[];
|
|
552
|
-
}[];
|
|
553
|
-
export { datasets_17 as datasets };
|
|
554
|
-
}
|
|
555
|
-
export { data_17 as data };
|
|
556
|
-
export namespace options_14 {
|
|
557
|
-
let title_15: string;
|
|
558
|
-
export { title_15 as title };
|
|
559
|
-
export namespace legend_1 {
|
|
560
|
-
let position: string;
|
|
561
|
-
}
|
|
562
|
-
export { legend_1 as legend };
|
|
563
|
-
}
|
|
564
|
-
export { options_14 as options };
|
|
565
|
-
}
|
|
566
|
-
declare namespace borderedChart {
|
|
567
|
-
export namespace data_18 {
|
|
568
|
-
export { labels1 as labels };
|
|
569
|
-
let datasets_18: {
|
|
570
|
-
backgroundColor: string;
|
|
571
|
-
borderColor: string;
|
|
572
|
-
borderWidth: number;
|
|
573
|
-
label: string;
|
|
574
|
-
data: number[];
|
|
575
|
-
}[];
|
|
576
|
-
export { datasets_18 as datasets };
|
|
577
|
-
}
|
|
578
|
-
export { data_18 as data };
|
|
579
|
-
}
|
|
580
|
-
declare namespace horizontalAnnotationChart {
|
|
581
|
-
export namespace data_19 {
|
|
582
|
-
export { labels1 as labels };
|
|
583
|
-
let datasets_19: {
|
|
584
|
-
label: string;
|
|
585
|
-
data: number[];
|
|
586
|
-
}[];
|
|
587
|
-
export { datasets_19 as datasets };
|
|
588
|
-
}
|
|
589
|
-
export { data_19 as data };
|
|
590
|
-
export namespace options_15 {
|
|
591
|
-
let title_16: string;
|
|
592
|
-
export { title_16 as title };
|
|
593
|
-
export namespace annotations {
|
|
594
|
-
let showAnnotations: boolean;
|
|
595
|
-
let annotationsData: {
|
|
596
|
-
annotationAxis: string;
|
|
597
|
-
label: string;
|
|
598
|
-
value: number;
|
|
599
|
-
color: string;
|
|
600
|
-
}[];
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
export { options_15 as options };
|
|
604
|
-
}
|
|
605
|
-
declare namespace verticalAnnotationChart {
|
|
606
|
-
export namespace data_20 {
|
|
607
|
-
export { labels1 as labels };
|
|
608
|
-
let datasets_20: {
|
|
609
|
-
label: string;
|
|
610
|
-
data: number[];
|
|
611
|
-
}[];
|
|
612
|
-
export { datasets_20 as datasets };
|
|
613
|
-
}
|
|
614
|
-
export { data_20 as data };
|
|
615
|
-
export namespace options_16 {
|
|
616
|
-
let title_17: string;
|
|
617
|
-
export { title_17 as title };
|
|
618
|
-
export namespace annotations_1 {
|
|
619
|
-
let showAnnotations_1: boolean;
|
|
620
|
-
export { showAnnotations_1 as showAnnotations };
|
|
621
|
-
let annotationsData_1: {
|
|
622
|
-
annotationAxis: string;
|
|
623
|
-
label: string;
|
|
624
|
-
value: number;
|
|
625
|
-
color: string;
|
|
626
|
-
}[];
|
|
627
|
-
export { annotationsData_1 as annotationsData };
|
|
628
|
-
}
|
|
629
|
-
export { annotations_1 as annotations };
|
|
630
|
-
}
|
|
631
|
-
export { options_16 as options };
|
|
632
|
-
}
|
|
633
|
-
declare namespace diagonalAnnotationChart {
|
|
634
|
-
export namespace data_21 {
|
|
635
|
-
export { labels1 as labels };
|
|
636
|
-
let datasets_21: {
|
|
637
|
-
label: string;
|
|
638
|
-
data: number[];
|
|
639
|
-
}[];
|
|
640
|
-
export { datasets_21 as datasets };
|
|
641
|
-
}
|
|
642
|
-
export { data_21 as data };
|
|
643
|
-
export namespace options_17 {
|
|
644
|
-
let title_18: string;
|
|
645
|
-
export { title_18 as title };
|
|
646
|
-
export namespace annotations_2 {
|
|
647
|
-
let showAnnotations_2: boolean;
|
|
648
|
-
export { showAnnotations_2 as showAnnotations };
|
|
649
|
-
let annotationsData_2: {
|
|
650
|
-
annotationAxis: string;
|
|
651
|
-
label: string;
|
|
652
|
-
value: number;
|
|
653
|
-
endValue: number;
|
|
654
|
-
color: string;
|
|
655
|
-
}[];
|
|
656
|
-
export { annotationsData_2 as annotationsData };
|
|
657
|
-
}
|
|
658
|
-
export { annotations_2 as annotations };
|
|
659
|
-
}
|
|
660
|
-
export { options_17 as options };
|
|
661
|
-
}
|
|
662
|
-
declare namespace controlAnnotationChart {
|
|
663
|
-
export namespace data_22 {
|
|
664
|
-
export { labels1 as labels };
|
|
665
|
-
let datasets_22: {
|
|
666
|
-
label: string;
|
|
667
|
-
data: number[];
|
|
668
|
-
}[];
|
|
669
|
-
export { datasets_22 as datasets };
|
|
670
|
-
}
|
|
671
|
-
export { data_22 as data };
|
|
672
|
-
export namespace options_18 {
|
|
673
|
-
let title_19: string;
|
|
674
|
-
export { title_19 as title };
|
|
675
|
-
export namespace annotations_3 {
|
|
676
|
-
let showAnnotations_3: boolean;
|
|
677
|
-
export { showAnnotations_3 as showAnnotations };
|
|
678
|
-
export let controlAnnotation: boolean;
|
|
679
|
-
let annotationsData_3: ({
|
|
680
|
-
annotationAxis: string;
|
|
681
|
-
label: string;
|
|
682
|
-
value: number;
|
|
683
|
-
endValue: number;
|
|
684
|
-
color: string;
|
|
685
|
-
} | {
|
|
686
|
-
annotationAxis: string;
|
|
687
|
-
label: string;
|
|
688
|
-
value: number;
|
|
689
|
-
color: string;
|
|
690
|
-
endValue?: undefined;
|
|
691
|
-
})[];
|
|
692
|
-
export { annotationsData_3 as annotationsData };
|
|
693
|
-
}
|
|
694
|
-
export { annotations_3 as annotations };
|
|
695
|
-
}
|
|
696
|
-
export { options_18 as options };
|
|
697
|
-
}
|
|
698
|
-
declare namespace animatedChart {
|
|
699
|
-
export namespace data_23 {
|
|
700
|
-
export { labels1 as labels };
|
|
701
|
-
let datasets_23: {
|
|
702
|
-
label: string;
|
|
703
|
-
data: number[];
|
|
704
|
-
}[];
|
|
705
|
-
export { datasets_23 as datasets };
|
|
706
|
-
}
|
|
707
|
-
export { data_23 as data };
|
|
708
|
-
export namespace options_19 {
|
|
709
|
-
namespace chartStyling {
|
|
710
|
-
let performanceMode: boolean;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
export { options_19 as options };
|
|
714
|
-
}
|
|
715
|
-
declare const customLegendContainerID: "custom-legend-container";
|
|
716
|
-
declare const labels1: string[];
|
|
717
|
-
declare namespace dragDataChart {
|
|
718
|
-
export namespace data_24 {
|
|
719
|
-
export { labels1 as labels };
|
|
720
|
-
let datasets_24: {
|
|
721
|
-
label: string;
|
|
722
|
-
data: number[];
|
|
723
|
-
}[];
|
|
724
|
-
export { datasets_24 as datasets };
|
|
725
|
-
}
|
|
726
|
-
export { data_24 as data };
|
|
727
|
-
export namespace options_20 {
|
|
728
|
-
namespace dragData {
|
|
729
|
-
let enableDragData: boolean;
|
|
730
|
-
let showTooltip: boolean;
|
|
731
|
-
let roundPoints: boolean;
|
|
732
|
-
function onDragStart(evt: any, element: any): void;
|
|
733
|
-
function onDrag(evt: any, datasetIndex: any, index: any, value: any): void;
|
|
734
|
-
function onDragEnd(evt: any, datasetIndex: any, index: any, value: any): void;
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
export { options_20 as options };
|
|
738
|
-
}
|
|
739
|
-
declare namespace hugeNumbersData {
|
|
740
|
-
export namespace data_25 {
|
|
741
|
-
export { labels1 as labels };
|
|
742
|
-
let datasets_25: {
|
|
743
|
-
label: string;
|
|
744
|
-
data: number[];
|
|
745
|
-
stack: number;
|
|
746
|
-
}[];
|
|
747
|
-
export { datasets_25 as datasets };
|
|
748
|
-
}
|
|
749
|
-
export { data_25 as data };
|
|
750
|
-
}
|
|
751
|
-
declare namespace stackedData {
|
|
752
|
-
export namespace data_26 {
|
|
753
|
-
export let labels: string[];
|
|
754
|
-
let datasets_26: ({
|
|
755
|
-
label: string;
|
|
756
|
-
data: number[];
|
|
757
|
-
backgroundColor: string;
|
|
758
|
-
borderColor: string;
|
|
759
|
-
barThickness: number;
|
|
760
|
-
type?: undefined;
|
|
761
|
-
yAxisID?: undefined;
|
|
762
|
-
} | {
|
|
763
|
-
label: string;
|
|
764
|
-
data: number[];
|
|
765
|
-
type: string;
|
|
766
|
-
backgroundColor: string;
|
|
767
|
-
borderColor: string;
|
|
768
|
-
yAxisID: string;
|
|
769
|
-
barThickness?: undefined;
|
|
770
|
-
})[];
|
|
771
|
-
export { datasets_26 as datasets };
|
|
772
|
-
}
|
|
773
|
-
export { data_26 as data };
|
|
774
|
-
export namespace options_21 {
|
|
775
|
-
let title_20: string;
|
|
776
|
-
export { title_20 as title };
|
|
777
|
-
export namespace additionalAxesOptions_8 {
|
|
778
|
-
let stackedX: boolean;
|
|
779
|
-
let stackedY: boolean;
|
|
780
|
-
}
|
|
781
|
-
export { additionalAxesOptions_8 as additionalAxesOptions };
|
|
782
|
-
}
|
|
783
|
-
export { options_21 as options };
|
|
784
|
-
}
|
|
785
|
-
declare namespace waterfallChart {
|
|
786
|
-
export namespace data_27 {
|
|
787
|
-
let labels_1: string[];
|
|
788
|
-
export { labels_1 as labels };
|
|
789
|
-
let datasets_27: {
|
|
790
|
-
label: string;
|
|
791
|
-
data: (number | number[])[];
|
|
792
|
-
backgroundColor: string[];
|
|
793
|
-
}[];
|
|
794
|
-
export { datasets_27 as datasets };
|
|
795
|
-
}
|
|
796
|
-
export { data_27 as data };
|
|
797
|
-
export namespace options_22 {
|
|
798
|
-
let title_21: string;
|
|
799
|
-
export { title_21 as title };
|
|
800
|
-
export namespace graph_1 {
|
|
801
|
-
let showDataLabels_1: boolean;
|
|
802
|
-
export { showDataLabels_1 as showDataLabels };
|
|
803
|
-
}
|
|
804
|
-
export { graph_1 as graph };
|
|
805
|
-
}
|
|
806
|
-
export { options_22 as options };
|
|
807
|
-
}
|