UNPKG

3.51 kBJavaScriptView Raw
1
2/*
3* Licensed to the Apache Software Foundation (ASF) under one
4* or more contributor license agreements. See the NOTICE file
5* distributed with this work for additional information
6* regarding copyright ownership. The ASF licenses this file
7* to you under the Apache License, Version 2.0 (the
8* "License"); you may not use this file except in compliance
9* with the License. You may obtain a copy of the License at
10*
11* http://www.apache.org/licenses/LICENSE-2.0
12*
13* Unless required by applicable law or agreed to in writing,
14* software distributed under the License is distributed on an
15* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16* KIND, either express or implied. See the License for the
17* specific language governing permissions and limitations
18* under the License.
19*/
20
21
22/**
23 * AUTO-GENERATED FILE. DO NOT MODIFY.
24 */
25
26/*
27* Licensed to the Apache Software Foundation (ASF) under one
28* or more contributor license agreements. See the NOTICE file
29* distributed with this work for additional information
30* regarding copyright ownership. The ASF licenses this file
31* to you under the Apache License, Version 2.0 (the
32* "License"); you may not use this file except in compliance
33* with the License. You may obtain a copy of the License at
34*
35* http://www.apache.org/licenses/LICENSE-2.0
36*
37* Unless required by applicable law or agreed to in writing,
38* software distributed under the License is distributed on an
39* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
40* KIND, either express or implied. See the License for the
41* specific language governing permissions and limitations
42* under the License.
43*/
44import { use } from './lib/extension';
45export * from './lib/export/core';
46import { install as SVGRenderer } from './lib/renderer/installSVGRenderer';
47import { install as CanvasRenderer } from './lib/renderer/installCanvasRenderer';
48import { install as LineChart } from './lib/chart/line/install';
49import { install as BarChart } from './lib/chart/bar/install';
50import { install as PieChart } from './lib/chart/pie/install';
51import { install as ScatterChart } from './lib/chart/scatter/install';
52import { install as GridComponent } from './lib/component/grid/install';
53import { install as GraphicComponent } from './lib/component/graphic/install';
54import { install as ToolboxComponent } from './lib/component/toolbox/install';
55import { install as TooltipComponent } from './lib/component/tooltip/install';
56import { install as AxisPointerComponent } from './lib/component/axisPointer/install';
57import { install as TitleComponent } from './lib/component/title/install';
58import { install as MarkPointComponent } from './lib/component/marker/installMarkPoint';
59import { install as MarkLineComponent } from './lib/component/marker/installMarkLine';
60import { install as MarkAreaComponent } from './lib/component/marker/installMarkArea';
61import { install as LegendComponent } from './lib/component/legend/install';
62import { install as DataZoomComponent } from './lib/component/dataZoom/install';
63import { install as AriaComponent } from './lib/component/aria/install';
64import { install as DatasetComponent } from './lib/component/dataset/install';
65use([CanvasRenderer]);
66use([SVGRenderer]);
67use([LineChart, BarChart, PieChart, ScatterChart]);
68use([GraphicComponent, TooltipComponent, AxisPointerComponent, LegendComponent, GridComponent, TitleComponent, MarkPointComponent, MarkLineComponent, MarkAreaComponent, DataZoomComponent, ToolboxComponent, AriaComponent, DatasetComponent]);
\No newline at end of file