echarts 5.3.2-rc.1 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,43 +1,43 @@
1
-
2
-
3
- /*
4
- * Licensed to the Apache Software Foundation (ASF) under one
5
- * or more contributor license agreements. See the NOTICE file
6
- * distributed with this work for additional information
7
- * regarding copyright ownership. The ASF licenses this file
8
- * to you under the Apache License, Version 2.0 (the
9
- * "License"); you may not use this file except in compliance
10
- * with the License. You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing,
15
- * software distributed under the License is distributed on an
16
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- * KIND, either express or implied. See the License for the
18
- * specific language governing permissions and limitations
19
- * under the License.
20
- */
21
-
22
-
23
- /**
24
- * AUTO-GENERATED FILE. DO NOT MODIFY.
25
- */
26
- (function(root, factory) {
27
- if (typeof define === 'function' && define.amd) {
28
- // AMD. Register as an anonymous module.
29
- define(['exports'], factory);
30
- } else if (
31
- typeof exports === 'object' &&
32
- typeof exports.nodeName !== 'string'
33
- ) {
34
- // CommonJS
35
- factory(exports);
36
- } else {
37
- // Browser globals
38
- factory({});
39
- }
40
- })(this, function(exports) {
1
+
2
+
3
+ /*
4
+ * Licensed to the Apache Software Foundation (ASF) under one
5
+ * or more contributor license agreements. See the NOTICE file
6
+ * distributed with this work for additional information
7
+ * regarding copyright ownership. The ASF licenses this file
8
+ * to you under the Apache License, Version 2.0 (the
9
+ * "License"); you may not use this file except in compliance
10
+ * with the License. You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+
22
+
23
+ /**
24
+ * AUTO-GENERATED FILE. DO NOT MODIFY.
25
+ */
26
+ (function(root, factory) {
27
+ if (typeof define === 'function' && define.amd) {
28
+ // AMD. Register as an anonymous module.
29
+ define(['exports'], factory);
30
+ } else if (
31
+ typeof exports === 'object' &&
32
+ typeof exports.nodeName !== 'string'
33
+ ) {
34
+ // CommonJS
35
+ factory(exports);
36
+ } else {
37
+ // Browser globals
38
+ factory({});
39
+ }
40
+ })(this, function(exports) {
41
41
 
42
42
 
43
43
  /**
@@ -162,11 +162,11 @@
162
162
  }
163
163
  }
164
164
  }
165
- };
166
- for (var key in localeObj) {
167
- if (localeObj.hasOwnProperty(key)) {
168
- exports[key] = localeObj[key];
169
- }
170
- }
171
-
165
+ };
166
+ for (var key in localeObj) {
167
+ if (localeObj.hasOwnProperty(key)) {
168
+ exports[key] = localeObj[key];
169
+ }
170
+ }
171
+
172
172
  });
package/i18n/langCS.js CHANGED
@@ -1,43 +1,43 @@
1
-
2
-
3
- /*
4
- * Licensed to the Apache Software Foundation (ASF) under one
5
- * or more contributor license agreements. See the NOTICE file
6
- * distributed with this work for additional information
7
- * regarding copyright ownership. The ASF licenses this file
8
- * to you under the Apache License, Version 2.0 (the
9
- * "License"); you may not use this file except in compliance
10
- * with the License. You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing,
15
- * software distributed under the License is distributed on an
16
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- * KIND, either express or implied. See the License for the
18
- * specific language governing permissions and limitations
19
- * under the License.
20
- */
21
-
22
-
23
- /**
24
- * AUTO-GENERATED FILE. DO NOT MODIFY.
25
- */
26
- (function(root, factory) {
27
- if (typeof define === 'function' && define.amd) {
28
- // AMD. Register as an anonymous module.
29
- define(['exports', 'echarts'], factory);
30
- } else if (
31
- typeof exports === 'object' &&
32
- typeof exports.nodeName !== 'string'
33
- ) {
34
- // CommonJS
35
- factory(exports, require('echarts/lib/echarts'));
36
- } else {
37
- // Browser globals
38
- factory({}, root.echarts);
39
- }
40
- })(this, function(exports, echarts) {
1
+
2
+
3
+ /*
4
+ * Licensed to the Apache Software Foundation (ASF) under one
5
+ * or more contributor license agreements. See the NOTICE file
6
+ * distributed with this work for additional information
7
+ * regarding copyright ownership. The ASF licenses this file
8
+ * to you under the Apache License, Version 2.0 (the
9
+ * "License"); you may not use this file except in compliance
10
+ * with the License. You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+
22
+
23
+ /**
24
+ * AUTO-GENERATED FILE. DO NOT MODIFY.
25
+ */
26
+ (function(root, factory) {
27
+ if (typeof define === 'function' && define.amd) {
28
+ // AMD. Register as an anonymous module.
29
+ define(['exports', 'echarts'], factory);
30
+ } else if (
31
+ typeof exports === 'object' &&
32
+ typeof exports.nodeName !== 'string'
33
+ ) {
34
+ // CommonJS
35
+ factory(exports, require('echarts/lib/echarts'));
36
+ } else {
37
+ // Browser globals
38
+ factory({}, root.echarts);
39
+ }
40
+ })(this, function(exports, echarts) {
41
41
 
42
42
 
43
43
  /**
@@ -162,7 +162,7 @@
162
162
  }
163
163
  }
164
164
  }
165
- };
166
- echarts.registerLocale('CS', localeObj);
167
-
165
+ };
166
+ echarts.registerLocale('CS', localeObj);
167
+
168
168
  });
@@ -1,43 +1,43 @@
1
-
2
-
3
- /*
4
- * Licensed to the Apache Software Foundation (ASF) under one
5
- * or more contributor license agreements. See the NOTICE file
6
- * distributed with this work for additional information
7
- * regarding copyright ownership. The ASF licenses this file
8
- * to you under the Apache License, Version 2.0 (the
9
- * "License"); you may not use this file except in compliance
10
- * with the License. You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing,
15
- * software distributed under the License is distributed on an
16
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- * KIND, either express or implied. See the License for the
18
- * specific language governing permissions and limitations
19
- * under the License.
20
- */
21
-
22
-
23
- /**
24
- * AUTO-GENERATED FILE. DO NOT MODIFY.
25
- */
26
- (function(root, factory) {
27
- if (typeof define === 'function' && define.amd) {
28
- // AMD. Register as an anonymous module.
29
- define(['exports'], factory);
30
- } else if (
31
- typeof exports === 'object' &&
32
- typeof exports.nodeName !== 'string'
33
- ) {
34
- // CommonJS
35
- factory(exports);
36
- } else {
37
- // Browser globals
38
- factory({});
39
- }
40
- })(this, function(exports) {
1
+
2
+
3
+ /*
4
+ * Licensed to the Apache Software Foundation (ASF) under one
5
+ * or more contributor license agreements. See the NOTICE file
6
+ * distributed with this work for additional information
7
+ * regarding copyright ownership. The ASF licenses this file
8
+ * to you under the Apache License, Version 2.0 (the
9
+ * "License"); you may not use this file except in compliance
10
+ * with the License. You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+
22
+
23
+ /**
24
+ * AUTO-GENERATED FILE. DO NOT MODIFY.
25
+ */
26
+ (function(root, factory) {
27
+ if (typeof define === 'function' && define.amd) {
28
+ // AMD. Register as an anonymous module.
29
+ define(['exports'], factory);
30
+ } else if (
31
+ typeof exports === 'object' &&
32
+ typeof exports.nodeName !== 'string'
33
+ ) {
34
+ // CommonJS
35
+ factory(exports);
36
+ } else {
37
+ // Browser globals
38
+ factory({});
39
+ }
40
+ })(this, function(exports) {
41
41
 
42
42
 
43
43
  /**
@@ -162,11 +162,11 @@ var localeObj = {
162
162
  }
163
163
  }
164
164
  }
165
- };
166
- for (var key in localeObj) {
167
- if (localeObj.hasOwnProperty(key)) {
168
- exports[key] = localeObj[key];
169
- }
170
- }
171
-
165
+ };
166
+ for (var key in localeObj) {
167
+ if (localeObj.hasOwnProperty(key)) {
168
+ exports[key] = localeObj[key];
169
+ }
170
+ }
171
+
172
172
  });
package/i18n/langDE.js CHANGED
@@ -1,43 +1,43 @@
1
-
2
-
3
- /*
4
- * Licensed to the Apache Software Foundation (ASF) under one
5
- * or more contributor license agreements. See the NOTICE file
6
- * distributed with this work for additional information
7
- * regarding copyright ownership. The ASF licenses this file
8
- * to you under the Apache License, Version 2.0 (the
9
- * "License"); you may not use this file except in compliance
10
- * with the License. You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing,
15
- * software distributed under the License is distributed on an
16
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- * KIND, either express or implied. See the License for the
18
- * specific language governing permissions and limitations
19
- * under the License.
20
- */
21
-
22
-
23
- /**
24
- * AUTO-GENERATED FILE. DO NOT MODIFY.
25
- */
26
- (function(root, factory) {
27
- if (typeof define === 'function' && define.amd) {
28
- // AMD. Register as an anonymous module.
29
- define(['exports', 'echarts'], factory);
30
- } else if (
31
- typeof exports === 'object' &&
32
- typeof exports.nodeName !== 'string'
33
- ) {
34
- // CommonJS
35
- factory(exports, require('echarts/lib/echarts'));
36
- } else {
37
- // Browser globals
38
- factory({}, root.echarts);
39
- }
40
- })(this, function(exports, echarts) {
1
+
2
+
3
+ /*
4
+ * Licensed to the Apache Software Foundation (ASF) under one
5
+ * or more contributor license agreements. See the NOTICE file
6
+ * distributed with this work for additional information
7
+ * regarding copyright ownership. The ASF licenses this file
8
+ * to you under the Apache License, Version 2.0 (the
9
+ * "License"); you may not use this file except in compliance
10
+ * with the License. You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+
22
+
23
+ /**
24
+ * AUTO-GENERATED FILE. DO NOT MODIFY.
25
+ */
26
+ (function(root, factory) {
27
+ if (typeof define === 'function' && define.amd) {
28
+ // AMD. Register as an anonymous module.
29
+ define(['exports', 'echarts'], factory);
30
+ } else if (
31
+ typeof exports === 'object' &&
32
+ typeof exports.nodeName !== 'string'
33
+ ) {
34
+ // CommonJS
35
+ factory(exports, require('echarts/lib/echarts'));
36
+ } else {
37
+ // Browser globals
38
+ factory({}, root.echarts);
39
+ }
40
+ })(this, function(exports, echarts) {
41
41
 
42
42
 
43
43
  /**
@@ -162,7 +162,7 @@ var localeObj = {
162
162
  }
163
163
  }
164
164
  }
165
- };
166
- echarts.registerLocale('DE', localeObj);
167
-
165
+ };
166
+ echarts.registerLocale('DE', localeObj);
167
+
168
168
  });
@@ -1,43 +1,43 @@
1
-
2
-
3
- /*
4
- * Licensed to the Apache Software Foundation (ASF) under one
5
- * or more contributor license agreements. See the NOTICE file
6
- * distributed with this work for additional information
7
- * regarding copyright ownership. The ASF licenses this file
8
- * to you under the Apache License, Version 2.0 (the
9
- * "License"); you may not use this file except in compliance
10
- * with the License. You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing,
15
- * software distributed under the License is distributed on an
16
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- * KIND, either express or implied. See the License for the
18
- * specific language governing permissions and limitations
19
- * under the License.
20
- */
21
-
22
-
23
- /**
24
- * AUTO-GENERATED FILE. DO NOT MODIFY.
25
- */
26
- (function(root, factory) {
27
- if (typeof define === 'function' && define.amd) {
28
- // AMD. Register as an anonymous module.
29
- define(['exports'], factory);
30
- } else if (
31
- typeof exports === 'object' &&
32
- typeof exports.nodeName !== 'string'
33
- ) {
34
- // CommonJS
35
- factory(exports);
36
- } else {
37
- // Browser globals
38
- factory({});
39
- }
40
- })(this, function(exports) {
1
+
2
+
3
+ /*
4
+ * Licensed to the Apache Software Foundation (ASF) under one
5
+ * or more contributor license agreements. See the NOTICE file
6
+ * distributed with this work for additional information
7
+ * regarding copyright ownership. The ASF licenses this file
8
+ * to you under the Apache License, Version 2.0 (the
9
+ * "License"); you may not use this file except in compliance
10
+ * with the License. You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+
22
+
23
+ /**
24
+ * AUTO-GENERATED FILE. DO NOT MODIFY.
25
+ */
26
+ (function(root, factory) {
27
+ if (typeof define === 'function' && define.amd) {
28
+ // AMD. Register as an anonymous module.
29
+ define(['exports'], factory);
30
+ } else if (
31
+ typeof exports === 'object' &&
32
+ typeof exports.nodeName !== 'string'
33
+ ) {
34
+ // CommonJS
35
+ factory(exports);
36
+ } else {
37
+ // Browser globals
38
+ factory({});
39
+ }
40
+ })(this, function(exports) {
41
41
 
42
42
 
43
43
  /**
@@ -163,11 +163,11 @@ var localeObj = {
163
163
  }
164
164
  }
165
165
  };
166
-
167
- for (var key in localeObj) {
168
- if (localeObj.hasOwnProperty(key)) {
169
- exports[key] = localeObj[key];
170
- }
171
- }
172
-
166
+
167
+ for (var key in localeObj) {
168
+ if (localeObj.hasOwnProperty(key)) {
169
+ exports[key] = localeObj[key];
170
+ }
171
+ }
172
+
173
173
  });
package/i18n/langEN.js CHANGED
@@ -1,43 +1,43 @@
1
-
2
-
3
- /*
4
- * Licensed to the Apache Software Foundation (ASF) under one
5
- * or more contributor license agreements. See the NOTICE file
6
- * distributed with this work for additional information
7
- * regarding copyright ownership. The ASF licenses this file
8
- * to you under the Apache License, Version 2.0 (the
9
- * "License"); you may not use this file except in compliance
10
- * with the License. You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing,
15
- * software distributed under the License is distributed on an
16
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
- * KIND, either express or implied. See the License for the
18
- * specific language governing permissions and limitations
19
- * under the License.
20
- */
21
-
22
-
23
- /**
24
- * AUTO-GENERATED FILE. DO NOT MODIFY.
25
- */
26
- (function(root, factory) {
27
- if (typeof define === 'function' && define.amd) {
28
- // AMD. Register as an anonymous module.
29
- define(['exports', 'echarts'], factory);
30
- } else if (
31
- typeof exports === 'object' &&
32
- typeof exports.nodeName !== 'string'
33
- ) {
34
- // CommonJS
35
- factory(exports, require('echarts/lib/echarts'));
36
- } else {
37
- // Browser globals
38
- factory({}, root.echarts);
39
- }
40
- })(this, function(exports, echarts) {
1
+
2
+
3
+ /*
4
+ * Licensed to the Apache Software Foundation (ASF) under one
5
+ * or more contributor license agreements. See the NOTICE file
6
+ * distributed with this work for additional information
7
+ * regarding copyright ownership. The ASF licenses this file
8
+ * to you under the Apache License, Version 2.0 (the
9
+ * "License"); you may not use this file except in compliance
10
+ * with the License. You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+
22
+
23
+ /**
24
+ * AUTO-GENERATED FILE. DO NOT MODIFY.
25
+ */
26
+ (function(root, factory) {
27
+ if (typeof define === 'function' && define.amd) {
28
+ // AMD. Register as an anonymous module.
29
+ define(['exports', 'echarts'], factory);
30
+ } else if (
31
+ typeof exports === 'object' &&
32
+ typeof exports.nodeName !== 'string'
33
+ ) {
34
+ // CommonJS
35
+ factory(exports, require('echarts/lib/echarts'));
36
+ } else {
37
+ // Browser globals
38
+ factory({}, root.echarts);
39
+ }
40
+ })(this, function(exports, echarts) {
41
41
 
42
42
 
43
43
  /**
@@ -163,7 +163,7 @@ var localeObj = {
163
163
  }
164
164
  }
165
165
  };
166
-
167
- echarts.registerLocale('EN', localeObj);
168
-
166
+
167
+ echarts.registerLocale('EN', localeObj);
168
+
169
169
  });