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

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

commit c6465c965fb7f36a11c3c598aee586cb2d45c30a
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Fri Jul 31 16:41:26 2020 +0800

    ts: fix type.
---
 src/data/helper/sourceManager.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/data/helper/sourceManager.ts b/src/data/helper/sourceManager.ts
index 5a3f9ea..6a45f7f 100644
--- a/src/data/helper/sourceManager.ts
+++ b/src/data/helper/sourceManager.ts
@@ -19,8 +19,8 @@
 
 import { DatasetModel } from '../../component/dataset';
 import SeriesModel from '../../model/Series';
-import { setAsPrimitive, map, isTypedArray, defaults, assert, each } from 
'zrender/src/core/util';
-import Source from '../Source';
+import { setAsPrimitive, map, isTypedArray, assert, each } from 
'zrender/src/core/util';
+import Source, { SourceMetaRawOption } from '../Source';
 import {
     SeriesEncodableModel, OptionSourceData,
     SOURCE_FORMAT_TYPED_ARRAY, SOURCE_FORMAT_ORIGINAL,
@@ -28,7 +28,7 @@ import {
 } from '../../util/types';
 import {
     querySeriesUpstreamDatasetModel, queryDatasetUpstreamDatasetModels,
-    createSource, SourceMetaRawOption, cloneSourceShallow, 
inheritSourceMetaRawOption
+    createSource, cloneSourceShallow, inheritSourceMetaRawOption
 } from './sourceHelper';
 import { applyDataTransform } from './transform';
 


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

Reply via email to