Skip to content

Commit b7100d4

Browse files
Fixed the opacity and multiple select issue
1 parent 73e6160 commit b7100d4

Some content is hidden

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

55 files changed

+85750
-92266
lines changed

dist/echarts.js

Lines changed: 76721 additions & 92155 deletions
Large diffs are not rendered by default.

dist/echarts.js.map

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

i18n/langAR-obj.js

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

i18n/langAR.js

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

0 commit comments

Comments
 (0)