This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch typescript
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 6b991bee10b420d3ad32d5a254713cde07e8b86a
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Sat Feb 15 11:40:25 2020 +0800

    mark ts-nocheck temporarily to not modified files.
---
 src/action/createDataSelectAction.ts              | 2 ++
 src/action/geoRoam.ts                             | 2 ++
 src/action/roamHelper.ts                          | 2 ++
 src/chart/bar.ts                                  | 2 ++
 src/chart/bar/BarSeries.ts                        | 2 ++
 src/chart/bar/BarView.ts                          | 2 ++
 src/chart/bar/BaseBarSeries.ts                    | 2 ++
 src/chart/bar/PictorialBarSeries.ts               | 2 ++
 src/chart/bar/PictorialBarView.ts                 | 2 ++
 src/chart/bar/barItemStyle.ts                     | 2 ++
 src/chart/bar/helper.ts                           | 2 ++
 src/chart/boxplot/BoxplotSeries.ts                | 2 ++
 src/chart/boxplot/BoxplotView.ts                  | 2 ++
 src/chart/boxplot/boxplotLayout.ts                | 2 ++
 src/chart/boxplot/boxplotVisual.ts                | 1 +
 src/chart/candlestick/CandlestickSeries.ts        | 2 ++
 src/chart/candlestick/CandlestickView.ts          | 2 ++
 src/chart/candlestick/candlestickLayout.ts        | 2 ++
 src/chart/candlestick/candlestickVisual.ts        | 2 ++
 src/chart/candlestick/preprocessor.ts             | 2 ++
 src/chart/chord/ChordSeries.ts                    | 2 ++
 src/chart/chord/ChordView.ts                      | 2 ++
 src/chart/chord/Ribbon.ts                         | 2 ++
 src/chart/chord/chordCircularLayout.ts            | 2 ++
 src/chart/effectScatter.ts                        | 2 ++
 src/chart/effectScatter/EffectScatterSeries.ts    | 2 ++
 src/chart/effectScatter/EffectScatterView.ts      | 2 ++
 src/chart/funnel.ts                               | 2 ++
 src/chart/funnel/FunnelSeries.ts                  | 2 ++
 src/chart/funnel/FunnelView.ts                    | 2 ++
 src/chart/funnel/funnelLayout.ts                  | 2 ++
 src/chart/gauge/GaugeSeries.ts                    | 2 ++
 src/chart/gauge/GaugeView.ts                      | 2 ++
 src/chart/gauge/PointerPath.ts                    | 2 ++
 src/chart/graph.ts                                | 2 ++
 src/chart/graph/GraphSeries.ts                    | 2 ++
 src/chart/graph/GraphView.ts                      | 2 ++
 src/chart/graph/adjustEdge.ts                     | 2 ++
 src/chart/graph/categoryFilter.ts                 | 1 +
 src/chart/graph/categoryVisual.ts                 | 1 +
 src/chart/graph/circularLayout.ts                 | 2 ++
 src/chart/graph/circularLayoutHelper.ts           | 2 ++
 src/chart/graph/createView.ts                     | 2 ++
 src/chart/graph/edgeVisual.ts                     | 1 +
 src/chart/graph/forceHelper.ts                    | 2 ++
 src/chart/graph/forceLayout.ts                    | 2 ++
 src/chart/graph/graphAction.ts                    | 2 ++
 src/chart/graph/graphHelper.ts                    | 2 ++
 src/chart/graph/simpleLayout.ts                   | 2 ++
 src/chart/graph/simpleLayoutHelper.ts             | 2 ++
 src/chart/heatmap/HeatmapLayer.ts                 | 2 ++
 src/chart/heatmap/HeatmapSeries.ts                | 2 ++
 src/chart/heatmap/HeatmapView.ts                  | 2 ++
 src/chart/helper/EffectLine.ts                    | 2 ++
 src/chart/helper/EffectPolyline.ts                | 2 ++
 src/chart/helper/EffectSymbol.ts                  | 2 ++
 src/chart/helper/LargeLineDraw.ts                 | 2 ++
 src/chart/helper/LargeSymbolDraw.ts               | 2 ++
 src/chart/helper/Line.ts                          | 2 ++
 src/chart/helper/LineDraw.ts                      | 2 ++
 src/chart/helper/LinePath.ts                      | 2 ++
 src/chart/helper/Polyline.ts                      | 2 ++
 src/chart/helper/Symbol.ts                        | 2 ++
 src/chart/helper/SymbolDraw.ts                    | 2 ++
 src/chart/helper/createClipPathFromCoordSys.ts    | 3 +++
 src/chart/helper/createGraphFromNodeEdge.ts       | 2 ++
 src/chart/helper/createGraphFromNodeMatrix.ts     | 2 ++
 src/chart/helper/createListSimply.ts              | 1 +
 src/chart/helper/focusNodeAdjacencyAction.ts      | 2 ++
 src/chart/helper/labelHelper.ts                   | 2 ++
 src/chart/helper/treeHelper.ts                    | 2 ++
 src/chart/helper/whiskerBoxCommon.ts              | 1 +
 src/chart/line.ts                                 | 2 ++
 src/chart/line/LineSeries.ts                      | 2 ++
 src/chart/line/LineView.ts                        | 2 ++
 src/chart/line/helper.ts                          | 2 ++
 src/chart/line/lineAnimationDiff.ts               | 2 ++
 src/chart/line/poly.ts                            | 2 ++
 src/chart/lines/LinesSeries.ts                    | 2 ++
 src/chart/lines/LinesView.ts                      | 2 ++
 src/chart/lines/linesLayout.ts                    | 2 ++
 src/chart/lines/linesVisual.ts                    | 2 ++
 src/chart/map/MapSeries.ts                        | 2 ++
 src/chart/map/MapView.ts                          | 2 ++
 src/chart/map/backwardCompat.ts                   | 2 ++
 src/chart/map/mapDataStatistic.ts                 | 2 ++
 src/chart/map/mapSymbolLayout.ts                  | 2 ++
 src/chart/map/mapVisual.ts                        | 1 +
 src/chart/parallel/ParallelSeries.ts              | 2 ++
 src/chart/parallel/ParallelView.ts                | 2 ++
 src/chart/parallel/parallelVisual.ts              | 1 +
 src/chart/pictorialBar.ts                         | 2 ++
 src/chart/pie.ts                                  | 2 ++
 src/chart/pie/PieSeries.ts                        | 2 ++
 src/chart/pie/PieView.ts                          | 2 ++
 src/chart/pie/labelLayout.ts                      | 2 ++
 src/chart/pie/pieLayout.ts                        | 1 +
 src/chart/radar.ts                                | 1 +
 src/chart/radar/RadarSeries.ts                    | 2 ++
 src/chart/radar/RadarView.ts                      | 2 ++
 src/chart/radar/backwardCompat.ts                 | 2 ++
 src/chart/radar/radarLayout.ts                    | 2 ++
 src/chart/sankey/SankeySeries.ts                  | 2 ++
 src/chart/sankey/SankeyView.ts                    | 2 ++
 src/chart/sankey/sankeyAction.ts                  | 2 ++
 src/chart/sankey/sankeyLayout.ts                  | 2 ++
 src/chart/sankey/sankeyVisual.ts                  | 2 ++
 src/chart/scatter.ts                              | 2 ++
 src/chart/scatter/ScatterSeries.ts                | 2 ++
 src/chart/scatter/ScatterView.ts                  | 2 ++
 src/chart/sunburst/SunburstPiece.ts               | 2 ++
 src/chart/sunburst/SunburstSeries.ts              | 2 ++
 src/chart/sunburst/SunburstView.ts                | 2 ++
 src/chart/sunburst/sunburstAction.ts              | 2 ++
 src/chart/sunburst/sunburstLayout.ts              | 1 +
 src/chart/themeRiver.ts                           | 2 ++
 src/chart/themeRiver/ThemeRiverSeries.ts          | 2 ++
 src/chart/themeRiver/ThemeRiverView.ts            | 2 ++
 src/chart/themeRiver/themeRiverLayout.ts          | 2 ++
 src/chart/themeRiver/themeRiverVisual.ts          | 2 ++
 src/chart/tree.ts                                 | 2 ++
 src/chart/tree/TreeSeries.ts                      | 2 ++
 src/chart/tree/TreeView.ts                        | 2 ++
 src/chart/tree/layoutHelper.ts                    | 2 ++
 src/chart/tree/traversalHelper.ts                 | 1 +
 src/chart/tree/treeAction.ts                      | 2 ++
 src/chart/tree/treeLayout.ts                      | 2 ++
 src/chart/treemap.ts                              | 2 ++
 src/chart/treemap/Breadcrumb.ts                   | 2 ++
 src/chart/treemap/TreemapSeries.ts                | 2 ++
 src/chart/treemap/TreemapView.ts                  | 2 ++
 src/chart/treemap/helper.ts                       | 2 ++
 src/chart/treemap/treemapAction.ts                | 2 ++
 src/chart/treemap/treemapLayout.ts                | 2 ++
 src/chart/treemap/treemapVisual.ts                | 2 ++
 src/component/axis/AngleAxisView.ts               | 2 ++
 src/component/axis/AxisBuilder.ts                 | 2 ++
 src/component/axis/AxisView.ts                    | 2 ++
 src/component/axis/CartesianAxisView.ts           | 2 ++
 src/component/axis/ParallelAxisView.ts            | 2 ++
 src/component/axis/RadiusAxisView.ts              | 2 ++
 src/component/axis/SingleAxisView.ts              | 1 +
 src/component/axis/axisSplitHelper.ts             | 2 ++
 src/component/axis/parallelAxisAction.ts          | 2 ++
 src/component/axisPointer.ts                      | 2 ++
 src/component/axisPointer/AxisPointerView.ts      | 2 ++
 src/component/axisPointer/BaseAxisPointer.ts      | 2 ++
 src/component/axisPointer/CartesianAxisPointer.ts | 2 ++
 src/component/axisPointer/PolarAxisPointer.ts     | 2 ++
 src/component/axisPointer/SingleAxisPointer.ts    | 2 ++
 src/component/axisPointer/axisTrigger.ts          | 2 ++
 src/component/axisPointer/findPointFromSeries.ts  | 2 ++
 src/component/axisPointer/globalListener.ts       | 2 ++
 src/component/axisPointer/modelHelper.ts          | 2 ++
 src/component/axisPointer/viewHelper.ts           | 2 ++
 src/component/brush/BrushModel.ts                 | 2 ++
 src/component/brush/BrushView.ts                  | 2 ++
 src/component/brush/brushAction.ts                | 2 ++
 src/component/brush/preprocessor.ts               | 2 ++
 src/component/brush/selector.ts                   | 2 ++
 src/component/brush/visualEncoding.ts             | 2 ++
 src/component/calendar/CalendarView.ts            | 2 ++
 src/component/dataZoom/AxisProxy.ts               | 2 ++
 src/component/dataZoom/DataZoomModel.ts           | 2 ++
 src/component/dataZoom/DataZoomView.ts            | 2 ++
 src/component/dataZoom/InsideZoomModel.ts         | 2 ++
 src/component/dataZoom/InsideZoomView.ts          | 2 ++
 src/component/dataZoom/SelectZoomModel.ts         | 2 ++
 src/component/dataZoom/SliderZoomModel.ts         | 2 ++
 src/component/dataZoom/SliderZoomView.ts          | 2 ++
 src/component/dataZoom/dataZoomAction.ts          | 2 ++
 src/component/dataZoom/helper.ts                  | 2 ++
 src/component/dataZoom/history.ts                 | 2 ++
 src/component/dataZoom/roams.ts                   | 2 ++
 src/component/dataZoom/typeDefaulter.ts           | 2 ++
 src/component/geo.ts                              | 2 ++
 src/component/geo/GeoView.ts                      | 2 ++
 src/component/graphic.ts                          | 2 ++
 src/component/gridSimple.ts                       | 2 ++
 src/component/helper/BrushTargetManager.ts        | 2 ++
 src/component/helper/MapDraw.ts                   | 2 ++
 src/component/helper/brushHelper.ts               | 2 ++
 src/component/helper/cursorHelper.ts              | 1 +
 src/component/helper/interactionMutex.ts          | 2 ++
 src/component/helper/listComponent.ts             | 2 ++
 src/component/helper/roamHelper.ts                | 1 +
 src/component/helper/selectableMixin.ts           | 2 ++
 src/component/helper/sliderMove.ts                | 2 ++
 src/component/legend.ts                           | 1 +
 src/component/legend/LegendModel.ts               | 2 ++
 src/component/legend/LegendView.ts                | 2 ++
 src/component/legend/ScrollableLegendModel.ts     | 2 ++
 src/component/legend/ScrollableLegendView.ts      | 2 ++
 src/component/legend/legendAction.ts              | 2 ++
 src/component/legend/legendFilter.ts              | 2 ++
 src/component/legend/scrollableLegendAction.ts    | 2 ++
 src/component/marker/MarkAreaModel.ts             | 2 ++
 src/component/marker/MarkAreaView.ts              | 2 ++
 src/component/marker/MarkLineModel.ts             | 2 ++
 src/component/marker/MarkLineView.ts              | 2 ++
 src/component/marker/MarkPointModel.ts            | 2 ++
 src/component/marker/MarkPointView.ts             | 2 ++
 src/component/marker/MarkerView.ts                | 2 ++
 src/component/marker/markerHelper.ts              | 2 ++
 src/component/parallel.ts                         | 2 ++
 src/component/polar.ts                            | 2 ++
 src/component/radar/RadarView.ts                  | 2 ++
 src/component/singleAxis.ts                       | 2 ++
 src/component/timeline/SliderTimelineView.ts      | 2 ++
 src/component/timeline/TimelineAxis.ts            | 2 ++
 src/component/timeline/TimelineModel.ts           | 2 ++
 src/component/timeline/TimelineView.ts            | 2 ++
 src/component/timeline/preprocessor.ts            | 2 ++
 src/component/timeline/timelineAction.ts          | 2 ++
 src/component/timeline/typeDefaulter.ts           | 2 ++
 src/component/title.ts                            | 2 ++
 src/component/toolbox/ToolboxModel.ts             | 2 ++
 src/component/toolbox/ToolboxView.ts              | 2 ++
 src/component/toolbox/feature/Brush.ts            | 2 ++
 src/component/toolbox/feature/DataView.ts         | 2 ++
 src/component/toolbox/feature/DataZoom.ts         | 2 ++
 src/component/toolbox/feature/MagicType.ts        | 2 ++
 src/component/toolbox/feature/Restore.ts          | 2 ++
 src/component/toolbox/feature/SaveAsImage.ts      | 2 ++
 src/component/toolbox/featureManager.ts           | 2 ++
 src/component/tooltip.ts                          | 2 ++
 src/component/tooltip/TooltipContent.ts           | 2 ++
 src/component/tooltip/TooltipModel.ts             | 2 ++
 src/component/tooltip/TooltipRichContent.ts       | 2 ++
 src/component/tooltip/TooltipView.ts              | 2 ++
 src/component/visualMap/ContinuousModel.ts        | 2 ++
 src/component/visualMap/ContinuousView.ts         | 2 ++
 src/component/visualMap/PiecewiseModel.ts         | 2 ++
 src/component/visualMap/PiecewiseView.ts          | 2 ++
 src/component/visualMap/VisualMapModel.ts         | 2 ++
 src/component/visualMap/VisualMapView.ts          | 2 ++
 src/component/visualMap/helper.ts                 | 2 ++
 src/component/visualMap/preprocessor.ts           | 2 ++
 src/component/visualMap/typeDefaulter.ts          | 2 ++
 src/component/visualMap/visualEncoding.ts         | 2 ++
 src/component/visualMap/visualMapAction.ts        | 2 ++
 src/coord/Axis.ts                                 | 2 ++
 src/coord/axisDefault.ts                          | 2 ++
 src/coord/axisHelper.ts                           | 2 ++
 src/coord/axisModelCommonMixin.ts                 | 2 ++
 src/coord/axisModelCreator.ts                     | 2 ++
 src/coord/axisTickLabelBuilder.ts                 | 2 ++
 src/coord/calendar/Calendar.ts                    | 2 ++
 src/coord/calendar/CalendarModel.ts               | 2 ++
 src/coord/calendar/prepareCustom.ts               | 2 ++
 src/coord/cartesian/Axis2D.ts                     | 2 ++
 src/coord/cartesian/AxisModel.ts                  | 2 ++
 src/coord/cartesian/Cartesian.ts                  | 2 ++
 src/coord/cartesian/Cartesian2D.ts                | 2 ++
 src/coord/cartesian/Grid.ts                       | 2 ++
 src/coord/cartesian/GridModel.ts                  | 2 ++
 src/coord/cartesian/cartesianAxisHelper.ts        | 2 ++
 src/coord/cartesian/prepareCustom.ts              | 2 ++
 src/coord/geo/Geo.ts                              | 2 ++
 src/coord/geo/GeoModel.ts                         | 2 ++
 src/coord/geo/Region.ts                           | 2 ++
 src/coord/geo/fix/diaoyuIsland.ts                 | 2 ++
 src/coord/geo/fix/geoCoord.ts                     | 2 ++
 src/coord/geo/fix/nanhai.ts                       | 2 ++
 src/coord/geo/fix/textCoord.ts                    | 2 ++
 src/coord/geo/geoCreator.ts                       | 2 ++
 src/coord/geo/geoJSONLoader.ts                    | 2 ++
 src/coord/geo/geoSVGLoader.ts                     | 2 ++
 src/coord/geo/geoSourceManager.ts                 | 2 ++
 src/coord/geo/parseGeoJson.ts                     | 2 ++
 src/coord/geo/prepareCustom.ts                    | 2 ++
 src/coord/parallel/AxisModel.ts                   | 2 ++
 src/coord/parallel/Parallel.ts                    | 2 ++
 src/coord/parallel/ParallelAxis.ts                | 2 ++
 src/coord/parallel/ParallelModel.ts               | 2 ++
 src/coord/parallel/parallelCreator.ts             | 2 ++
 src/coord/parallel/parallelPreprocessor.ts        | 2 ++
 src/coord/polar/AngleAxis.ts                      | 2 ++
 src/coord/polar/AxisModel.ts                      | 2 ++
 src/coord/polar/Polar.ts                          | 2 ++
 src/coord/polar/PolarModel.ts                     | 2 ++
 src/coord/polar/RadiusAxis.ts                     | 2 ++
 src/coord/polar/polarCreator.ts                   | 2 ++
 src/coord/polar/prepareCustom.ts                  | 2 ++
 src/coord/radar/IndicatorAxis.ts                  | 2 ++
 src/coord/radar/Radar.ts                          | 2 ++
 src/coord/radar/RadarModel.ts                     | 2 ++
 src/coord/single/AxisModel.ts                     | 2 ++
 src/coord/single/Single.ts                        | 2 ++
 src/coord/single/SingleAxis.ts                    | 2 ++
 src/coord/single/prepareCustom.ts                 | 2 ++
 src/coord/single/singleAxisHelper.ts              | 2 ++
 src/coord/single/singleCreator.ts                 | 2 ++
 src/data/Graph.ts                                 | 2 ++
 src/data/Tree.ts                                  | 2 ++
 src/data/helper/createDimensions.ts               | 2 ++
 src/data/helper/dataStackHelper.ts                | 2 ++
 src/data/helper/linkList.ts                       | 2 ++
 src/helper.ts                                     | 2 ++
 src/layout/barGrid.ts                             | 2 ++
 src/layout/barPolar.ts                            | 2 ++
 src/layout/points.ts                              | 2 ++
 src/model/mixin/areaStyle.ts                      | 2 ++
 src/model/mixin/boxLayout.ts                      | 1 +
 src/model/mixin/itemStyle.ts                      | 2 ++
 src/model/mixin/lineStyle.ts                      | 2 ++
 src/model/mixin/makeStyleMapper.ts                | 2 ++
 src/model/mixin/textStyle.ts                      | 2 ++
 src/model/referHelper.ts                          | 2 ++
 src/preprocessor/backwardCompat.ts                | 2 ++
 src/preprocessor/helper/compatStyle.ts            | 2 ++
 src/processor/dataFilter.ts                       | 2 ++
 src/processor/dataStack.ts                        | 2 ++
 src/scale/Interval.ts                             | 2 ++
 src/scale/Log.ts                                  | 2 ++
 src/scale/Ordinal.ts                              | 2 ++
 src/scale/Scale.ts                                | 2 ++
 src/scale/Time.ts                                 | 2 ++
 src/scale/helper.ts                               | 2 ++
 src/theme/dark.ts                                 | 2 ++
 src/util/KDTree.ts                                | 2 ++
 src/util/animation.ts                             | 2 ++
 src/util/layout.ts                                | 2 ++
 src/util/number.ts                                | 2 ++
 src/util/quickSelect.ts                           | 2 ++
 src/util/shape/sausage.ts                         | 2 ++
 src/util/symbol.ts                                | 2 ++
 src/visual/VisualMapping.ts                       | 2 ++
 src/visual/aria.ts                                | 2 ++
 src/visual/seriesColor.ts                         | 2 ++
 src/visual/symbol.ts                              | 2 ++
 src/visual/visualDefault.ts                       | 2 ++
 src/visual/visualSolution.ts                      | 2 ++
 333 files changed, 650 insertions(+)

diff --git a/src/action/createDataSelectAction.ts 
b/src/action/createDataSelectAction.ts
index a628bcc..aef0d64 100644
--- a/src/action/createDataSelectAction.ts
+++ b/src/action/createDataSelectAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/action/geoRoam.ts b/src/action/geoRoam.ts
index 8824610..f97aa84 100644
--- a/src/action/geoRoam.ts
+++ b/src/action/geoRoam.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import {updateCenterAndZoom} from './roamHelper';
diff --git a/src/action/roamHelper.ts b/src/action/roamHelper.ts
index 3577f27..52892e4 100644
--- a/src/action/roamHelper.ts
+++ b/src/action/roamHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @param {module:echarts/coord/View} view
  * @param {Object} payload
diff --git a/src/chart/bar.ts b/src/chart/bar.ts
index db4bbef..4d8d695 100644
--- a/src/chart/bar.ts
+++ b/src/chart/bar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import {layout, largeLayout} from '../layout/barGrid';
diff --git a/src/chart/bar/BarSeries.ts b/src/chart/bar/BarSeries.ts
index 9535a8a..c4cd150 100644
--- a/src/chart/bar/BarSeries.ts
+++ b/src/chart/bar/BarSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import BaseBarSeries from './BaseBarSeries';
 
 export default BaseBarSeries.extend({
diff --git a/src/chart/bar/BarView.ts b/src/chart/bar/BarView.ts
index 18c5e2a..23a5d64 100644
--- a/src/chart/bar/BarView.ts
+++ b/src/chart/bar/BarView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/bar/BaseBarSeries.ts b/src/chart/bar/BaseBarSeries.ts
index 184a2a3..9a2ce37 100644
--- a/src/chart/bar/BaseBarSeries.ts
+++ b/src/chart/bar/BaseBarSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import createListFromArray from '../helper/createListFromArray';
 
diff --git a/src/chart/bar/PictorialBarSeries.ts 
b/src/chart/bar/PictorialBarSeries.ts
index 342dd8e..61ff4cd 100644
--- a/src/chart/bar/PictorialBarSeries.ts
+++ b/src/chart/bar/PictorialBarSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import BaseBarSeries from './BaseBarSeries';
 
 var PictorialBarSeries = BaseBarSeries.extend({
diff --git a/src/chart/bar/PictorialBarView.ts 
b/src/chart/bar/PictorialBarView.ts
index 0ac9a31..080d939 100644
--- a/src/chart/bar/PictorialBarView.ts
+++ b/src/chart/bar/PictorialBarView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/bar/barItemStyle.ts b/src/chart/bar/barItemStyle.ts
index 5dc5ff0..7bbd247 100644
--- a/src/chart/bar/barItemStyle.ts
+++ b/src/chart/bar/barItemStyle.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import makeStyleMapper from '../../model/mixin/makeStyleMapper';
 
 var getBarItemStyle = makeStyleMapper(
diff --git a/src/chart/bar/helper.ts b/src/chart/bar/helper.ts
index 0ade927..fec4bde 100644
--- a/src/chart/bar/helper.ts
+++ b/src/chart/bar/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 import {getDefaultLabel} from '../helper/labelHelper';
 
diff --git a/src/chart/boxplot/BoxplotSeries.ts 
b/src/chart/boxplot/BoxplotSeries.ts
index 934c92a..e5aa960 100644
--- a/src/chart/boxplot/BoxplotSeries.ts
+++ b/src/chart/boxplot/BoxplotSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import SeriesModel from '../../model/Series';
 import {seriesModelMixin} from '../helper/whiskerBoxCommon';
diff --git a/src/chart/boxplot/BoxplotView.ts b/src/chart/boxplot/BoxplotView.ts
index ca30985..50ff929 100644
--- a/src/chart/boxplot/BoxplotView.ts
+++ b/src/chart/boxplot/BoxplotView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ChartView from '../../view/Chart';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/boxplot/boxplotLayout.ts 
b/src/chart/boxplot/boxplotLayout.ts
index ce56bb9..6d66e1b 100644
--- a/src/chart/boxplot/boxplotLayout.ts
+++ b/src/chart/boxplot/boxplotLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import {parsePercent} from '../../util/number';
 
diff --git a/src/chart/boxplot/boxplotVisual.ts 
b/src/chart/boxplot/boxplotVisual.ts
index f4b8f69..ac6cc50 100644
--- a/src/chart/boxplot/boxplotVisual.ts
+++ b/src/chart/boxplot/boxplotVisual.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 var borderColorQuery = ['itemStyle', 'borderColor'];
 
diff --git a/src/chart/candlestick/CandlestickSeries.ts 
b/src/chart/candlestick/CandlestickSeries.ts
index 4276643..d9fe6e7 100644
--- a/src/chart/candlestick/CandlestickSeries.ts
+++ b/src/chart/candlestick/CandlestickSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import SeriesModel from '../../model/Series';
 import {seriesModelMixin} from '../helper/whiskerBoxCommon';
diff --git a/src/chart/candlestick/CandlestickView.ts 
b/src/chart/candlestick/CandlestickView.ts
index de5f19e..7c6292a 100644
--- a/src/chart/candlestick/CandlestickView.ts
+++ b/src/chart/candlestick/CandlestickView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ChartView from '../../view/Chart';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/candlestick/candlestickLayout.ts 
b/src/chart/candlestick/candlestickLayout.ts
index 9cdd3d6..43a84f6 100644
--- a/src/chart/candlestick/candlestickLayout.ts
+++ b/src/chart/candlestick/candlestickLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Float32Array */
 
 import {subPixelOptimize} from '../../util/graphic';
diff --git a/src/chart/candlestick/candlestickVisual.ts 
b/src/chart/candlestick/candlestickVisual.ts
index 44bfd17..eb33351 100644
--- a/src/chart/candlestick/candlestickVisual.ts
+++ b/src/chart/candlestick/candlestickVisual.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import createRenderPlanner from '../helper/createRenderPlanner';
 
 var positiveBorderColorQuery = ['itemStyle', 'borderColor'];
diff --git a/src/chart/candlestick/preprocessor.ts 
b/src/chart/candlestick/preprocessor.ts
index e2c2f0a..142270c 100644
--- a/src/chart/candlestick/preprocessor.ts
+++ b/src/chart/candlestick/preprocessor.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export default function (option) {
diff --git a/src/chart/chord/ChordSeries.ts b/src/chart/chord/ChordSeries.ts
index 5d8111d..83f6d86 100644
--- a/src/chart/chord/ChordSeries.ts
+++ b/src/chart/chord/ChordSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import createGraphFromNodeEdge from '../helper/createGraphFromNodeEdge';
 import createGraphFromNodeMatrix from '../helper/createGraphFromNodeMatrix';
diff --git a/src/chart/chord/ChordView.ts b/src/chart/chord/ChordView.ts
index 15bcd19..24091cb 100644
--- a/src/chart/chord/ChordView.ts
+++ b/src/chart/chord/ChordView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import RibbonPath from './Ribbon';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/chord/Ribbon.ts b/src/chart/chord/Ribbon.ts
index 2d8bfb9..b167835 100644
--- a/src/chart/chord/Ribbon.ts
+++ b/src/chart/chord/Ribbon.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 
 var sin = Math.sin;
diff --git a/src/chart/chord/chordCircularLayout.ts 
b/src/chart/chord/chordCircularLayout.ts
index af16e40..01c0054 100644
--- a/src/chart/chord/chordCircularLayout.ts
+++ b/src/chart/chord/chordCircularLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import {parsePercent} from '../../util/number';
 
diff --git a/src/chart/effectScatter.ts b/src/chart/effectScatter.ts
index 31391f1..5be4e3b 100644
--- a/src/chart/effectScatter.ts
+++ b/src/chart/effectScatter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import './effectScatter/EffectScatterSeries';
diff --git a/src/chart/effectScatter/EffectScatterSeries.ts 
b/src/chart/effectScatter/EffectScatterSeries.ts
index 4aae804..b2cf53c 100644
--- a/src/chart/effectScatter/EffectScatterSeries.ts
+++ b/src/chart/effectScatter/EffectScatterSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import createListFromArray from '../helper/createListFromArray';
 import SeriesModel from '../../model/Series';
 
diff --git a/src/chart/effectScatter/EffectScatterView.ts 
b/src/chart/effectScatter/EffectScatterView.ts
index 6812197..bdeccf8 100644
--- a/src/chart/effectScatter/EffectScatterView.ts
+++ b/src/chart/effectScatter/EffectScatterView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import SymbolDraw from '../helper/SymbolDraw';
 import EffectSymbol from '../helper/EffectSymbol';
diff --git a/src/chart/funnel.ts b/src/chart/funnel.ts
index 154b40b..0699684 100644
--- a/src/chart/funnel.ts
+++ b/src/chart/funnel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import './funnel/FunnelSeries';
diff --git a/src/chart/funnel/FunnelSeries.ts b/src/chart/funnel/FunnelSeries.ts
index d57de1f..07710a0 100644
--- a/src/chart/funnel/FunnelSeries.ts
+++ b/src/chart/funnel/FunnelSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import createListSimply from '../helper/createListSimply';
diff --git a/src/chart/funnel/FunnelView.ts b/src/chart/funnel/FunnelView.ts
index bb9a078..80cae48 100644
--- a/src/chart/funnel/FunnelView.ts
+++ b/src/chart/funnel/FunnelView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 import * as zrUtil from 'zrender/src/core/util';
 import ChartView from '../../view/Chart';
diff --git a/src/chart/funnel/funnelLayout.ts b/src/chart/funnel/funnelLayout.ts
index 9922a6b..89b0992 100644
--- a/src/chart/funnel/funnelLayout.ts
+++ b/src/chart/funnel/funnelLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as layout from '../../util/layout';
 import {parsePercent, linearMap} from '../../util/number';
 
diff --git a/src/chart/gauge/GaugeSeries.ts b/src/chart/gauge/GaugeSeries.ts
index 1b8f104..1638dc5 100644
--- a/src/chart/gauge/GaugeSeries.ts
+++ b/src/chart/gauge/GaugeSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import createListSimply from '../helper/createListSimply';
 import SeriesModel from '../../model/Series';
 
diff --git a/src/chart/gauge/GaugeView.ts b/src/chart/gauge/GaugeView.ts
index 0ccd6dd..aa520dc 100644
--- a/src/chart/gauge/GaugeView.ts
+++ b/src/chart/gauge/GaugeView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import PointerPath from './PointerPath';
 import * as graphic from '../../util/graphic';
 import ChartView from '../../view/Chart';
diff --git a/src/chart/gauge/PointerPath.ts b/src/chart/gauge/PointerPath.ts
index 6ac57e8..c541577 100644
--- a/src/chart/gauge/PointerPath.ts
+++ b/src/chart/gauge/PointerPath.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import Path from 'zrender/src/graphic/Path';
 
 export default Path.extend({
diff --git a/src/chart/graph.ts b/src/chart/graph.ts
index 6bcf09f..9a390e9 100644
--- a/src/chart/graph.ts
+++ b/src/chart/graph.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import './graph/GraphSeries';
diff --git a/src/chart/graph/GraphSeries.ts b/src/chart/graph/GraphSeries.ts
index 47d9fd9..a0b5334 100644
--- a/src/chart/graph/GraphSeries.ts
+++ b/src/chart/graph/GraphSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import List from '../../data/List';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/graph/GraphView.ts b/src/chart/graph/GraphView.ts
index 8ad9aef..da2e325 100644
--- a/src/chart/graph/GraphView.ts
+++ b/src/chart/graph/GraphView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import SymbolDraw from '../helper/SymbolDraw';
diff --git a/src/chart/graph/adjustEdge.ts b/src/chart/graph/adjustEdge.ts
index dc40767..8c0588d 100644
--- a/src/chart/graph/adjustEdge.ts
+++ b/src/chart/graph/adjustEdge.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as curveTool from 'zrender/src/core/curve';
 import * as vec2 from 'zrender/src/core/vector';
 import {getSymbolSize} from './graphHelper';
diff --git a/src/chart/graph/categoryFilter.ts 
b/src/chart/graph/categoryFilter.ts
index 829ee01..836a34d 100644
--- a/src/chart/graph/categoryFilter.ts
+++ b/src/chart/graph/categoryFilter.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 export default function (ecModel) {
     var legendModels = ecModel.findComponents({
diff --git a/src/chart/graph/categoryVisual.ts 
b/src/chart/graph/categoryVisual.ts
index 00c54f9..31bec52 100644
--- a/src/chart/graph/categoryVisual.ts
+++ b/src/chart/graph/categoryVisual.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 export default function (ecModel) {
 
diff --git a/src/chart/graph/circularLayout.ts 
b/src/chart/graph/circularLayout.ts
index 9637fbf..5434728 100644
--- a/src/chart/graph/circularLayout.ts
+++ b/src/chart/graph/circularLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {circularLayout} from './circularLayoutHelper';
 
 export default function (ecModel) {
diff --git a/src/chart/graph/circularLayoutHelper.ts 
b/src/chart/graph/circularLayoutHelper.ts
index 3552c62..8d72c96 100644
--- a/src/chart/graph/circularLayoutHelper.ts
+++ b/src/chart/graph/circularLayoutHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as vec2 from 'zrender/src/core/vector';
 import {getSymbolSize, getNodeGlobalScale} from './graphHelper';
 
diff --git a/src/chart/graph/createView.ts b/src/chart/graph/createView.ts
index fc65a03..a251a95 100644
--- a/src/chart/graph/createView.ts
+++ b/src/chart/graph/createView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // FIXME Where to create the simple view coordinate system
 import View from '../../coord/View';
 import {getLayoutRect} from '../../util/layout';
diff --git a/src/chart/graph/edgeVisual.ts b/src/chart/graph/edgeVisual.ts
index a148cbb..d2d430c 100644
--- a/src/chart/graph/edgeVisual.ts
+++ b/src/chart/graph/edgeVisual.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 function normalize(a) {
     if (!(a instanceof Array)) {
diff --git a/src/chart/graph/forceHelper.ts b/src/chart/graph/forceHelper.ts
index a50fa58..96d3b00 100644
--- a/src/chart/graph/forceHelper.ts
+++ b/src/chart/graph/forceHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /*
 * A third-party license is embeded for some of the code in this file:
 * Some formulas were originally copied from "d3.js" with some
diff --git a/src/chart/graph/forceLayout.ts b/src/chart/graph/forceLayout.ts
index e61555a..30edaa6 100644
--- a/src/chart/graph/forceLayout.ts
+++ b/src/chart/graph/forceLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {forceLayout} from './forceHelper';
 import {simpleLayout} from './simpleLayoutHelper';
 import {circularLayout} from './circularLayoutHelper';
diff --git a/src/chart/graph/graphAction.ts b/src/chart/graph/graphAction.ts
index 6f7bc13..5d2a129 100644
--- a/src/chart/graph/graphAction.ts
+++ b/src/chart/graph/graphAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import {updateCenterAndZoom} from '../../action/roamHelper';
 import '../helper/focusNodeAdjacencyAction';
diff --git a/src/chart/graph/graphHelper.ts b/src/chart/graph/graphHelper.ts
index fc87b9e..47ed84a 100644
--- a/src/chart/graph/graphHelper.ts
+++ b/src/chart/graph/graphHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 export function getNodeGlobalScale(seriesModel) {
     var coordSys = seriesModel.coordinateSystem;
     if (coordSys.type !== 'view') {
diff --git a/src/chart/graph/simpleLayout.ts b/src/chart/graph/simpleLayout.ts
index 1cc70bd..b596a38 100644
--- a/src/chart/graph/simpleLayout.ts
+++ b/src/chart/graph/simpleLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {each} from 'zrender/src/core/util';
 import {simpleLayout, simpleLayoutEdge} from './simpleLayoutHelper';
 
diff --git a/src/chart/graph/simpleLayoutHelper.ts 
b/src/chart/graph/simpleLayoutHelper.ts
index 83d026c..d56c665 100644
--- a/src/chart/graph/simpleLayoutHelper.ts
+++ b/src/chart/graph/simpleLayoutHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as vec2 from 'zrender/src/core/vector';
 
 export function simpleLayout(seriesModel) {
diff --git a/src/chart/heatmap/HeatmapLayer.ts 
b/src/chart/heatmap/HeatmapLayer.ts
index 41ab17b..b262575 100644
--- a/src/chart/heatmap/HeatmapLayer.ts
+++ b/src/chart/heatmap/HeatmapLayer.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Uint8ClampedArray */
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/heatmap/HeatmapSeries.ts 
b/src/chart/heatmap/HeatmapSeries.ts
index 35c80fb..6713f51 100644
--- a/src/chart/heatmap/HeatmapSeries.ts
+++ b/src/chart/heatmap/HeatmapSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import createListFromArray from '../helper/createListFromArray';
 import CoordinateSystem from '../../CoordinateSystem';
diff --git a/src/chart/heatmap/HeatmapView.ts b/src/chart/heatmap/HeatmapView.ts
index be99ac4..9cb5ec6 100644
--- a/src/chart/heatmap/HeatmapView.ts
+++ b/src/chart/heatmap/HeatmapView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/helper/EffectLine.ts b/src/chart/helper/EffectLine.ts
index 7a6c19c..7c505ba 100644
--- a/src/chart/helper/EffectLine.ts
+++ b/src/chart/helper/EffectLine.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Provide effect for line
  * @module echarts/chart/helper/EffectLine
diff --git a/src/chart/helper/EffectPolyline.ts 
b/src/chart/helper/EffectPolyline.ts
index fcadfab..2e71676 100644
--- a/src/chart/helper/EffectPolyline.ts
+++ b/src/chart/helper/EffectPolyline.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Provide effect for line
  * @module echarts/chart/helper/EffectLine
diff --git a/src/chart/helper/EffectSymbol.ts b/src/chart/helper/EffectSymbol.ts
index 1f3a5e2..aa65341 100644
--- a/src/chart/helper/EffectSymbol.ts
+++ b/src/chart/helper/EffectSymbol.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Symbol with ripple effect
  * @module echarts/chart/helper/EffectSymbol
diff --git a/src/chart/helper/LargeLineDraw.ts 
b/src/chart/helper/LargeLineDraw.ts
index 94f3e95..ee31e37 100644
--- a/src/chart/helper/LargeLineDraw.ts
+++ b/src/chart/helper/LargeLineDraw.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // TODO Batch by color
 
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/helper/LargeSymbolDraw.ts 
b/src/chart/helper/LargeSymbolDraw.ts
index 8db5332..9dfc0c2 100644
--- a/src/chart/helper/LargeSymbolDraw.ts
+++ b/src/chart/helper/LargeSymbolDraw.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Float32Array */
 
 // TODO Batch by color
diff --git a/src/chart/helper/Line.ts b/src/chart/helper/Line.ts
index f2b2d8e..07a4bb3 100644
--- a/src/chart/helper/Line.ts
+++ b/src/chart/helper/Line.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/chart/helper/Line
  */
diff --git a/src/chart/helper/LineDraw.ts b/src/chart/helper/LineDraw.ts
index 707957a..378badf 100644
--- a/src/chart/helper/LineDraw.ts
+++ b/src/chart/helper/LineDraw.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/chart/helper/LineDraw
  */
diff --git a/src/chart/helper/LinePath.ts b/src/chart/helper/LinePath.ts
index 7256973..b1acce6 100644
--- a/src/chart/helper/LinePath.ts
+++ b/src/chart/helper/LinePath.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Line path for bezier and straight line draw
  */
diff --git a/src/chart/helper/Polyline.ts b/src/chart/helper/Polyline.ts
index eb897e4..82d89b2 100644
--- a/src/chart/helper/Polyline.ts
+++ b/src/chart/helper/Polyline.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/chart/helper/Line
  */
diff --git a/src/chart/helper/Symbol.ts b/src/chart/helper/Symbol.ts
index a1a0a94..0929933 100644
--- a/src/chart/helper/Symbol.ts
+++ b/src/chart/helper/Symbol.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/chart/helper/Symbol
  */
diff --git a/src/chart/helper/SymbolDraw.ts b/src/chart/helper/SymbolDraw.ts
index 6d87295..dff8124 100644
--- a/src/chart/helper/SymbolDraw.ts
+++ b/src/chart/helper/SymbolDraw.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/chart/helper/SymbolDraw
  */
diff --git a/src/chart/helper/createClipPathFromCoordSys.ts 
b/src/chart/helper/createClipPathFromCoordSys.ts
index feabeb2..82121b0 100644
--- a/src/chart/helper/createClipPathFromCoordSys.ts
+++ b/src/chart/helper/createClipPathFromCoordSys.ts
@@ -16,6 +16,9 @@
 * specific language governing permissions and limitations
 * under the License.
 */
+
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 import {round} from '../../util/number';
 
diff --git a/src/chart/helper/createGraphFromNodeEdge.ts 
b/src/chart/helper/createGraphFromNodeEdge.ts
index e78087e..ce656cc 100644
--- a/src/chart/helper/createGraphFromNodeEdge.ts
+++ b/src/chart/helper/createGraphFromNodeEdge.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import List from '../../data/List';
 import Graph from '../../data/Graph';
diff --git a/src/chart/helper/createGraphFromNodeMatrix.ts 
b/src/chart/helper/createGraphFromNodeMatrix.ts
index 0ef96c6..43b24ac 100644
--- a/src/chart/helper/createGraphFromNodeMatrix.ts
+++ b/src/chart/helper/createGraphFromNodeMatrix.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import List from '../../data/List';
 import Graph from '../../data/Graph';
diff --git a/src/chart/helper/createListSimply.ts 
b/src/chart/helper/createListSimply.ts
index ce7ce05..c3f7be2 100644
--- a/src/chart/helper/createListSimply.ts
+++ b/src/chart/helper/createListSimply.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 import createDimensions from '../../data/helper/createDimensions';
 import List from '../../data/List';
diff --git a/src/chart/helper/focusNodeAdjacencyAction.ts 
b/src/chart/helper/focusNodeAdjacencyAction.ts
index 598950c..2694fe3 100644
--- a/src/chart/helper/focusNodeAdjacencyAction.ts
+++ b/src/chart/helper/focusNodeAdjacencyAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 /**
diff --git a/src/chart/helper/labelHelper.ts b/src/chart/helper/labelHelper.ts
index ef08c78..b121d60 100644
--- a/src/chart/helper/labelHelper.ts
+++ b/src/chart/helper/labelHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {retrieveRawValue} from '../../data/helper/dataProvider';
 
 /**
diff --git a/src/chart/helper/treeHelper.ts b/src/chart/helper/treeHelper.ts
index 0abc1c4..a92f447 100644
--- a/src/chart/helper/treeHelper.ts
+++ b/src/chart/helper/treeHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export function retrieveTargetInfo(payload, validPayloadTypes, seriesModel) {
diff --git a/src/chart/helper/whiskerBoxCommon.ts 
b/src/chart/helper/whiskerBoxCommon.ts
index 7a9a42a..8997928 100644
--- a/src/chart/helper/whiskerBoxCommon.ts
+++ b/src/chart/helper/whiskerBoxCommon.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 import createListSimply from '../helper/createListSimply';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/line.ts b/src/chart/line.ts
index c0c1e6d..a03e720 100644
--- a/src/chart/line.ts
+++ b/src/chart/line.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import './line/LineSeries';
diff --git a/src/chart/line/LineSeries.ts b/src/chart/line/LineSeries.ts
index 8287364..70b2e55 100644
--- a/src/chart/line/LineSeries.ts
+++ b/src/chart/line/LineSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import createListFromArray from '../helper/createListFromArray';
 import SeriesModel from '../../model/Series';
diff --git a/src/chart/line/LineView.ts b/src/chart/line/LineView.ts
index 639cbf6..47ca269 100644
--- a/src/chart/line/LineView.ts
+++ b/src/chart/line/LineView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // FIXME step not support polar
 
 import {__DEV__} from '../../config';
diff --git a/src/chart/line/helper.ts b/src/chart/line/helper.ts
index 46f4966..7fb5216 100644
--- a/src/chart/line/helper.ts
+++ b/src/chart/line/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {isDimensionStacked} from '../../data/helper/dataStackHelper';
 import {map} from 'zrender/src/core/util';
 
diff --git a/src/chart/line/lineAnimationDiff.ts 
b/src/chart/line/lineAnimationDiff.ts
index 5e7d479..449ad29 100644
--- a/src/chart/line/lineAnimationDiff.ts
+++ b/src/chart/line/lineAnimationDiff.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {prepareDataCoordInfo, getStackedOnPoint} from './helper';
 
 // var arrayDiff = require('zrender/src/core/arrayDiff');
diff --git a/src/chart/line/poly.ts b/src/chart/line/poly.ts
index df50c24..02d0d79 100644
--- a/src/chart/line/poly.ts
+++ b/src/chart/line/poly.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Poly path support NaN point
 
 import Path from 'zrender/src/graphic/Path';
diff --git a/src/chart/lines/LinesSeries.ts b/src/chart/lines/LinesSeries.ts
index 047f0b6..0801875 100644
--- a/src/chart/lines/LinesSeries.ts
+++ b/src/chart/lines/LinesSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Uint32Array, Float64Array, Float32Array */
 
 import {__DEV__} from '../../config';
diff --git a/src/chart/lines/LinesView.ts b/src/chart/lines/LinesView.ts
index 42a249c..c9020c6 100644
--- a/src/chart/lines/LinesView.ts
+++ b/src/chart/lines/LinesView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import LineDraw from '../helper/LineDraw';
diff --git a/src/chart/lines/linesLayout.ts b/src/chart/lines/linesLayout.ts
index 12a8a64..a041a1b 100644
--- a/src/chart/lines/linesLayout.ts
+++ b/src/chart/lines/linesLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Float32Array */
 
 import createRenderPlanner from '../helper/createRenderPlanner';
diff --git a/src/chart/lines/linesVisual.ts b/src/chart/lines/linesVisual.ts
index 4ec4051..ed2c379 100644
--- a/src/chart/lines/linesVisual.ts
+++ b/src/chart/lines/linesVisual.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 
 function normalize(a) {
     if (!(a instanceof Array)) {
diff --git a/src/chart/map/MapSeries.ts b/src/chart/map/MapSeries.ts
index 606928b..6bc864b 100644
--- a/src/chart/map/MapSeries.ts
+++ b/src/chart/map/MapSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import createListSimply from '../helper/createListSimply';
 import SeriesModel from '../../model/Series';
diff --git a/src/chart/map/MapView.ts b/src/chart/map/MapView.ts
index bcf9694..d95a6ed 100644
--- a/src/chart/map/MapView.ts
+++ b/src/chart/map/MapView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/map/backwardCompat.ts b/src/chart/map/backwardCompat.ts
index f0844e8..d401323 100644
--- a/src/chart/map/backwardCompat.ts
+++ b/src/chart/map/backwardCompat.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export default function (option) {
diff --git a/src/chart/map/mapDataStatistic.ts 
b/src/chart/map/mapDataStatistic.ts
index 438bbeb..4825c17 100644
--- a/src/chart/map/mapDataStatistic.ts
+++ b/src/chart/map/mapDataStatistic.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 // FIXME 公用?
diff --git a/src/chart/map/mapSymbolLayout.ts b/src/chart/map/mapSymbolLayout.ts
index 8e96800..93d28b8 100644
--- a/src/chart/map/mapSymbolLayout.ts
+++ b/src/chart/map/mapSymbolLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export default function (ecModel) {
diff --git a/src/chart/map/mapVisual.ts b/src/chart/map/mapVisual.ts
index 27ef7ba..f841bf8 100644
--- a/src/chart/map/mapVisual.ts
+++ b/src/chart/map/mapVisual.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 export default function (ecModel) {
     ecModel.eachSeriesByType('map', function (seriesModel) {
diff --git a/src/chart/parallel/ParallelSeries.ts 
b/src/chart/parallel/ParallelSeries.ts
index da08ccc..d98aab0 100644
--- a/src/chart/parallel/ParallelSeries.ts
+++ b/src/chart/parallel/ParallelSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {each, createHashMap} from 'zrender/src/core/util';
 import SeriesModel from '../../model/Series';
 import createListFromArray from '../helper/createListFromArray';
diff --git a/src/chart/parallel/ParallelView.ts 
b/src/chart/parallel/ParallelView.ts
index 46a60e6..f0b8dc1 100644
--- a/src/chart/parallel/ParallelView.ts
+++ b/src/chart/parallel/ParallelView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 import ChartView from '../../view/Chart';
 
diff --git a/src/chart/parallel/parallelVisual.ts 
b/src/chart/parallel/parallelVisual.ts
index ad2bdd5..25d82d1 100644
--- a/src/chart/parallel/parallelVisual.ts
+++ b/src/chart/parallel/parallelVisual.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 var opacityAccessPath = ['lineStyle', 'normal', 'opacity'];
 
diff --git a/src/chart/pictorialBar.ts b/src/chart/pictorialBar.ts
index 975e4d9..86dadf7 100644
--- a/src/chart/pictorialBar.ts
+++ b/src/chart/pictorialBar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/chart/pie.ts b/src/chart/pie.ts
index 35d3dea..33b0d2f 100644
--- a/src/chart/pie.ts
+++ b/src/chart/pie.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/chart/pie/PieSeries.ts b/src/chart/pie/PieSeries.ts
index 935eacd..1a1697b 100644
--- a/src/chart/pie/PieSeries.ts
+++ b/src/chart/pie/PieSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import createListSimply from '../helper/createListSimply';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/pie/PieView.ts b/src/chart/pie/PieView.ts
index dc9f635..68d1f92 100644
--- a/src/chart/pie/PieView.ts
+++ b/src/chart/pie/PieView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 import ChartView from '../../view/Chart';
diff --git a/src/chart/pie/labelLayout.ts b/src/chart/pie/labelLayout.ts
index 7b16651..5a82abf 100644
--- a/src/chart/pie/labelLayout.ts
+++ b/src/chart/pie/labelLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // FIXME emphasis label position is not same with normal label position
 
 import * as textContain from 'zrender/src/contain/text';
diff --git a/src/chart/pie/pieLayout.ts b/src/chart/pie/pieLayout.ts
index b60382b..1d42b85 100644
--- a/src/chart/pie/pieLayout.ts
+++ b/src/chart/pie/pieLayout.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 import {parsePercent, linearMap} from '../../util/number';
 import * as layout from '../../util/layout';
diff --git a/src/chart/radar.ts b/src/chart/radar.ts
index cbc3ac4..39ce9be 100644
--- a/src/chart/radar.ts
+++ b/src/chart/radar.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 import * as echarts from '../echarts';
 
diff --git a/src/chart/radar/RadarSeries.ts b/src/chart/radar/RadarSeries.ts
index ba713d0..93ce3b8 100644
--- a/src/chart/radar/RadarSeries.ts
+++ b/src/chart/radar/RadarSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import createListSimply from '../helper/createListSimply';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/radar/RadarView.ts b/src/chart/radar/RadarView.ts
index ac9c7d9..d523381 100644
--- a/src/chart/radar/RadarView.ts
+++ b/src/chart/radar/RadarView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as graphic from '../../util/graphic';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/radar/backwardCompat.ts 
b/src/chart/radar/backwardCompat.ts
index 4cba89f..438486a 100644
--- a/src/chart/radar/backwardCompat.ts
+++ b/src/chart/radar/backwardCompat.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Backward compat for radar chart in 2
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/chart/radar/radarLayout.ts b/src/chart/radar/radarLayout.ts
index 0092f49..017e64a 100644
--- a/src/chart/radar/radarLayout.ts
+++ b/src/chart/radar/radarLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export default function (ecModel) {
diff --git a/src/chart/sankey/SankeySeries.ts b/src/chart/sankey/SankeySeries.ts
index 39031b9..8f74bd1 100644
--- a/src/chart/sankey/SankeySeries.ts
+++ b/src/chart/sankey/SankeySeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import createGraphFromNodeEdge from '../helper/createGraphFromNodeEdge';
 import {encodeHTML} from '../../util/format';
diff --git a/src/chart/sankey/SankeyView.ts b/src/chart/sankey/SankeyView.ts
index 4af153c..3dcbeea 100644
--- a/src/chart/sankey/SankeyView.ts
+++ b/src/chart/sankey/SankeyView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/sankey/sankeyAction.ts b/src/chart/sankey/sankeyAction.ts
index 144e79c..c512d7a 100644
--- a/src/chart/sankey/sankeyAction.ts
+++ b/src/chart/sankey/sankeyAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import '../helper/focusNodeAdjacencyAction';
 
diff --git a/src/chart/sankey/sankeyLayout.ts b/src/chart/sankey/sankeyLayout.ts
index 812d188..2fe08aa 100644
--- a/src/chart/sankey/sankeyLayout.ts
+++ b/src/chart/sankey/sankeyLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as layout from '../../util/layout';
 import * as zrUtil from 'zrender/src/core/util';
 import {groupData} from '../../util/model';
diff --git a/src/chart/sankey/sankeyVisual.ts b/src/chart/sankey/sankeyVisual.ts
index 668a5ee..84ea667 100644
--- a/src/chart/sankey/sankeyVisual.ts
+++ b/src/chart/sankey/sankeyVisual.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import VisualMapping from '../../visual/VisualMapping';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/chart/scatter.ts b/src/chart/scatter.ts
index 87bbd3a..d09da16 100644
--- a/src/chart/scatter.ts
+++ b/src/chart/scatter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 // import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/chart/scatter/ScatterSeries.ts 
b/src/chart/scatter/ScatterSeries.ts
index df1e0d1..81e018f 100644
--- a/src/chart/scatter/ScatterSeries.ts
+++ b/src/chart/scatter/ScatterSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import createListFromArray from '../helper/createListFromArray';
 import SeriesModel from '../../model/Series';
 
diff --git a/src/chart/scatter/ScatterView.ts b/src/chart/scatter/ScatterView.ts
index 6fc7b84..f93a33c 100644
--- a/src/chart/scatter/ScatterView.ts
+++ b/src/chart/scatter/ScatterView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import SymbolDraw from '../helper/SymbolDraw';
 import LargeSymbolDraw from '../helper/LargeSymbolDraw';
diff --git a/src/chart/sunburst/SunburstPiece.ts 
b/src/chart/sunburst/SunburstPiece.ts
index 79ca4c3..e2f0b0a 100644
--- a/src/chart/sunburst/SunburstPiece.ts
+++ b/src/chart/sunburst/SunburstPiece.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 
diff --git a/src/chart/sunburst/SunburstSeries.ts 
b/src/chart/sunburst/SunburstSeries.ts
index e3b192e..82a8d69 100644
--- a/src/chart/sunburst/SunburstSeries.ts
+++ b/src/chart/sunburst/SunburstSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import SeriesModel from '../../model/Series';
 import Tree from '../../data/Tree';
diff --git a/src/chart/sunburst/SunburstView.ts 
b/src/chart/sunburst/SunburstView.ts
index 2d9d037..fc37018 100644
--- a/src/chart/sunburst/SunburstView.ts
+++ b/src/chart/sunburst/SunburstView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ChartView from '../../view/Chart';
 import SunburstPiece from './SunburstPiece';
diff --git a/src/chart/sunburst/sunburstAction.ts 
b/src/chart/sunburst/sunburstAction.ts
index 4764143..9b4cb2f 100644
--- a/src/chart/sunburst/sunburstAction.ts
+++ b/src/chart/sunburst/sunburstAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @file Sunburst action
  */
diff --git a/src/chart/sunburst/sunburstLayout.ts 
b/src/chart/sunburst/sunburstLayout.ts
index ae39073..cdbe94f 100644
--- a/src/chart/sunburst/sunburstLayout.ts
+++ b/src/chart/sunburst/sunburstLayout.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 import { parsePercent } from '../../util/number';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/themeRiver.ts b/src/chart/themeRiver.ts
index 26f136c..87cec62 100644
--- a/src/chart/themeRiver.ts
+++ b/src/chart/themeRiver.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import '../component/singleAxis';
diff --git a/src/chart/themeRiver/ThemeRiverSeries.ts 
b/src/chart/themeRiver/ThemeRiverSeries.ts
index 2552a7a..a4561fc 100644
--- a/src/chart/themeRiver/ThemeRiverSeries.ts
+++ b/src/chart/themeRiver/ThemeRiverSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import createDimensions from '../../data/helper/createDimensions';
 import {getDimensionTypeByAxis} from '../../data/helper/dimensionHelper';
diff --git a/src/chart/themeRiver/ThemeRiverView.ts 
b/src/chart/themeRiver/ThemeRiverView.ts
index be835a8..d3a44be 100644
--- a/src/chart/themeRiver/ThemeRiverView.ts
+++ b/src/chart/themeRiver/ThemeRiverView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import {Polygon} from '../line/poly';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/themeRiver/themeRiverLayout.ts 
b/src/chart/themeRiver/themeRiverLayout.ts
index dd8ab6f..82c56c3 100644
--- a/src/chart/themeRiver/themeRiverLayout.ts
+++ b/src/chart/themeRiver/themeRiverLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as numberUtil from '../../util/number';
 
diff --git a/src/chart/themeRiver/themeRiverVisual.ts 
b/src/chart/themeRiver/themeRiverVisual.ts
index f5b5f4c..5f8c026 100644
--- a/src/chart/themeRiver/themeRiverVisual.ts
+++ b/src/chart/themeRiver/themeRiverVisual.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {createHashMap} from 'zrender/src/core/util';
 
 export default function (ecModel) {
diff --git a/src/chart/tree.ts b/src/chart/tree.ts
index e498d25..20ab129 100644
--- a/src/chart/tree.ts
+++ b/src/chart/tree.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import './tree/TreeSeries';
diff --git a/src/chart/tree/TreeSeries.ts b/src/chart/tree/TreeSeries.ts
index 1b4d51f..ddd12e9 100644
--- a/src/chart/tree/TreeSeries.ts
+++ b/src/chart/tree/TreeSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import SeriesModel from '../../model/Series';
 import Tree from '../../data/Tree';
 import {encodeHTML} from '../../util/format';
diff --git a/src/chart/tree/TreeView.ts b/src/chart/tree/TreeView.ts
index 6662eac..2d1eaa1 100644
--- a/src/chart/tree/TreeView.ts
+++ b/src/chart/tree/TreeView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 import SymbolClz from '../helper/Symbol';
diff --git a/src/chart/tree/layoutHelper.ts b/src/chart/tree/layoutHelper.ts
index 21e0b60..a01d488 100644
--- a/src/chart/tree/layoutHelper.ts
+++ b/src/chart/tree/layoutHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /*
 * A third-party license is embeded for some of the code in this file:
 * The tree layoutHelper implementation was originally copied from
diff --git a/src/chart/tree/traversalHelper.ts 
b/src/chart/tree/traversalHelper.ts
index b06ad69..61ba789 100644
--- a/src/chart/tree/traversalHelper.ts
+++ b/src/chart/tree/traversalHelper.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 /**
  * Traverse the tree from bottom to top and do something
diff --git a/src/chart/tree/treeAction.ts b/src/chart/tree/treeAction.ts
index e9dd42d..9b1e814 100644
--- a/src/chart/tree/treeAction.ts
+++ b/src/chart/tree/treeAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import {updateCenterAndZoom} from '../../action/roamHelper';
 
diff --git a/src/chart/tree/treeLayout.ts b/src/chart/tree/treeLayout.ts
index 0957d1c..4006c2f 100644
--- a/src/chart/tree/treeLayout.ts
+++ b/src/chart/tree/treeLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {
     eachAfter,
     eachBefore
diff --git a/src/chart/treemap.ts b/src/chart/treemap.ts
index 3414052..60bf7f0 100644
--- a/src/chart/treemap.ts
+++ b/src/chart/treemap.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import './treemap/TreemapSeries';
diff --git a/src/chart/treemap/Breadcrumb.ts b/src/chart/treemap/Breadcrumb.ts
index 41e355a..cf779fd 100644
--- a/src/chart/treemap/Breadcrumb.ts
+++ b/src/chart/treemap/Breadcrumb.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as graphic from '../../util/graphic';
 import * as layout from '../../util/layout';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/chart/treemap/TreemapSeries.ts 
b/src/chart/treemap/TreemapSeries.ts
index be917ba..8a19af2 100644
--- a/src/chart/treemap/TreemapSeries.ts
+++ b/src/chart/treemap/TreemapSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import SeriesModel from '../../model/Series';
 import Tree from '../../data/Tree';
diff --git a/src/chart/treemap/TreemapView.ts b/src/chart/treemap/TreemapView.ts
index 51ee27a..9e0cd11 100644
--- a/src/chart/treemap/TreemapView.ts
+++ b/src/chart/treemap/TreemapView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
diff --git a/src/chart/treemap/helper.ts b/src/chart/treemap/helper.ts
index 541dae5..346a03f 100644
--- a/src/chart/treemap/helper.ts
+++ b/src/chart/treemap/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export function retrieveTargetInfo(payload, seriesModel) {
diff --git a/src/chart/treemap/treemapAction.ts 
b/src/chart/treemap/treemapAction.ts
index c150520..4029dce 100644
--- a/src/chart/treemap/treemapAction.ts
+++ b/src/chart/treemap/treemapAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @file Treemap action
  */
diff --git a/src/chart/treemap/treemapLayout.ts 
b/src/chart/treemap/treemapLayout.ts
index c7da8e2..4ef69e6 100644
--- a/src/chart/treemap/treemapLayout.ts
+++ b/src/chart/treemap/treemapLayout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /*
 * A third-party license is embeded for some of the code in this file:
 * The treemap layout implementation was originally copied from
diff --git a/src/chart/treemap/treemapVisual.ts 
b/src/chart/treemap/treemapVisual.ts
index 560f510..f775f3d 100644
--- a/src/chart/treemap/treemapVisual.ts
+++ b/src/chart/treemap/treemapVisual.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import VisualMapping from '../../visual/VisualMapping';
 import * as zrColor from 'zrender/src/tool/color';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/axis/AngleAxisView.ts 
b/src/component/axis/AngleAxisView.ts
index 1675547..d2a483a 100644
--- a/src/component/axis/AngleAxisView.ts
+++ b/src/component/axis/AngleAxisView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 import Model from '../../model/Model';
diff --git a/src/component/axis/AxisBuilder.ts 
b/src/component/axis/AxisBuilder.ts
index 149d17f..66acaa8 100644
--- a/src/component/axis/AxisBuilder.ts
+++ b/src/component/axis/AxisBuilder.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {retrieve, defaults, extend, each} from 'zrender/src/core/util';
 import * as formatUtil from '../../util/format';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/axis/AxisView.ts b/src/component/axis/AxisView.ts
index a0fdce1..91a36c4 100644
--- a/src/component/axis/AxisView.ts
+++ b/src/component/axis/AxisView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as axisPointerModelHelper from '../axisPointer/modelHelper';
diff --git a/src/component/axis/CartesianAxisView.ts 
b/src/component/axis/CartesianAxisView.ts
index 25cb65a..29b8a1b 100644
--- a/src/component/axis/CartesianAxisView.ts
+++ b/src/component/axis/CartesianAxisView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 import AxisBuilder from './AxisBuilder';
diff --git a/src/component/axis/ParallelAxisView.ts 
b/src/component/axis/ParallelAxisView.ts
index ccc3f6f..44a597b 100644
--- a/src/component/axis/ParallelAxisView.ts
+++ b/src/component/axis/ParallelAxisView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import AxisBuilder from './AxisBuilder';
diff --git a/src/component/axis/RadiusAxisView.ts 
b/src/component/axis/RadiusAxisView.ts
index e5e6575..7817b34 100644
--- a/src/component/axis/RadiusAxisView.ts
+++ b/src/component/axis/RadiusAxisView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 import AxisBuilder from './AxisBuilder';
diff --git a/src/component/axis/SingleAxisView.ts 
b/src/component/axis/SingleAxisView.ts
index cec2c1f..db34cca 100644
--- a/src/component/axis/SingleAxisView.ts
+++ b/src/component/axis/SingleAxisView.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 import * as zrUtil from 'zrender/src/core/util';
 import AxisBuilder from './AxisBuilder';
diff --git a/src/component/axis/axisSplitHelper.ts 
b/src/component/axis/axisSplitHelper.ts
index 34ef562..555bcc0 100644
--- a/src/component/axis/axisSplitHelper.ts
+++ b/src/component/axis/axisSplitHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 
diff --git a/src/component/axis/parallelAxisAction.ts 
b/src/component/axis/parallelAxisAction.ts
index 27408aa..45c7b55 100644
--- a/src/component/axis/parallelAxisAction.ts
+++ b/src/component/axis/parallelAxisAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 /**
diff --git a/src/component/axisPointer.ts b/src/component/axisPointer.ts
index 7877103..246068b 100644
--- a/src/component/axisPointer.ts
+++ b/src/component/axisPointer.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as axisPointerModelHelper from './axisPointer/modelHelper';
diff --git a/src/component/axisPointer/AxisPointerView.ts 
b/src/component/axisPointer/AxisPointerView.ts
index a57fd8c..c93f8d9 100644
--- a/src/component/axisPointer/AxisPointerView.ts
+++ b/src/component/axisPointer/AxisPointerView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as globalListener from './globalListener';
 
diff --git a/src/component/axisPointer/BaseAxisPointer.ts 
b/src/component/axisPointer/BaseAxisPointer.ts
index f97ee57..be5fd82 100644
--- a/src/component/axisPointer/BaseAxisPointer.ts
+++ b/src/component/axisPointer/BaseAxisPointer.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as clazzUtil from '../../util/clazz';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/axisPointer/CartesianAxisPointer.ts 
b/src/component/axisPointer/CartesianAxisPointer.ts
index 111b67c..de25742 100644
--- a/src/component/axisPointer/CartesianAxisPointer.ts
+++ b/src/component/axisPointer/CartesianAxisPointer.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import BaseAxisPointer from './BaseAxisPointer';
 import * as viewHelper from './viewHelper';
 import * as cartesianAxisHelper from 
'../../coord/cartesian/cartesianAxisHelper';
diff --git a/src/component/axisPointer/PolarAxisPointer.ts 
b/src/component/axisPointer/PolarAxisPointer.ts
index 33d9e7b..72d6f32 100644
--- a/src/component/axisPointer/PolarAxisPointer.ts
+++ b/src/component/axisPointer/PolarAxisPointer.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as formatUtil from '../../util/format';
 import BaseAxisPointer from './BaseAxisPointer';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/axisPointer/SingleAxisPointer.ts 
b/src/component/axisPointer/SingleAxisPointer.ts
index 221bf11..06625a8 100644
--- a/src/component/axisPointer/SingleAxisPointer.ts
+++ b/src/component/axisPointer/SingleAxisPointer.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import BaseAxisPointer from './BaseAxisPointer';
 import * as viewHelper from './viewHelper';
 import * as singleAxisHelper from '../../coord/single/singleAxisHelper';
diff --git a/src/component/axisPointer/axisTrigger.ts 
b/src/component/axisPointer/axisTrigger.ts
index 5f51b76..8536235 100644
--- a/src/component/axisPointer/axisTrigger.ts
+++ b/src/component/axisPointer/axisTrigger.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import {makeInner} from '../../util/model';
 import * as modelHelper from './modelHelper';
diff --git a/src/component/axisPointer/findPointFromSeries.ts 
b/src/component/axisPointer/findPointFromSeries.ts
index 764c49d..b48824d 100644
--- a/src/component/axisPointer/findPointFromSeries.ts
+++ b/src/component/axisPointer/findPointFromSeries.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as modelUtil from '../../util/model';
 
diff --git a/src/component/axisPointer/globalListener.ts 
b/src/component/axisPointer/globalListener.ts
index 6cfd469..48cbfc6 100644
--- a/src/component/axisPointer/globalListener.ts
+++ b/src/component/axisPointer/globalListener.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import env from 'zrender/src/core/env';
 import {makeInner} from '../../util/model';
diff --git a/src/component/axisPointer/modelHelper.ts 
b/src/component/axisPointer/modelHelper.ts
index c9e193e..871480d 100644
--- a/src/component/axisPointer/modelHelper.ts
+++ b/src/component/axisPointer/modelHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Model from '../../model/Model';
 
diff --git a/src/component/axisPointer/viewHelper.ts 
b/src/component/axisPointer/viewHelper.ts
index 74b5c7f..e2add8f 100644
--- a/src/component/axisPointer/viewHelper.ts
+++ b/src/component/axisPointer/viewHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
 import * as textContain from 'zrender/src/contain/text';
diff --git a/src/component/brush/BrushModel.ts 
b/src/component/brush/BrushModel.ts
index 85da245..5241fc9 100644
--- a/src/component/brush/BrushModel.ts
+++ b/src/component/brush/BrushModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/brush/BrushView.ts b/src/component/brush/BrushView.ts
index bd0f486..5b55c0f 100644
--- a/src/component/brush/BrushView.ts
+++ b/src/component/brush/BrushView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import BrushController from '../helper/BrushController';
diff --git a/src/component/brush/brushAction.ts 
b/src/component/brush/brushAction.ts
index f969104..2e86a50 100644
--- a/src/component/brush/brushAction.ts
+++ b/src/component/brush/brushAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 /**
diff --git a/src/component/brush/preprocessor.ts 
b/src/component/brush/preprocessor.ts
index 78c971c..3aac2f9 100644
--- a/src/component/brush/preprocessor.ts
+++ b/src/component/brush/preprocessor.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 var DEFAULT_TOOLBOX_BTNS = ['rect', 'polygon', 'keep', 'clear'];
diff --git a/src/component/brush/selector.ts b/src/component/brush/selector.ts
index a4a1d09..56f54e4 100644
--- a/src/component/brush/selector.ts
+++ b/src/component/brush/selector.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as polygonContain from 'zrender/src/contain/polygon';
 import BoundingRect from 'zrender/src/core/BoundingRect';
 import {linePolygonIntersect} from '../../util/graphic';
diff --git a/src/component/brush/visualEncoding.ts 
b/src/component/brush/visualEncoding.ts
index 5f8677d..d955948 100644
--- a/src/component/brush/visualEncoding.ts
+++ b/src/component/brush/visualEncoding.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import BoundingRect from 'zrender/src/core/BoundingRect';
diff --git a/src/component/calendar/CalendarView.ts 
b/src/component/calendar/CalendarView.ts
index 13ea942..699faea 100644
--- a/src/component/calendar/CalendarView.ts
+++ b/src/component/calendar/CalendarView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/dataZoom/AxisProxy.ts 
b/src/component/dataZoom/AxisProxy.ts
index 0a2256d..87dbaa0 100644
--- a/src/component/dataZoom/AxisProxy.ts
+++ b/src/component/dataZoom/AxisProxy.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as numberUtil from '../../util/number';
 import * as helper from './helper';
diff --git a/src/component/dataZoom/DataZoomModel.ts 
b/src/component/dataZoom/DataZoomModel.ts
index 97521d9..8414c50 100644
--- a/src/component/dataZoom/DataZoomModel.ts
+++ b/src/component/dataZoom/DataZoomModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/dataZoom/DataZoomView.ts 
b/src/component/dataZoom/DataZoomView.ts
index 1668805..cd9d99e 100644
--- a/src/component/dataZoom/DataZoomView.ts
+++ b/src/component/dataZoom/DataZoomView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import ComponentView from '../../view/Component';
 
 export default ComponentView.extend({
diff --git a/src/component/dataZoom/InsideZoomModel.ts 
b/src/component/dataZoom/InsideZoomModel.ts
index 2022fd9..cdaa18d 100644
--- a/src/component/dataZoom/InsideZoomModel.ts
+++ b/src/component/dataZoom/InsideZoomModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import DataZoomModel from './DataZoomModel';
 
 export default DataZoomModel.extend({
diff --git a/src/component/dataZoom/InsideZoomView.ts 
b/src/component/dataZoom/InsideZoomView.ts
index da0867b..951aea7 100644
--- a/src/component/dataZoom/InsideZoomView.ts
+++ b/src/component/dataZoom/InsideZoomView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import DataZoomView from './DataZoomView';
 import sliderMove from '../helper/sliderMove';
diff --git a/src/component/dataZoom/SelectZoomModel.ts 
b/src/component/dataZoom/SelectZoomModel.ts
index d71cb8a..c720cfb 100644
--- a/src/component/dataZoom/SelectZoomModel.ts
+++ b/src/component/dataZoom/SelectZoomModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import DataZoomModel from './DataZoomModel';
 
 export default DataZoomModel.extend({
diff --git a/src/component/dataZoom/SliderZoomModel.ts 
b/src/component/dataZoom/SliderZoomModel.ts
index 54d0f19..4a102a2 100644
--- a/src/component/dataZoom/SliderZoomModel.ts
+++ b/src/component/dataZoom/SliderZoomModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import DataZoomModel from './DataZoomModel';
 
 var SliderZoomModel = DataZoomModel.extend({
diff --git a/src/component/dataZoom/SliderZoomView.ts 
b/src/component/dataZoom/SliderZoomView.ts
index abfd922..356eb07 100644
--- a/src/component/dataZoom/SliderZoomView.ts
+++ b/src/component/dataZoom/SliderZoomView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as eventTool from 'zrender/src/core/event';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/dataZoom/dataZoomAction.ts 
b/src/component/dataZoom/dataZoomAction.ts
index b227e11..52a4108 100644
--- a/src/component/dataZoom/dataZoomAction.ts
+++ b/src/component/dataZoom/dataZoomAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as helper from './helper';
diff --git a/src/component/dataZoom/helper.ts b/src/component/dataZoom/helper.ts
index 910f0f9..e6ac11a 100644
--- a/src/component/dataZoom/helper.ts
+++ b/src/component/dataZoom/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as formatUtil from '../../util/format';
 
diff --git a/src/component/dataZoom/history.ts 
b/src/component/dataZoom/history.ts
index f686bc4..3953b51 100644
--- a/src/component/dataZoom/history.ts
+++ b/src/component/dataZoom/history.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 var each = zrUtil.each;
diff --git a/src/component/dataZoom/roams.ts b/src/component/dataZoom/roams.ts
index ddcba96..b841973 100644
--- a/src/component/dataZoom/roams.ts
+++ b/src/component/dataZoom/roams.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Only create one roam controller for each coordinate system.
 // one roam controller might be refered by two inside data zoom
 // components (for example, one for x and one for y). When user
diff --git a/src/component/dataZoom/typeDefaulter.ts 
b/src/component/dataZoom/typeDefaulter.ts
index e0f14f1..5a8925b 100644
--- a/src/component/dataZoom/typeDefaulter.ts
+++ b/src/component/dataZoom/typeDefaulter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import Component from '../../model/Component';
 
 Component.registerSubTypeDefaulter('dataZoom', function () {
diff --git a/src/component/geo.ts b/src/component/geo.ts
index 0fcad46..d949f7e 100644
--- a/src/component/geo.ts
+++ b/src/component/geo.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/component/geo/GeoView.ts b/src/component/geo/GeoView.ts
index a3759ed..f132e20 100644
--- a/src/component/geo/GeoView.ts
+++ b/src/component/geo/GeoView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import MapDraw from '../helper/MapDraw';
 import * as echarts from '../../echarts';
 
diff --git a/src/component/graphic.ts b/src/component/graphic.ts
index e689db1..d5f1c9d 100644
--- a/src/component/graphic.ts
+++ b/src/component/graphic.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../config';
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/gridSimple.ts b/src/component/gridSimple.ts
index 2c1194c..a19392f 100644
--- a/src/component/gridSimple.ts
+++ b/src/component/gridSimple.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../util/graphic';
diff --git a/src/component/helper/BrushTargetManager.ts 
b/src/component/helper/BrushTargetManager.ts
index 846b370..115d1e8 100644
--- a/src/component/helper/BrushTargetManager.ts
+++ b/src/component/helper/BrushTargetManager.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/helper/MapDraw.ts b/src/component/helper/MapDraw.ts
index 2965167..a418341 100644
--- a/src/component/helper/MapDraw.ts
+++ b/src/component/helper/MapDraw.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import RoamController from './RoamController';
 import * as roamHelper from '../../component/helper/roamHelper';
diff --git a/src/component/helper/brushHelper.ts 
b/src/component/helper/brushHelper.ts
index 7aff44c..8166855 100644
--- a/src/component/helper/brushHelper.ts
+++ b/src/component/helper/brushHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import BoundingRect from 'zrender/src/core/BoundingRect';
 import {onIrrelevantElement} from './cursorHelper';
 import * as graphicUtil from '../../util/graphic';
diff --git a/src/component/helper/cursorHelper.ts 
b/src/component/helper/cursorHelper.ts
index 1b394f5..4bde807 100644
--- a/src/component/helper/cursorHelper.ts
+++ b/src/component/helper/cursorHelper.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 var IRRELEVANT_EXCLUDES = {'axisPointer': 1, 'tooltip': 1, 'brush': 1};
 
diff --git a/src/component/helper/interactionMutex.ts 
b/src/component/helper/interactionMutex.ts
index 116d76a..ad89ecf 100644
--- a/src/component/helper/interactionMutex.ts
+++ b/src/component/helper/interactionMutex.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 var ATTR = '\0_ec_interaction_mutex';
diff --git a/src/component/helper/listComponent.ts 
b/src/component/helper/listComponent.ts
index 91098b1..d39aa19 100644
--- a/src/component/helper/listComponent.ts
+++ b/src/component/helper/listComponent.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {
     getLayoutRect,
     box as layoutBox,
diff --git a/src/component/helper/roamHelper.ts 
b/src/component/helper/roamHelper.ts
index 9313d2d..7af791e 100644
--- a/src/component/helper/roamHelper.ts
+++ b/src/component/helper/roamHelper.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 /**
  * For geo and graph.
diff --git a/src/component/helper/selectableMixin.ts 
b/src/component/helper/selectableMixin.ts
index f18ee1c..7f4db3d 100644
--- a/src/component/helper/selectableMixin.ts
+++ b/src/component/helper/selectableMixin.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Data selectable mixin for chart series.
  * To eanble data select, option of series must have `selectedMode`.
diff --git a/src/component/helper/sliderMove.ts 
b/src/component/helper/sliderMove.ts
index e72b105..e3ed8d5 100644
--- a/src/component/helper/sliderMove.ts
+++ b/src/component/helper/sliderMove.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Calculate slider move result.
  * Usage:
diff --git a/src/component/legend.ts b/src/component/legend.ts
index 47f52e3..f11bb5b 100644
--- a/src/component/legend.ts
+++ b/src/component/legend.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 // Do not contain scrollable legend, for sake of file size.
 
diff --git a/src/component/legend/LegendModel.ts 
b/src/component/legend/LegendModel.ts
index f49cb55..e0533d9 100644
--- a/src/component/legend/LegendModel.ts
+++ b/src/component/legend/LegendModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import Model from '../../model/Model';
diff --git a/src/component/legend/LegendView.ts 
b/src/component/legend/LegendView.ts
index e63bf78..3fec7fe 100644
--- a/src/component/legend/LegendView.ts
+++ b/src/component/legend/LegendView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/legend/ScrollableLegendModel.ts 
b/src/component/legend/ScrollableLegendModel.ts
index bf8e713..4d64af9 100644
--- a/src/component/legend/ScrollableLegendModel.ts
+++ b/src/component/legend/ScrollableLegendModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import LegendModel from './LegendModel';
 import {
     mergeLayoutParam,
diff --git a/src/component/legend/ScrollableLegendView.ts 
b/src/component/legend/ScrollableLegendView.ts
index 8962f6b..dc9471e 100644
--- a/src/component/legend/ScrollableLegendView.ts
+++ b/src/component/legend/ScrollableLegendView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Separate legend and scrollable legend to reduce package size.
  */
diff --git a/src/component/legend/legendAction.ts 
b/src/component/legend/legendAction.ts
index d95156f..ca0bd35 100644
--- a/src/component/legend/legendAction.ts
+++ b/src/component/legend/legendAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/component/legend/legendFilter.ts 
b/src/component/legend/legendFilter.ts
index 031901e..ac13a55 100644
--- a/src/component/legend/legendFilter.ts
+++ b/src/component/legend/legendFilter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 export default function (ecModel) {
 
     var legendModels = ecModel.findComponents({
diff --git a/src/component/legend/scrollableLegendAction.ts 
b/src/component/legend/scrollableLegendAction.ts
index b06ff6d..bf179fa 100644
--- a/src/component/legend/scrollableLegendAction.ts
+++ b/src/component/legend/scrollableLegendAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 /**
diff --git a/src/component/marker/MarkAreaModel.ts 
b/src/component/marker/MarkAreaModel.ts
index 331ff1e..bb82721 100644
--- a/src/component/marker/MarkAreaModel.ts
+++ b/src/component/marker/MarkAreaModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import MarkerModel from './MarkerModel';
 
 export default MarkerModel.extend({
diff --git a/src/component/marker/MarkAreaView.ts 
b/src/component/marker/MarkAreaView.ts
index ec1ae7b..fc32041 100644
--- a/src/component/marker/MarkAreaView.ts
+++ b/src/component/marker/MarkAreaView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // TODO Better on polar
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/marker/MarkLineModel.ts 
b/src/component/marker/MarkLineModel.ts
index 077e5b9..10d6aac 100644
--- a/src/component/marker/MarkLineModel.ts
+++ b/src/component/marker/MarkLineModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import MarkerModel from './MarkerModel';
 
 export default MarkerModel.extend({
diff --git a/src/component/marker/MarkLineView.ts 
b/src/component/marker/MarkLineView.ts
index eb75ee7..7f9f78b 100644
--- a/src/component/marker/MarkLineView.ts
+++ b/src/component/marker/MarkLineView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import List from '../../data/List';
 import * as numberUtil from '../../util/number';
diff --git a/src/component/marker/MarkPointModel.ts 
b/src/component/marker/MarkPointModel.ts
index 281e518..06bb4c1 100644
--- a/src/component/marker/MarkPointModel.ts
+++ b/src/component/marker/MarkPointModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import MarkerModel from './MarkerModel';
 
 export default MarkerModel.extend({
diff --git a/src/component/marker/MarkPointView.ts 
b/src/component/marker/MarkPointView.ts
index 2edd302..8646f50 100644
--- a/src/component/marker/MarkPointView.ts
+++ b/src/component/marker/MarkPointView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import SymbolDraw from '../../chart/helper/SymbolDraw';
 import * as numberUtil from '../../util/number';
diff --git a/src/component/marker/MarkerView.ts 
b/src/component/marker/MarkerView.ts
index 67e7418..1aaecf8 100644
--- a/src/component/marker/MarkerView.ts
+++ b/src/component/marker/MarkerView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/component/marker/markerHelper.ts 
b/src/component/marker/markerHelper.ts
index c571b85..e57bb17 100644
--- a/src/component/marker/markerHelper.ts
+++ b/src/component/marker/markerHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as numberUtil from '../../util/number';
 import {isDimensionStacked} from '../../data/helper/dataStackHelper';
diff --git a/src/component/parallel.ts b/src/component/parallel.ts
index fffa8ae..cea1a7d 100644
--- a/src/component/parallel.ts
+++ b/src/component/parallel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as throttleUtil from '../util/throttle';
diff --git a/src/component/polar.ts b/src/component/polar.ts
index 398015c..d84672f 100644
--- a/src/component/polar.ts
+++ b/src/component/polar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import barPolar from '../layout/barPolar';
diff --git a/src/component/radar/RadarView.ts b/src/component/radar/RadarView.ts
index 8f7475c..22fe86e 100644
--- a/src/component/radar/RadarView.ts
+++ b/src/component/radar/RadarView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/component/singleAxis.ts b/src/component/singleAxis.ts
index 0723b33..503351c 100644
--- a/src/component/singleAxis.ts
+++ b/src/component/singleAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../echarts';
 
 import '../coord/single/singleCreator';
diff --git a/src/component/timeline/SliderTimelineView.ts 
b/src/component/timeline/SliderTimelineView.ts
index f88c9da..b616139 100644
--- a/src/component/timeline/SliderTimelineView.ts
+++ b/src/component/timeline/SliderTimelineView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import BoundingRect from 'zrender/src/core/BoundingRect';
 import * as matrix from 'zrender/src/core/matrix';
diff --git a/src/component/timeline/TimelineAxis.ts 
b/src/component/timeline/TimelineAxis.ts
index 0dc6f27..e6216a3 100644
--- a/src/component/timeline/TimelineAxis.ts
+++ b/src/component/timeline/TimelineAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Axis from '../../coord/Axis';
 
diff --git a/src/component/timeline/TimelineModel.ts 
b/src/component/timeline/TimelineModel.ts
index 9003667..de9a73c 100644
--- a/src/component/timeline/TimelineModel.ts
+++ b/src/component/timeline/TimelineModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ComponentModel from '../../model/Component';
 import List from '../../data/List';
diff --git a/src/component/timeline/TimelineView.ts 
b/src/component/timeline/TimelineView.ts
index 18f9d14..a97737d 100644
--- a/src/component/timeline/TimelineView.ts
+++ b/src/component/timeline/TimelineView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import ComponentView from '../../view/Component';
 
 export default ComponentView.extend({
diff --git a/src/component/timeline/preprocessor.ts 
b/src/component/timeline/preprocessor.ts
index dc46ec7..abf1c70 100644
--- a/src/component/timeline/preprocessor.ts
+++ b/src/component/timeline/preprocessor.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 export default function (option) {
diff --git a/src/component/timeline/timelineAction.ts 
b/src/component/timeline/timelineAction.ts
index 86f1f28..5c3aa99 100644
--- a/src/component/timeline/timelineAction.ts
+++ b/src/component/timeline/timelineAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 
diff --git a/src/component/timeline/typeDefaulter.ts 
b/src/component/timeline/typeDefaulter.ts
index f353f4c..0fad23c 100644
--- a/src/component/timeline/typeDefaulter.ts
+++ b/src/component/timeline/typeDefaulter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import Component from '../../model/Component';
 
 Component.registerSubTypeDefaulter('timeline', function () {
diff --git a/src/component/title.ts b/src/component/title.ts
index 5dc5fff..329c3c8 100644
--- a/src/component/title.ts
+++ b/src/component/title.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as echarts from '../echarts';
 import * as graphic from '../util/graphic';
diff --git a/src/component/toolbox/ToolboxModel.ts 
b/src/component/toolbox/ToolboxModel.ts
index f647409..7b15220 100644
--- a/src/component/toolbox/ToolboxModel.ts
+++ b/src/component/toolbox/ToolboxModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as featureManager from './featureManager';
diff --git a/src/component/toolbox/ToolboxView.ts 
b/src/component/toolbox/ToolboxView.ts
index 25b079e..86d69fa 100644
--- a/src/component/toolbox/ToolboxView.ts
+++ b/src/component/toolbox/ToolboxView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as textContain from 'zrender/src/contain/text';
diff --git a/src/component/toolbox/feature/Brush.ts 
b/src/component/toolbox/feature/Brush.ts
index 16b2a49..3ba43a5 100644
--- a/src/component/toolbox/feature/Brush.ts
+++ b/src/component/toolbox/feature/Brush.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as featureManager from '../featureManager';
 import lang from '../../../lang';
diff --git a/src/component/toolbox/feature/DataView.ts 
b/src/component/toolbox/feature/DataView.ts
index a3206f8..e9ef708 100644
--- a/src/component/toolbox/feature/DataView.ts
+++ b/src/component/toolbox/feature/DataView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as eventTool from 'zrender/src/core/event';
diff --git a/src/component/toolbox/feature/DataZoom.ts 
b/src/component/toolbox/feature/DataZoom.ts
index 2ef98f8..b1f0741 100644
--- a/src/component/toolbox/feature/DataZoom.ts
+++ b/src/component/toolbox/feature/DataZoom.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import BrushController from '../../helper/BrushController';
diff --git a/src/component/toolbox/feature/MagicType.ts 
b/src/component/toolbox/feature/MagicType.ts
index 326db37..ee552e1 100644
--- a/src/component/toolbox/feature/MagicType.ts
+++ b/src/component/toolbox/feature/MagicType.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import lang from '../../../lang';
diff --git a/src/component/toolbox/feature/Restore.ts 
b/src/component/toolbox/feature/Restore.ts
index 6ab305f..ac5f217 100644
--- a/src/component/toolbox/feature/Restore.ts
+++ b/src/component/toolbox/feature/Restore.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../../echarts';
 import * as history from '../../dataZoom/history';
 import lang from '../../../lang';
diff --git a/src/component/toolbox/feature/SaveAsImage.ts 
b/src/component/toolbox/feature/SaveAsImage.ts
index d81a06d..d876a12 100644
--- a/src/component/toolbox/feature/SaveAsImage.ts
+++ b/src/component/toolbox/feature/SaveAsImage.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Uint8Array */
 
 import env from 'zrender/src/core/env';
diff --git a/src/component/toolbox/featureManager.ts 
b/src/component/toolbox/featureManager.ts
index e21005a..dc1e19d 100644
--- a/src/component/toolbox/featureManager.ts
+++ b/src/component/toolbox/featureManager.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 
 var features = {};
 
diff --git a/src/component/tooltip.ts b/src/component/tooltip.ts
index 31176e8..ef88016 100644
--- a/src/component/tooltip.ts
+++ b/src/component/tooltip.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // FIXME Better way to pack data in graphic element
 
 import * as echarts from '../echarts';
diff --git a/src/component/tooltip/TooltipContent.ts 
b/src/component/tooltip/TooltipContent.ts
index 6cdbc3f..2b94d4e 100644
--- a/src/component/tooltip/TooltipContent.ts
+++ b/src/component/tooltip/TooltipContent.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as zrColor from 'zrender/src/tool/color';
 import * as eventUtil from 'zrender/src/core/event';
diff --git a/src/component/tooltip/TooltipModel.ts 
b/src/component/tooltip/TooltipModel.ts
index 0b8c77e..0e18f79 100644
--- a/src/component/tooltip/TooltipModel.ts
+++ b/src/component/tooltip/TooltipModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 export default echarts.extendComponentModel({
diff --git a/src/component/tooltip/TooltipRichContent.ts 
b/src/component/tooltip/TooltipRichContent.ts
index f6830ff..48b33ef 100644
--- a/src/component/tooltip/TooltipRichContent.ts
+++ b/src/component/tooltip/TooltipRichContent.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 // import Group from 'zrender/src/container/Group';
 import Text from 'zrender/src/graphic/Text';
diff --git a/src/component/tooltip/TooltipView.ts 
b/src/component/tooltip/TooltipView.ts
index 8fa9981..366b843 100644
--- a/src/component/tooltip/TooltipView.ts
+++ b/src/component/tooltip/TooltipView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import env from 'zrender/src/core/env';
diff --git a/src/component/visualMap/ContinuousModel.ts 
b/src/component/visualMap/ContinuousModel.ts
index 840101c..6e91c6a 100644
--- a/src/component/visualMap/ContinuousModel.ts
+++ b/src/component/visualMap/ContinuousModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import VisualMapModel from './VisualMapModel';
 import * as numberUtil from '../../util/number';
diff --git a/src/component/visualMap/ContinuousView.ts 
b/src/component/visualMap/ContinuousView.ts
index a765203..f2bdc71 100644
--- a/src/component/visualMap/ContinuousView.ts
+++ b/src/component/visualMap/ContinuousView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import LinearGradient from 'zrender/src/graphic/LinearGradient';
 import * as eventTool from 'zrender/src/core/event';
diff --git a/src/component/visualMap/PiecewiseModel.ts 
b/src/component/visualMap/PiecewiseModel.ts
index df03ed0..744ea70 100644
--- a/src/component/visualMap/PiecewiseModel.ts
+++ b/src/component/visualMap/PiecewiseModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as zrUtil from 'zrender/src/core/util';
 import VisualMapModel from './VisualMapModel';
diff --git a/src/component/visualMap/PiecewiseView.ts 
b/src/component/visualMap/PiecewiseView.ts
index eceb66f..de31858 100644
--- a/src/component/visualMap/PiecewiseView.ts
+++ b/src/component/visualMap/PiecewiseView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import VisualMapView from './VisualMapView';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/visualMap/VisualMapModel.ts 
b/src/component/visualMap/VisualMapModel.ts
index a40973e..262b22c 100644
--- a/src/component/visualMap/VisualMapModel.ts
+++ b/src/component/visualMap/VisualMapModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import env from 'zrender/src/core/env';
diff --git a/src/component/visualMap/VisualMapView.ts 
b/src/component/visualMap/VisualMapView.ts
index 2c3e5c8..17273df 100644
--- a/src/component/visualMap/VisualMapView.ts
+++ b/src/component/visualMap/VisualMapView.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as graphic from '../../util/graphic';
diff --git a/src/component/visualMap/helper.ts 
b/src/component/visualMap/helper.ts
index 4f35a11..8c50dca 100644
--- a/src/component/visualMap/helper.ts
+++ b/src/component/visualMap/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import {getLayoutRect} from '../../util/layout';
 
diff --git a/src/component/visualMap/preprocessor.ts 
b/src/component/visualMap/preprocessor.ts
index 5975e13..9992ce1 100644
--- a/src/component/visualMap/preprocessor.ts
+++ b/src/component/visualMap/preprocessor.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 var each = zrUtil.each;
diff --git a/src/component/visualMap/typeDefaulter.ts 
b/src/component/visualMap/typeDefaulter.ts
index e2e689f..e3b9993 100644
--- a/src/component/visualMap/typeDefaulter.ts
+++ b/src/component/visualMap/typeDefaulter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import Component from '../../model/Component';
 
 Component.registerSubTypeDefaulter('visualMap', function (option) {
diff --git a/src/component/visualMap/visualEncoding.ts 
b/src/component/visualMap/visualEncoding.ts
index 02a9e4e..df2377d 100644
--- a/src/component/visualMap/visualEncoding.ts
+++ b/src/component/visualMap/visualEncoding.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import * as visualSolution from '../../visual/visualSolution';
diff --git a/src/component/visualMap/visualMapAction.ts 
b/src/component/visualMap/visualMapAction.ts
index 7e42d49..9cb2e88 100644
--- a/src/component/visualMap/visualMapAction.ts
+++ b/src/component/visualMap/visualMapAction.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 
 var actionInfo = {
diff --git a/src/coord/Axis.ts b/src/coord/Axis.ts
index e1efc45..7cf0c0c 100644
--- a/src/coord/Axis.ts
+++ b/src/coord/Axis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {each, map} from 'zrender/src/core/util';
 import {linearMap, getPixelPrecision, round} from '../util/number';
 import {
diff --git a/src/coord/axisDefault.ts b/src/coord/axisDefault.ts
index 90a00a0..48e48bc 100644
--- a/src/coord/axisDefault.ts
+++ b/src/coord/axisDefault.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 var defaultOption = {
diff --git a/src/coord/axisHelper.ts b/src/coord/axisHelper.ts
index a0e2a13..071bdde 100644
--- a/src/coord/axisHelper.ts
+++ b/src/coord/axisHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../config';
 import * as zrUtil from 'zrender/src/core/util';
 import OrdinalScale from '../scale/Ordinal';
diff --git a/src/coord/axisModelCommonMixin.ts 
b/src/coord/axisModelCommonMixin.ts
index 8b22438..be8d31b 100644
--- a/src/coord/axisModelCommonMixin.ts
+++ b/src/coord/axisModelCommonMixin.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 // import * as axisHelper from './axisHelper';
 
diff --git a/src/coord/axisModelCreator.ts b/src/coord/axisModelCreator.ts
index bd9116a..eb58bd8 100644
--- a/src/coord/axisModelCreator.ts
+++ b/src/coord/axisModelCreator.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import axisDefault from './axisDefault';
 import ComponentModel from '../model/Component';
diff --git a/src/coord/axisTickLabelBuilder.ts 
b/src/coord/axisTickLabelBuilder.ts
index f6ca367..139c676 100644
--- a/src/coord/axisTickLabelBuilder.ts
+++ b/src/coord/axisTickLabelBuilder.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as textContain from 'zrender/src/contain/text';
 import {makeInner} from '../util/model';
diff --git a/src/coord/calendar/Calendar.ts b/src/coord/calendar/Calendar.ts
index 923841b..9ae0c16 100644
--- a/src/coord/calendar/Calendar.ts
+++ b/src/coord/calendar/Calendar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as layout from '../../util/layout';
 import * as numberUtil from '../../util/number';
diff --git a/src/coord/calendar/CalendarModel.ts 
b/src/coord/calendar/CalendarModel.ts
index 496a456..d30946b 100644
--- a/src/coord/calendar/CalendarModel.ts
+++ b/src/coord/calendar/CalendarModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ComponentModel from '../../model/Component';
 import {
diff --git a/src/coord/calendar/prepareCustom.ts 
b/src/coord/calendar/prepareCustom.ts
index 2e83571..56f9574 100644
--- a/src/coord/calendar/prepareCustom.ts
+++ b/src/coord/calendar/prepareCustom.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 export default function (coordSys) {
     var rect = coordSys.getRect();
     var rangeInfo = coordSys.getRangeInfo();
diff --git a/src/coord/cartesian/Axis2D.ts b/src/coord/cartesian/Axis2D.ts
index 9ac47ce..5853810 100644
--- a/src/coord/cartesian/Axis2D.ts
+++ b/src/coord/cartesian/Axis2D.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Axis from '../Axis';
 
diff --git a/src/coord/cartesian/AxisModel.ts b/src/coord/cartesian/AxisModel.ts
index 2f12602..ca694f8 100644
--- a/src/coord/cartesian/AxisModel.ts
+++ b/src/coord/cartesian/AxisModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ComponentModel from '../../model/Component';
 import axisModelCreator from '../axisModelCreator';
diff --git a/src/coord/cartesian/Cartesian.ts b/src/coord/cartesian/Cartesian.ts
index 37b30e8..e0af14d 100644
--- a/src/coord/cartesian/Cartesian.ts
+++ b/src/coord/cartesian/Cartesian.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Cartesian coordinate system
  * @module  echarts/coord/Cartesian
diff --git a/src/coord/cartesian/Cartesian2D.ts 
b/src/coord/cartesian/Cartesian2D.ts
index a162d2e..7287e23 100644
--- a/src/coord/cartesian/Cartesian2D.ts
+++ b/src/coord/cartesian/Cartesian2D.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 
 import * as zrUtil from 'zrender/src/core/util';
 import BoundingRect from 'zrender/src/core/BoundingRect';
diff --git a/src/coord/cartesian/Grid.ts b/src/coord/cartesian/Grid.ts
index 082e327..268ffec 100644
--- a/src/coord/cartesian/Grid.ts
+++ b/src/coord/cartesian/Grid.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Grid is a region which contains at most 4 cartesian systems
  *
diff --git a/src/coord/cartesian/GridModel.ts b/src/coord/cartesian/GridModel.ts
index 7a50e18..51e503c 100644
--- a/src/coord/cartesian/GridModel.ts
+++ b/src/coord/cartesian/GridModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Grid 是在有直角坐标系的时候必须要存在的
 // 所以这里也要被 Cartesian2D 依赖
 
diff --git a/src/coord/cartesian/cartesianAxisHelper.ts 
b/src/coord/cartesian/cartesianAxisHelper.ts
index 85d4870..6ea3d06 100644
--- a/src/coord/cartesian/cartesianAxisHelper.ts
+++ b/src/coord/cartesian/cartesianAxisHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 /**
diff --git a/src/coord/cartesian/prepareCustom.ts 
b/src/coord/cartesian/prepareCustom.ts
index 9b0a8e4..9dc2d45 100644
--- a/src/coord/cartesian/prepareCustom.ts
+++ b/src/coord/cartesian/prepareCustom.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 function dataToCoordSize(dataSize, dataItem) {
diff --git a/src/coord/geo/Geo.ts b/src/coord/geo/Geo.ts
index 6a87274..6cf370f 100644
--- a/src/coord/geo/Geo.ts
+++ b/src/coord/geo/Geo.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import BoundingRect from 'zrender/src/core/BoundingRect';
 import View from '../View';
diff --git a/src/coord/geo/GeoModel.ts b/src/coord/geo/GeoModel.ts
index 528b48a..341c422 100644
--- a/src/coord/geo/GeoModel.ts
+++ b/src/coord/geo/GeoModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as modelUtil from '../../util/model';
 import ComponentModel from '../../model/Component';
diff --git a/src/coord/geo/Region.ts b/src/coord/geo/Region.ts
index 997f395..8b545d3 100644
--- a/src/coord/geo/Region.ts
+++ b/src/coord/geo/Region.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/coord/geo/Region
  */
diff --git a/src/coord/geo/fix/diaoyuIsland.ts 
b/src/coord/geo/fix/diaoyuIsland.ts
index 87b3f57..756a6fe 100644
--- a/src/coord/geo/fix/diaoyuIsland.ts
+++ b/src/coord/geo/fix/diaoyuIsland.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Fix for 钓鱼岛
 
 // var Region = require('../Region');
diff --git a/src/coord/geo/fix/geoCoord.ts b/src/coord/geo/fix/geoCoord.ts
index b6e7080..f2ff5f8 100644
--- a/src/coord/geo/fix/geoCoord.ts
+++ b/src/coord/geo/fix/geoCoord.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 var geoCoordMap = {
     'Russia': [100, 60],
     'United States': [-99, 38],
diff --git a/src/coord/geo/fix/nanhai.ts b/src/coord/geo/fix/nanhai.ts
index bdcfe18..4bdfc74 100644
--- a/src/coord/geo/fix/nanhai.ts
+++ b/src/coord/geo/fix/nanhai.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Fix for 南海诸岛
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/coord/geo/fix/textCoord.ts b/src/coord/geo/fix/textCoord.ts
index fa339f6..e1eaa9e 100644
--- a/src/coord/geo/fix/textCoord.ts
+++ b/src/coord/geo/fix/textCoord.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 var coordsOffsetMap = {
     '南海诸岛': [32, 80],
     // 全国
diff --git a/src/coord/geo/geoCreator.ts b/src/coord/geo/geoCreator.ts
index 73b3346..aac7428 100644
--- a/src/coord/geo/geoCreator.ts
+++ b/src/coord/geo/geoCreator.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/coord/geo/geoJSONLoader.ts b/src/coord/geo/geoJSONLoader.ts
index 381c1f9..3ec80f7 100644
--- a/src/coord/geo/geoJSONLoader.ts
+++ b/src/coord/geo/geoJSONLoader.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {each} from 'zrender/src/core/util';
 import parseGeoJson from './parseGeoJson';
 import {makeInner} from '../../util/model';
diff --git a/src/coord/geo/geoSVGLoader.ts b/src/coord/geo/geoSVGLoader.ts
index 98eab03..f735f8a 100644
--- a/src/coord/geo/geoSVGLoader.ts
+++ b/src/coord/geo/geoSVGLoader.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {parseSVG, makeViewBoxTransform} from 'zrender/src/tool/parseSVG';
 import Group from 'zrender/src/container/Group';
 import Rect from 'zrender/src/graphic/shape/Rect';
diff --git a/src/coord/geo/geoSourceManager.ts 
b/src/coord/geo/geoSourceManager.ts
index 0de59c1..07554ac 100644
--- a/src/coord/geo/geoSourceManager.ts
+++ b/src/coord/geo/geoSourceManager.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../../config';
 import {each, createHashMap} from 'zrender/src/core/util';
 import mapDataStorage from './mapDataStorage';
diff --git a/src/coord/geo/parseGeoJson.ts b/src/coord/geo/parseGeoJson.ts
index 3f91a27..7bb5aef 100644
--- a/src/coord/geo/parseGeoJson.ts
+++ b/src/coord/geo/parseGeoJson.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Parse and decode geo json
  * @module echarts/coord/geo/parseGeoJson
diff --git a/src/coord/geo/prepareCustom.ts b/src/coord/geo/prepareCustom.ts
index 1cccc2b..8d329a8 100644
--- a/src/coord/geo/prepareCustom.ts
+++ b/src/coord/geo/prepareCustom.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 function dataToCoordSize(dataSize, dataItem) {
diff --git a/src/coord/parallel/AxisModel.ts b/src/coord/parallel/AxisModel.ts
index 55e4ae9..657ffc2 100644
--- a/src/coord/parallel/AxisModel.ts
+++ b/src/coord/parallel/AxisModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ComponentModel from '../../model/Component';
 import makeStyleMapper from '../../model/mixin/makeStyleMapper';
diff --git a/src/coord/parallel/Parallel.ts b/src/coord/parallel/Parallel.ts
index b74d13b..0959806 100644
--- a/src/coord/parallel/Parallel.ts
+++ b/src/coord/parallel/Parallel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Parallel Coordinates
  * <https://en.wikipedia.org/wiki/Parallel_coordinates>
diff --git a/src/coord/parallel/ParallelAxis.ts 
b/src/coord/parallel/ParallelAxis.ts
index c37ab96..b159cac 100644
--- a/src/coord/parallel/ParallelAxis.ts
+++ b/src/coord/parallel/ParallelAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Axis from '../Axis';
 
diff --git a/src/coord/parallel/ParallelModel.ts 
b/src/coord/parallel/ParallelModel.ts
index 8e608ee..63ef628 100644
--- a/src/coord/parallel/ParallelModel.ts
+++ b/src/coord/parallel/ParallelModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Component from '../../model/Component';
 
diff --git a/src/coord/parallel/parallelCreator.ts 
b/src/coord/parallel/parallelCreator.ts
index bdedd03..3d853e5 100644
--- a/src/coord/parallel/parallelCreator.ts
+++ b/src/coord/parallel/parallelCreator.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Parallel coordinate system creater.
  */
diff --git a/src/coord/parallel/parallelPreprocessor.ts 
b/src/coord/parallel/parallelPreprocessor.ts
index ff68d69..50cc870 100644
--- a/src/coord/parallel/parallelPreprocessor.ts
+++ b/src/coord/parallel/parallelPreprocessor.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as modelUtil from '../../util/model';
 
diff --git a/src/coord/polar/AngleAxis.ts b/src/coord/polar/AngleAxis.ts
index 1dae806..69d025b 100644
--- a/src/coord/polar/AngleAxis.ts
+++ b/src/coord/polar/AngleAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as textContain from 'zrender/src/contain/text';
 import Axis from '../Axis';
diff --git a/src/coord/polar/AxisModel.ts b/src/coord/polar/AxisModel.ts
index 61b7d58..cc4aa6e 100644
--- a/src/coord/polar/AxisModel.ts
+++ b/src/coord/polar/AxisModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ComponentModel from '../../model/Component';
 import axisModelCreator from '../axisModelCreator';
diff --git a/src/coord/polar/Polar.ts b/src/coord/polar/Polar.ts
index 5e21ac7..ebf1024 100644
--- a/src/coord/polar/Polar.ts
+++ b/src/coord/polar/Polar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @module echarts/coord/polar/Polar
  */
diff --git a/src/coord/polar/PolarModel.ts b/src/coord/polar/PolarModel.ts
index 8bcfd5d..aded158 100644
--- a/src/coord/polar/PolarModel.ts
+++ b/src/coord/polar/PolarModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import './AxisModel';
 
diff --git a/src/coord/polar/RadiusAxis.ts b/src/coord/polar/RadiusAxis.ts
index 3f15e71..2068a7a 100644
--- a/src/coord/polar/RadiusAxis.ts
+++ b/src/coord/polar/RadiusAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Axis from '../Axis';
 
diff --git a/src/coord/polar/polarCreator.ts b/src/coord/polar/polarCreator.ts
index 156f97f..012972d 100644
--- a/src/coord/polar/polarCreator.ts
+++ b/src/coord/polar/polarCreator.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // TODO Axis scale
 
 import {__DEV__} from '../../config';
diff --git a/src/coord/polar/prepareCustom.ts b/src/coord/polar/prepareCustom.ts
index e3382fe..16d02b4 100644
--- a/src/coord/polar/prepareCustom.ts
+++ b/src/coord/polar/prepareCustom.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 function dataToCoordSize(dataSize, dataItem) {
diff --git a/src/coord/radar/IndicatorAxis.ts b/src/coord/radar/IndicatorAxis.ts
index 8648186..e1b3fc0 100644
--- a/src/coord/radar/IndicatorAxis.ts
+++ b/src/coord/radar/IndicatorAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Axis from '../Axis';
 
diff --git a/src/coord/radar/Radar.ts b/src/coord/radar/Radar.ts
index aebc896..624dfd6 100644
--- a/src/coord/radar/Radar.ts
+++ b/src/coord/radar/Radar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // TODO clockwise
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/coord/radar/RadarModel.ts b/src/coord/radar/RadarModel.ts
index c7e7196..60fb13d 100644
--- a/src/coord/radar/RadarModel.ts
+++ b/src/coord/radar/RadarModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as echarts from '../../echarts';
 import * as zrUtil from 'zrender/src/core/util';
 import axisDefault from '../axisDefault';
diff --git a/src/coord/single/AxisModel.ts b/src/coord/single/AxisModel.ts
index c11cb57..8de72e9 100644
--- a/src/coord/single/AxisModel.ts
+++ b/src/coord/single/AxisModel.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import ComponentModel from '../../model/Component';
 import axisModelCreator from '../axisModelCreator';
diff --git a/src/coord/single/Single.ts b/src/coord/single/Single.ts
index de11a6f..4df9773 100644
--- a/src/coord/single/Single.ts
+++ b/src/coord/single/Single.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Single coordinates system.
  */
diff --git a/src/coord/single/SingleAxis.ts b/src/coord/single/SingleAxis.ts
index 9ba9563..9ea24b2 100644
--- a/src/coord/single/SingleAxis.ts
+++ b/src/coord/single/SingleAxis.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import Axis from '../Axis';
 
diff --git a/src/coord/single/prepareCustom.ts 
b/src/coord/single/prepareCustom.ts
index a3ab002..602d153 100644
--- a/src/coord/single/prepareCustom.ts
+++ b/src/coord/single/prepareCustom.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 function dataToCoordSize(dataSize, dataItem) {
diff --git a/src/coord/single/singleAxisHelper.ts 
b/src/coord/single/singleAxisHelper.ts
index fa44fda..af2fba5 100644
--- a/src/coord/single/singleAxisHelper.ts
+++ b/src/coord/single/singleAxisHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 /**
diff --git a/src/coord/single/singleCreator.ts 
b/src/coord/single/singleCreator.ts
index 8b4547d..d7f8546 100644
--- a/src/coord/single/singleCreator.ts
+++ b/src/coord/single/singleCreator.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Single coordinate system creator.
  */
diff --git a/src/data/Graph.ts b/src/data/Graph.ts
index 17b10b7..b963d1b 100644
--- a/src/data/Graph.ts
+++ b/src/data/Graph.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {__DEV__} from '../config';
 import * as zrUtil from 'zrender/src/core/util';
 import {enableClassCheck} from '../util/clazz';
diff --git a/src/data/Tree.ts b/src/data/Tree.ts
index 85b41a2..61f24cb 100644
--- a/src/data/Tree.ts
+++ b/src/data/Tree.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Tree data structure
  *
diff --git a/src/data/helper/createDimensions.ts 
b/src/data/helper/createDimensions.ts
index ec52fd5..e159c77 100644
--- a/src/data/helper/createDimensions.ts
+++ b/src/data/helper/createDimensions.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Substitute `completeDimensions`.
  * `completeDimensions` is to be deprecated.
diff --git a/src/data/helper/dataStackHelper.ts 
b/src/data/helper/dataStackHelper.ts
index d0c9145..c3c45fc 100644
--- a/src/data/helper/dataStackHelper.ts
+++ b/src/data/helper/dataStackHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {each, isString} from 'zrender/src/core/util';
 
 /**
diff --git a/src/data/helper/linkList.ts b/src/data/helper/linkList.ts
index a5a2385..250933e 100644
--- a/src/data/helper/linkList.ts
+++ b/src/data/helper/linkList.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Link lists and struct (graph or tree)
  */
diff --git a/src/helper.ts b/src/helper.ts
index 43c55f6..9f2d369 100644
--- a/src/helper.ts
+++ b/src/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import createListFromArray from './chart/helper/createListFromArray';
 // import createGraphFromNodeEdge from 
'./chart/helper/createGraphFromNodeEdge';
diff --git a/src/layout/barGrid.ts b/src/layout/barGrid.ts
index e7947eb..e17ba6c 100644
--- a/src/layout/barGrid.ts
+++ b/src/layout/barGrid.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Float32Array */
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/layout/barPolar.ts b/src/layout/barPolar.ts
index 2aebd93..6d5701e 100644
--- a/src/layout/barPolar.ts
+++ b/src/layout/barPolar.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import {parsePercent} from '../util/number';
 import {isDimensionStacked} from '../data/helper/dataStackHelper';
diff --git a/src/layout/points.ts b/src/layout/points.ts
index ef85e7a..aa3b1fc 100644
--- a/src/layout/points.ts
+++ b/src/layout/points.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /* global Float32Array */
 
 import {map} from 'zrender/src/core/util';
diff --git a/src/model/mixin/areaStyle.ts b/src/model/mixin/areaStyle.ts
index 5665e6a..40caadf 100644
--- a/src/model/mixin/areaStyle.ts
+++ b/src/model/mixin/areaStyle.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import makeStyleMapper from './makeStyleMapper';
 
 var getAreaStyle = makeStyleMapper(
diff --git a/src/model/mixin/boxLayout.ts b/src/model/mixin/boxLayout.ts
index 6338f44..f012468 100644
--- a/src/model/mixin/boxLayout.ts
+++ b/src/model/mixin/boxLayout.ts
@@ -17,6 +17,7 @@
 * under the License.
 */
 
+// @ts-nocheck
 
 export default {
     getBoxLayoutParams: function () {
diff --git a/src/model/mixin/itemStyle.ts b/src/model/mixin/itemStyle.ts
index 0fd1285..8875635 100644
--- a/src/model/mixin/itemStyle.ts
+++ b/src/model/mixin/itemStyle.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import makeStyleMapper from './makeStyleMapper';
 
 var getItemStyle = makeStyleMapper(
diff --git a/src/model/mixin/lineStyle.ts b/src/model/mixin/lineStyle.ts
index 99b3f7c..1925d57 100644
--- a/src/model/mixin/lineStyle.ts
+++ b/src/model/mixin/lineStyle.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import makeStyleMapper from './makeStyleMapper';
 
 var getLineStyle = makeStyleMapper(
diff --git a/src/model/mixin/makeStyleMapper.ts 
b/src/model/mixin/makeStyleMapper.ts
index b4fdcfe..319cd38 100644
--- a/src/model/mixin/makeStyleMapper.ts
+++ b/src/model/mixin/makeStyleMapper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // TODO Parse shadow style
 // TODO Only shallow path support
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/model/mixin/textStyle.ts b/src/model/mixin/textStyle.ts
index 67ddb45..f0e021e 100644
--- a/src/model/mixin/textStyle.ts
+++ b/src/model/mixin/textStyle.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as textContain from 'zrender/src/contain/text';
 import * as graphicUtil from '../../util/graphic';
 
diff --git a/src/model/referHelper.ts b/src/model/referHelper.ts
index ec9dc8f..bf83bbd 100644
--- a/src/model/referHelper.ts
+++ b/src/model/referHelper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Helper for model references.
  * There are many manners to refer axis/coordSys.
diff --git a/src/preprocessor/backwardCompat.ts 
b/src/preprocessor/backwardCompat.ts
index 50f09e8..88ef5c5 100644
--- a/src/preprocessor/backwardCompat.ts
+++ b/src/preprocessor/backwardCompat.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Compatitable with 2.0
 
 import {each, isArray, isObject} from 'zrender/src/core/util';
diff --git a/src/preprocessor/helper/compatStyle.ts 
b/src/preprocessor/helper/compatStyle.ts
index c338d66..f36c7f8 100644
--- a/src/preprocessor/helper/compatStyle.ts
+++ b/src/preprocessor/helper/compatStyle.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as modelUtil from '../../util/model';
 
diff --git a/src/processor/dataFilter.ts b/src/processor/dataFilter.ts
index 60bbbd7..7ef78bf 100644
--- a/src/processor/dataFilter.ts
+++ b/src/processor/dataFilter.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 export default function (seriesType) {
     return {
         seriesType: seriesType,
diff --git a/src/processor/dataStack.ts b/src/processor/dataStack.ts
index 360dd21..76d5e47 100644
--- a/src/processor/dataStack.ts
+++ b/src/processor/dataStack.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {createHashMap, each} from 'zrender/src/core/util';
 
 // (1) [Caution]: the logic is correct based on the premises:
diff --git a/src/scale/Interval.ts b/src/scale/Interval.ts
index afe54e0..1fd3fbc 100644
--- a/src/scale/Interval.ts
+++ b/src/scale/Interval.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Interval scale
  * @module echarts/scale/Interval
diff --git a/src/scale/Log.ts b/src/scale/Log.ts
index 30ed833..9f28d3c 100644
--- a/src/scale/Log.ts
+++ b/src/scale/Log.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Log scale
  * @module echarts/scale/Log
diff --git a/src/scale/Ordinal.ts b/src/scale/Ordinal.ts
index ef1246c..4eae3db 100644
--- a/src/scale/Ordinal.ts
+++ b/src/scale/Ordinal.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Linear continuous scale
  * @module echarts/coord/scale/Ordinal
diff --git a/src/scale/Scale.ts b/src/scale/Scale.ts
index bd1e9c8..5203002 100644
--- a/src/scale/Scale.ts
+++ b/src/scale/Scale.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * // Scale class management
  * @module echarts/scale/Scale
diff --git a/src/scale/Time.ts b/src/scale/Time.ts
index 7ce120d..11aaa52 100644
--- a/src/scale/Time.ts
+++ b/src/scale/Time.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /*
 * A third-party license is embeded for some of the code in this file:
 * The "scaleLevels" was originally copied from "d3.js" with some
diff --git a/src/scale/helper.ts b/src/scale/helper.ts
index beaf80b..bd8be72 100644
--- a/src/scale/helper.ts
+++ b/src/scale/helper.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * For testable.
  */
diff --git a/src/theme/dark.ts b/src/theme/dark.ts
index f3fa025..d97a787 100644
--- a/src/theme/dark.ts
+++ b/src/theme/dark.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 var contrastColor = '#eee';
 var axisCommon = function () {
     return {
diff --git a/src/util/KDTree.ts b/src/util/KDTree.ts
index 8f5f8ee..12defbd 100644
--- a/src/util/KDTree.ts
+++ b/src/util/KDTree.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import quickSelect from './quickSelect';
 
 function Node(axis, data) {
diff --git a/src/util/animation.ts b/src/util/animation.ts
index 367de52..522b61c 100644
--- a/src/util/animation.ts
+++ b/src/util/animation.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 
 /**
diff --git a/src/util/layout.ts b/src/util/layout.ts
index cab9acf..b585eba 100644
--- a/src/util/layout.ts
+++ b/src/util/layout.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Layout helpers for each component positioning
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/util/number.ts b/src/util/number.ts
index cf84e9a..3a16456 100644
--- a/src/util/number.ts
+++ b/src/util/number.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /*
 * A third-party license is embeded for some of the code in this file:
 * The method "quantile" was copied from "d3.js".
diff --git a/src/util/quickSelect.ts b/src/util/quickSelect.ts
index 0e11d6f..cfaf0f4 100644
--- a/src/util/quickSelect.ts
+++ b/src/util/quickSelect.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * Quick select n-th element in an array.
  *
diff --git a/src/util/shape/sausage.ts b/src/util/shape/sausage.ts
index 48983c8..d2512fb 100644
--- a/src/util/shape/sausage.ts
+++ b/src/util/shape/sausage.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {extendShape} from '../graphic';
 
 /**
diff --git a/src/util/symbol.ts b/src/util/symbol.ts
index 602ebfb..371bb07 100644
--- a/src/util/symbol.ts
+++ b/src/util/symbol.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 // Symbol factory
 
 import * as zrUtil from 'zrender/src/core/util';
diff --git a/src/visual/VisualMapping.ts b/src/visual/VisualMapping.ts
index e0bd0f1..0ceb986 100644
--- a/src/visual/VisualMapping.ts
+++ b/src/visual/VisualMapping.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import * as zrColor from 'zrender/src/tool/color';
 import {linearMap} from '../util/number';
diff --git a/src/visual/aria.ts b/src/visual/aria.ts
index abd655c..d1c9eeb 100644
--- a/src/visual/aria.ts
+++ b/src/visual/aria.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import * as zrUtil from 'zrender/src/core/util';
 import lang from '../lang';
 import { retrieveRawValue } from '../data/helper/dataProvider';
diff --git a/src/visual/seriesColor.ts b/src/visual/seriesColor.ts
index be23206..d95ad67 100644
--- a/src/visual/seriesColor.ts
+++ b/src/visual/seriesColor.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import Gradient from 'zrender/src/graphic/Gradient';
 import {isFunction} from 'zrender/src/core/util';
 
diff --git a/src/visual/symbol.ts b/src/visual/symbol.ts
index 8cd7e06..04af7fd 100644
--- a/src/visual/symbol.ts
+++ b/src/visual/symbol.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 import {isFunction} from 'zrender/src/core/util';
 
 export default function (seriesType, defaultSymbolType, legendSymbol) {
diff --git a/src/visual/visualDefault.ts b/src/visual/visualDefault.ts
index 457b9ea..a3067e4 100644
--- a/src/visual/visualDefault.ts
+++ b/src/visual/visualDefault.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @file Visual mapping.
  */
diff --git a/src/visual/visualSolution.ts b/src/visual/visualSolution.ts
index 46bc3b6..66341af 100644
--- a/src/visual/visualSolution.ts
+++ b/src/visual/visualSolution.ts
@@ -17,6 +17,8 @@
 * under the License.
 */
 
+// @ts-nocheck
+
 /**
  * @file Visual solution, for consistent option specification.
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to