Skip to content

Commit fe42bc1

Browse files
authored
Merge pull request #20556 from apache/release-dev
Release v5.6.0
2 parents 1d4de08 + a96cbaa commit fe42bc1

File tree

95 files changed

+28919
-25177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+28919
-25177
lines changed

dist/echarts.common.js

+3,277-3,147
Large diffs are not rendered by default.

dist/echarts.common.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.common.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.esm.js

+4,920-4,764
Large diffs are not rendered by default.

dist/echarts.esm.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.esm.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.esm.min.mjs

+2-2
Large diffs are not rendered by default.

dist/echarts.esm.mjs

+4,920-4,764
Large diffs are not rendered by default.

dist/echarts.esm.mjs.map

+1-1
Large diffs are not rendered by default.

dist/echarts.js

+4,920-4,764
Large diffs are not rendered by default.

dist/echarts.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.simple.js

+2,520-2,408
Large diffs are not rendered by default.

dist/echarts.simple.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/echarts.simple.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extension/bmap.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extension/dataTool.js

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extension/dataTool.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

i18n/langFA-obj.js

+175
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
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+
42+
43+
/**
44+
* Language: Persian.
45+
*/
46+
47+
var localeObj = {
48+
time: {
49+
month: [
50+
'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر',
51+
'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'
52+
],
53+
monthAbbr: [
54+
'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر',
55+
'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'
56+
],
57+
dayOfWeek: [
58+
'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
59+
],
60+
dayOfWeekAbbr: [
61+
'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
62+
]
63+
},
64+
legend: {
65+
selector: {
66+
all: 'همه',
67+
inverse: 'معکوس'
68+
}
69+
},
70+
toolbox: {
71+
brush: {
72+
title: {
73+
rect: 'چهار ضلعی',
74+
polygon: 'چند ضلعی',
75+
lineX: 'افقی',
76+
lineY: 'عمودی',
77+
keep: 'قفل کردن',
78+
clear: 'پاک کردن'
79+
}
80+
},
81+
dataView: {
82+
title: 'نمایش داده‌ها',
83+
lang: ['نمایش داده‌ها', 'خروج', 'بارگذاری مجدد']
84+
},
85+
dataZoom: {
86+
title: {
87+
zoom: 'بزرگنمایی',
88+
back: 'خروج از بزرگنمایی'
89+
}
90+
},
91+
magicType: {
92+
title: {
93+
line: 'نمودار خطی',
94+
bar: 'نمودار میله‌ای',
95+
stack: 'پشته',
96+
tiled: 'کاشی'
97+
}
98+
},
99+
restore: {
100+
title: 'بازگردانی'
101+
},
102+
saveAsImage: {
103+
title: 'ذخیره تصویر',
104+
lang: ['راست کلیک برای ذخیره تصویر']
105+
}
106+
},
107+
series: {
108+
typeNames: {
109+
pie: 'نمودار دایره‌ای',
110+
bar: 'نمودار میله‌ای',
111+
line: 'نمودار خطی',
112+
scatter: 'طرح پراکنده',
113+
effectScatter: 'طرح پراکنده موج دار',
114+
radar: 'نمودار راداری',
115+
tree: 'درخت',
116+
treemap: 'نقشه درختی',
117+
boxplot: 'طرح جعبه‌',
118+
candlestick: 'شمعی',
119+
k: 'نمودار خطی k',
120+
heatmap: 'نقشه گرمایی',
121+
map: 'نقشه',
122+
parallel: 'نقشه مختصات موازی',
123+
lines: 'گراف خطی',
124+
graph: 'گراف ارتباط',
125+
sankey: 'دیاگرام سنکی',
126+
funnel: 'نمودار قیفی',
127+
gauge: 'اندازه گیر',
128+
pictorialBar: 'نوار تصویری',
129+
themeRiver: 'نقشه رودخانه رنگی',
130+
sunburst: 'آفتاب زدگی',
131+
custom: 'نمودار سفارشی',
132+
chart: 'نمودار'
133+
}
134+
},
135+
aria: {
136+
general: {
137+
withTitle: 'نمودار مربوط به "{title}"',
138+
withoutTitle: 'این یک نمودار است'
139+
},
140+
series: {
141+
single: {
142+
prefix: '',
143+
withName: 'با نوع {seriesType} و نام {seriesName}.',
144+
withoutName: 'با نوع {seriesType}.'
145+
},
146+
multiple: {
147+
prefix: '. تشکیل شده از {seriesCount} سری.',
148+
withName: '{seriesId} سری نوعی از {seriesType} به نام {seriesName} است.',
149+
withoutName: 'سری {seriesId} نوعی از {seriesType} است.',
150+
separator: {
151+
middle: '',
152+
end: ''
153+
}
154+
}
155+
},
156+
data: {
157+
allData: 'دیتای نمونه: ',
158+
partialData: 'اولین عنصر از {displayCnt}:',
159+
withName: 'مقدار {name}, {value} است',
160+
withoutName: '{value}',
161+
separator: {
162+
middle: ', ',
163+
end: '. '
164+
}
165+
}
166+
}
167+
};
168+
169+
for (var key in localeObj) {
170+
if (localeObj.hasOwnProperty(key)) {
171+
exports[key] = localeObj[key];
172+
}
173+
}
174+
175+
});

i18n/langFA.js

+171
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
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+
42+
43+
/**
44+
* Language: Persian.
45+
*/
46+
47+
var localeObj = {
48+
time: {
49+
month: [
50+
'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر',
51+
'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'
52+
],
53+
monthAbbr: [
54+
'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر',
55+
'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر', 'دی'
56+
],
57+
dayOfWeek: [
58+
'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
59+
],
60+
dayOfWeekAbbr: [
61+
'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'
62+
]
63+
},
64+
legend: {
65+
selector: {
66+
all: 'همه',
67+
inverse: 'معکوس'
68+
}
69+
},
70+
toolbox: {
71+
brush: {
72+
title: {
73+
rect: 'چهار ضلعی',
74+
polygon: 'چند ضلعی',
75+
lineX: 'افقی',
76+
lineY: 'عمودی',
77+
keep: 'قفل کردن',
78+
clear: 'پاک کردن'
79+
}
80+
},
81+
dataView: {
82+
title: 'نمایش داده‌ها',
83+
lang: ['نمایش داده‌ها', 'خروج', 'بارگذاری مجدد']
84+
},
85+
dataZoom: {
86+
title: {
87+
zoom: 'بزرگنمایی',
88+
back: 'خروج از بزرگنمایی'
89+
}
90+
},
91+
magicType: {
92+
title: {
93+
line: 'نمودار خطی',
94+
bar: 'نمودار میله‌ای',
95+
stack: 'پشته',
96+
tiled: 'کاشی'
97+
}
98+
},
99+
restore: {
100+
title: 'بازگردانی'
101+
},
102+
saveAsImage: {
103+
title: 'ذخیره تصویر',
104+
lang: ['راست کلیک برای ذخیره تصویر']
105+
}
106+
},
107+
series: {
108+
typeNames: {
109+
pie: 'نمودار دایره‌ای',
110+
bar: 'نمودار میله‌ای',
111+
line: 'نمودار خطی',
112+
scatter: 'طرح پراکنده',
113+
effectScatter: 'طرح پراکنده موج دار',
114+
radar: 'نمودار راداری',
115+
tree: 'درخت',
116+
treemap: 'نقشه درختی',
117+
boxplot: 'طرح جعبه‌',
118+
candlestick: 'شمعی',
119+
k: 'نمودار خطی k',
120+
heatmap: 'نقشه گرمایی',
121+
map: 'نقشه',
122+
parallel: 'نقشه مختصات موازی',
123+
lines: 'گراف خطی',
124+
graph: 'گراف ارتباط',
125+
sankey: 'دیاگرام سنکی',
126+
funnel: 'نمودار قیفی',
127+
gauge: 'اندازه گیر',
128+
pictorialBar: 'نوار تصویری',
129+
themeRiver: 'نقشه رودخانه رنگی',
130+
sunburst: 'آفتاب زدگی',
131+
custom: 'نمودار سفارشی',
132+
chart: 'نمودار'
133+
}
134+
},
135+
aria: {
136+
general: {
137+
withTitle: 'نمودار مربوط به "{title}"',
138+
withoutTitle: 'این یک نمودار است'
139+
},
140+
series: {
141+
single: {
142+
prefix: '',
143+
withName: 'با نوع {seriesType} و نام {seriesName}.',
144+
withoutName: 'با نوع {seriesType}.'
145+
},
146+
multiple: {
147+
prefix: '. تشکیل شده از {seriesCount} سری.',
148+
withName: '{seriesId} سری نوعی از {seriesType} به نام {seriesName} است.',
149+
withoutName: 'سری {seriesId} نوعی از {seriesType} است.',
150+
separator: {
151+
middle: '',
152+
end: ''
153+
}
154+
}
155+
},
156+
data: {
157+
allData: 'دیتای نمونه: ',
158+
partialData: 'اولین عنصر از {displayCnt}:',
159+
withName: 'مقدار {name}, {value} است',
160+
withoutName: '{value}',
161+
separator: {
162+
middle: ', ',
163+
end: '. '
164+
}
165+
}
166+
}
167+
};
168+
169+
echarts.registerLocale('FA', localeObj);
170+
171+
});

0 commit comments

Comments
 (0)