You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2018/09/21 06:15:44 UTC

[incubator-echarts] branch master updated: fix: miss file.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5d40edb  fix: miss file.
     new 54db4f8  Merge branch 'master' of https://github.com/apache/incubator-echarts
5d40edb is described below

commit 5d40edb87c75346df8673aba7076834b4660075d
Author: sushuang <su...@gmail.com>
AuthorDate: Fri Sep 21 14:15:20 2018 +0800

    fix: miss file.
---
 src/component/dataZoomSlider.js | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/src/component/dataZoomSlider.js b/src/component/dataZoomSlider.js
new file mode 100644
index 0000000..b89b97f
--- /dev/null
+++ b/src/component/dataZoomSlider.js
@@ -0,0 +1,29 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*   http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
+import './dataZoom/typeDefaulter';
+
+import './dataZoom/DataZoomModel';
+import './dataZoom/DataZoomView';
+
+import './dataZoom/SliderZoomModel';
+import './dataZoom/SliderZoomView';
+
+import './dataZoom/dataZoomProcessor';
+import './dataZoom/dataZoomAction';


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