提交 6b991bee 编写于 作者: 1 100pah

mark ts-nocheck temporarily to not modified files.

上级 a829cd99
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import * as zrUtil from 'zrender/src/core/util';
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* @param {module:echarts/coord/View} view
* @param {Object} payload
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import BaseBarSeries from './BaseBarSeries';
export default BaseBarSeries.extend({
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import SeriesModel from '../../model/Series';
import createListFromArray from '../helper/createListFromArray';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import BaseBarSeries from './BaseBarSeries';
var PictorialBarSeries = BaseBarSeries.extend({
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import makeStyleMapper from '../../model/mixin/makeStyleMapper';
var getBarItemStyle = makeStyleMapper(
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as graphic from '../../util/graphic';
import {getDefaultLabel} from '../helper/labelHelper';
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
import {parsePercent} from '../../util/number';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
var borderColorQuery = ['itemStyle', 'borderColor'];
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/* global Float32Array */
import {subPixelOptimize} from '../../util/graphic';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import createRenderPlanner from '../helper/createRenderPlanner';
var positiveBorderColorQuery = ['itemStyle', 'borderColor'];
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
export default function (option) {
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import SeriesModel from '../../model/Series';
import createGraphFromNodeEdge from '../helper/createGraphFromNodeEdge';
import createGraphFromNodeMatrix from '../helper/createGraphFromNodeMatrix';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../../echarts';
import RibbonPath from './Ribbon';
import * as graphic from '../../util/graphic';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as graphic from '../../util/graphic';
var sin = Math.sin;
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
import {parsePercent} from '../../util/number';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import './effectScatter/EffectScatterSeries';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import createListFromArray from '../helper/createListFromArray';
import SeriesModel from '../../model/Series';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../../echarts';
import SymbolDraw from '../helper/SymbolDraw';
import EffectSymbol from '../helper/EffectSymbol';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import './funnel/FunnelSeries';
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as layout from '../../util/layout';
import {parsePercent, linearMap} from '../../util/number';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import createListSimply from '../helper/createListSimply';
import SeriesModel from '../../model/Series';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import PointerPath from './PointerPath';
import * as graphic from '../../util/graphic';
import ChartView from '../../view/Chart';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import Path from 'zrender/src/graphic/Path';
export default Path.extend({
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import './graph/GraphSeries';
......
......@@ -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';
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
export default function (ecModel) {
var legendModels = ecModel.findComponents({
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
export default function (ecModel) {
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {circularLayout} from './circularLayoutHelper';
export default function (ecModel) {
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as vec2 from 'zrender/src/core/vector';
import {getSymbolSize, getNodeGlobalScale} from './graphHelper';
......
......@@ -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';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
function normalize(a) {
if (!(a instanceof Array)) {
......
......@@ -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
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {forceLayout} from './forceHelper';
import {simpleLayout} from './simpleLayoutHelper';
import {circularLayout} from './circularLayoutHelper';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../../echarts';
import {updateCenterAndZoom} from '../../action/roamHelper';
import '../helper/focusNodeAdjacencyAction';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
export function getNodeGlobalScale(seriesModel) {
var coordSys = seriesModel.coordinateSystem;
if (coordSys.type !== 'view') {
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {each} from 'zrender/src/core/util';
import {simpleLayout, simpleLayoutEdge} from './simpleLayoutHelper';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as vec2 from 'zrender/src/core/vector';
export function simpleLayout(seriesModel) {
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/* global Uint8ClampedArray */
import * as zrUtil from 'zrender/src/core/util';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import SeriesModel from '../../model/Series';
import createListFromArray from '../helper/createListFromArray';
import CoordinateSystem from '../../CoordinateSystem';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {__DEV__} from '../../config';
import * as echarts from '../../echarts';
import * as graphic from '../../util/graphic';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* Provide effect for line
* @module echarts/chart/helper/EffectLine
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* Provide effect for line
* @module echarts/chart/helper/EffectLine
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* Symbol with ripple effect
* @module echarts/chart/helper/EffectSymbol
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
// TODO Batch by color
import * as graphic from '../../util/graphic';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/* global Float32Array */
// TODO Batch by color
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* @module echarts/chart/helper/Line
*/
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* @module echarts/chart/helper/LineDraw
*/
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* Line path for bezier and straight line draw
*/
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* @module echarts/chart/helper/Line
*/
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* @module echarts/chart/helper/Symbol
*/
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/**
* @module echarts/chart/helper/SymbolDraw
*/
......
......@@ -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';
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
import createDimensions from '../../data/helper/createDimensions';
import List from '../../data/List';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../../echarts';
/**
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {retrieveRawValue} from '../../data/helper/dataProvider';
/**
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
export function retrieveTargetInfo(payload, validPayloadTypes, seriesModel) {
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
import createListSimply from '../helper/createListSimply';
import * as zrUtil from 'zrender/src/core/util';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import './line/LineSeries';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {__DEV__} from '../../config';
import createListFromArray from '../helper/createListFromArray';
import SeriesModel from '../../model/Series';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
// FIXME step not support polar
import {__DEV__} from '../../config';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {isDimensionStacked} from '../../data/helper/dataStackHelper';
import {map} from 'zrender/src/core/util';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {prepareDataCoordInfo, getStackedOnPoint} from './helper';
// var arrayDiff = require('zrender/src/core/arrayDiff');
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
// Poly path support NaN point
import Path from 'zrender/src/graphic/Path';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/* global Uint32Array, Float64Array, Float32Array */
import {__DEV__} from '../../config';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import {__DEV__} from '../../config';
import * as echarts from '../../echarts';
import LineDraw from '../helper/LineDraw';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
/* global Float32Array */
import createRenderPlanner from '../helper/createRenderPlanner';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
function normalize(a) {
if (!(a instanceof Array)) {
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
export default function (option) {
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
// FIXME 公用?
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as zrUtil from 'zrender/src/core/util';
export default function (ecModel) {
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
export default function (ecModel) {
ecModel.eachSeriesByType('map', function (seriesModel) {
......
......@@ -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';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as graphic from '../../util/graphic';
import ChartView from '../../view/Chart';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
var opacityAccessPath = ['lineStyle', 'normal', 'opacity'];
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import * as zrUtil from 'zrender/src/core/util';
......
......@@ -17,6 +17,8 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
import * as zrUtil from 'zrender/src/core/util';
......
......@@ -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';
......
......@@ -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';
......
......@@ -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';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
import {parsePercent, linearMap} from '../../util/number';
import * as layout from '../../util/layout';
......
......@@ -17,6 +17,7 @@
* under the License.
*/
// @ts-nocheck
import * as echarts from '../echarts';
......
......@@ -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';
......
......@@ -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';
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册