amcharts.rb 3.4.7.5 → 3.4.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,197 +1,199 @@
1
- AmCharts.themes.light = {
2
-
3
- AmChart: {
4
- color: "#000000"
5
- },
6
-
7
- AmCoordinateChart: {
8
- colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"]
9
- },
10
-
11
- AmStockChart: {
12
- colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"]
13
- },
14
-
15
- AmSlicedChart: {
16
- colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"],
17
- outlineAlpha: 1,
18
- outlineThickness: 2,
19
- labelTickColor: "#000000",
20
- labelTickAlpha: 0.3
21
- },
22
-
23
- AmRectangularChart: {
24
- zoomOutButtonColor: '#000000',
25
- zoomOutButtonRollOverAlpha: 0.15,
26
- zoomOutButtonImage: "lens.png"
27
- },
28
-
29
- AxisBase: {
30
- axisColor: "#000000",
31
- axisAlpha: 0.3,
32
- gridAlpha: 0.1,
33
- gridColor: "#000000"
34
- },
35
-
36
- ChartScrollbar: {
37
- backgroundColor: "#000000",
38
- backgroundAlpha: 0.12,
39
- graphFillAlpha: 0.5,
40
- graphLineAlpha: 0,
41
- selectedBackgroundColor: "#FFFFFF",
42
- selectedBackgroundAlpha: 0.4,
43
- gridAlpha: 0.15
44
- },
45
-
46
- ChartCursor: {
47
- cursorColor: "#000000",
48
- color: "#FFFFFF",
49
- cursorAlpha: 0.5
50
- },
51
-
52
- AmLegend: {
53
- color: "#000000"
54
- },
55
-
56
- AmGraph: {
57
- lineAlpha: 0.9
58
- },
59
- GaugeArrow: {
60
- color: "#000000",
61
- alpha: 0.8,
62
- nailAlpha: 0,
63
- innerRadius: "40%",
64
- nailRadius: 15,
65
- startWidth: 15,
66
- borderAlpha: 0.8,
67
- nailBorderAlpha: 0
68
- },
69
-
70
- GaugeAxis: {
71
- tickColor: "#000000",
72
- tickAlpha: 1,
73
- tickLength: 15,
74
- minorTickLength: 8,
75
- axisThickness: 3,
76
- axisColor: '#000000',
77
- axisAlpha: 1,
78
- bandAlpha: 0.8
79
- },
80
-
81
- TrendLine: {
82
- lineColor: "#c03246",
83
- lineAlpha: 0.8
84
- },
85
-
86
- // ammap
87
- AreasSettings: {
88
- alpha: 0.8,
89
- color: "#67b7dc",
90
- colorSolid: "#003767",
91
- unlistedAreasAlpha: 0.4,
92
- unlistedAreasColor: "#000000",
93
- outlineColor: "#FFFFFF",
94
- outlineAlpha: 0.5,
95
- outlineThickness: 0.5,
96
- rollOverColor: "#3c5bdc",
97
- rollOverOutlineColor: "#FFFFFF",
98
- selectedOutlineColor: "#FFFFFF",
99
- selectedColor: "#f15135",
100
- unlistedAreasOutlineColor: "#FFFFFF",
101
- unlistedAreasOutlineAlpha: 0.5
102
- },
103
-
104
- LinesSettings: {
105
- color: "#000000",
106
- alpha: 0.8
107
- },
108
-
109
- ImagesSettings: {
110
- alpha: 0.8,
111
- labelColor: "#000000",
112
- color: "#000000",
113
- labelRollOverColor: "#3c5bdc"
114
- },
115
-
116
- ZoomControl: {
117
- buttonRollOverColor: "#3c5bdc",
118
- buttonFillColor: "#3994e2",
119
- buttonBorderColor: "#3994e2",
120
- buttonFillAlpha: 0.8,
121
- gridBackgroundColor: "#FFFFFF",
122
- buttonBorderAlpha:0,
123
- buttonCornerRadius:2,
124
- gridColor:"#FFFFFF",
125
- gridBackgroundColor:"#000000",
126
- buttonIconAlpha:0.6,
127
- gridAlpha: 0.6,
128
- buttonSize:20
129
- },
130
-
131
- SmallMap: {
132
- mapColor: "#000000",
133
- rectangleColor: "#f15135",
134
- backgroundColor: "#FFFFFF",
135
- backgroundAlpha: 0.7,
136
- borderThickness: 1,
137
- borderAlpha: 0.8
138
- },
139
-
140
- // the defaults below are set using CSS syntax, you can use any existing css property
141
- // if you don't use Stock chart, you can delete lines below
142
- PeriodSelector: {
143
- color: "#000000"
144
- },
145
-
146
- PeriodButton: {
147
- color: "#000000",
148
- background: "transparent",
149
- opacity: 0.7,
150
- border: "1px solid rgba(0, 0, 0, .3)",
151
- MozBorderRadius: "5px",
152
- borderRadius: "5px",
153
- margin: "1px",
154
- outline: "none",
155
- boxSizing: "border-box"
156
- },
157
-
158
- PeriodButtonSelected: {
159
- color: "#000000",
160
- backgroundColor: "#b9cdf5",
161
- border: "1px solid rgba(0, 0, 0, .3)",
162
- MozBorderRadius: "5px",
163
- borderRadius: "5px",
164
- margin: "1px",
165
- outline: "none",
166
- opacity: 1,
167
- boxSizing: "border-box"
168
- },
169
-
170
- PeriodInputField: {
171
- color: "#000000",
172
- background: "transparent",
173
- border: "1px solid rgba(0, 0, 0, .3)",
174
- outline: "none"
175
- },
176
-
177
- DataSetSelector: {
178
-
179
- color: "#000000",
180
- selectedBackgroundColor: "#b9cdf5",
181
- rollOverBackgroundColor: "#a8b0e4"
182
- },
183
-
184
- DataSetCompareList: {
185
- color: "#000000",
186
- lineHeight: "100%",
187
- boxSizing: "initial",
188
- webkitBoxSizing: "initial",
189
- border: "1px solid rgba(0, 0, 0, .3)"
190
- },
191
-
192
- DataSetSelect: {
193
- border: "1px solid rgba(0, 0, 0, .3)",
194
- outline: "none"
195
- }
196
-
1
+ AmCharts.themes.light = {
2
+
3
+ themeName:"light",
4
+
5
+ AmChart: {
6
+ color: "#000000", backgroundColor: "#FFFFFF"
7
+ },
8
+
9
+ AmCoordinateChart: {
10
+ colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"]
11
+ },
12
+
13
+ AmStockChart: {
14
+ colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"]
15
+ },
16
+
17
+ AmSlicedChart: {
18
+ colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"],
19
+ outlineAlpha: 1,
20
+ outlineThickness: 2,
21
+ labelTickColor: "#000000",
22
+ labelTickAlpha: 0.3
23
+ },
24
+
25
+ AmRectangularChart: {
26
+ zoomOutButtonColor: '#000000',
27
+ zoomOutButtonRollOverAlpha: 0.15,
28
+ zoomOutButtonImage: "lens.png"
29
+ },
30
+
31
+ AxisBase: {
32
+ axisColor: "#000000",
33
+ axisAlpha: 0.3,
34
+ gridAlpha: 0.1,
35
+ gridColor: "#000000"
36
+ },
37
+
38
+ ChartScrollbar: {
39
+ backgroundColor: "#000000",
40
+ backgroundAlpha: 0.12,
41
+ graphFillAlpha: 0.5,
42
+ graphLineAlpha: 0,
43
+ selectedBackgroundColor: "#FFFFFF",
44
+ selectedBackgroundAlpha: 0.4,
45
+ gridAlpha: 0.15
46
+ },
47
+
48
+ ChartCursor: {
49
+ cursorColor: "#000000",
50
+ color: "#FFFFFF",
51
+ cursorAlpha: 0.5
52
+ },
53
+
54
+ AmLegend: {
55
+ color: "#000000"
56
+ },
57
+
58
+ AmGraph: {
59
+ lineAlpha: 0.9
60
+ },
61
+ GaugeArrow: {
62
+ color: "#000000",
63
+ alpha: 0.8,
64
+ nailAlpha: 0,
65
+ innerRadius: "40%",
66
+ nailRadius: 15,
67
+ startWidth: 15,
68
+ borderAlpha: 0.8,
69
+ nailBorderAlpha: 0
70
+ },
71
+
72
+ GaugeAxis: {
73
+ tickColor: "#000000",
74
+ tickAlpha: 1,
75
+ tickLength: 15,
76
+ minorTickLength: 8,
77
+ axisThickness: 3,
78
+ axisColor: '#000000',
79
+ axisAlpha: 1,
80
+ bandAlpha: 0.8
81
+ },
82
+
83
+ TrendLine: {
84
+ lineColor: "#c03246",
85
+ lineAlpha: 0.8
86
+ },
87
+
88
+ // ammap
89
+ AreasSettings: {
90
+ alpha: 0.8,
91
+ color: "#67b7dc",
92
+ colorSolid: "#003767",
93
+ unlistedAreasAlpha: 0.4,
94
+ unlistedAreasColor: "#000000",
95
+ outlineColor: "#FFFFFF",
96
+ outlineAlpha: 0.5,
97
+ outlineThickness: 0.5,
98
+ rollOverColor: "#3c5bdc",
99
+ rollOverOutlineColor: "#FFFFFF",
100
+ selectedOutlineColor: "#FFFFFF",
101
+ selectedColor: "#f15135",
102
+ unlistedAreasOutlineColor: "#FFFFFF",
103
+ unlistedAreasOutlineAlpha: 0.5
104
+ },
105
+
106
+ LinesSettings: {
107
+ color: "#000000",
108
+ alpha: 0.8
109
+ },
110
+
111
+ ImagesSettings: {
112
+ alpha: 0.8,
113
+ labelColor: "#000000",
114
+ color: "#000000",
115
+ labelRollOverColor: "#3c5bdc"
116
+ },
117
+
118
+ ZoomControl: {
119
+ buttonRollOverColor: "#3c5bdc",
120
+ buttonFillColor: "#3994e2",
121
+ buttonBorderColor: "#3994e2",
122
+ buttonFillAlpha: 0.8,
123
+ gridBackgroundColor: "#FFFFFF",
124
+ buttonBorderAlpha:0,
125
+ buttonCornerRadius:2,
126
+ gridColor:"#FFFFFF",
127
+ gridBackgroundColor:"#000000",
128
+ buttonIconAlpha:0.6,
129
+ gridAlpha: 0.6,
130
+ buttonSize:20
131
+ },
132
+
133
+ SmallMap: {
134
+ mapColor: "#000000",
135
+ rectangleColor: "#f15135",
136
+ backgroundColor: "#FFFFFF",
137
+ backgroundAlpha: 0.7,
138
+ borderThickness: 1,
139
+ borderAlpha: 0.8
140
+ },
141
+
142
+ // the defaults below are set using CSS syntax, you can use any existing css property
143
+ // if you don't use Stock chart, you can delete lines below
144
+ PeriodSelector: {
145
+ color: "#000000"
146
+ },
147
+
148
+ PeriodButton: {
149
+ color: "#000000",
150
+ background: "transparent",
151
+ opacity: 0.7,
152
+ border: "1px solid rgba(0, 0, 0, .3)",
153
+ MozBorderRadius: "5px",
154
+ borderRadius: "5px",
155
+ margin: "1px",
156
+ outline: "none",
157
+ boxSizing: "border-box"
158
+ },
159
+
160
+ PeriodButtonSelected: {
161
+ color: "#000000",
162
+ backgroundColor: "#b9cdf5",
163
+ border: "1px solid rgba(0, 0, 0, .3)",
164
+ MozBorderRadius: "5px",
165
+ borderRadius: "5px",
166
+ margin: "1px",
167
+ outline: "none",
168
+ opacity: 1,
169
+ boxSizing: "border-box"
170
+ },
171
+
172
+ PeriodInputField: {
173
+ color: "#000000",
174
+ background: "transparent",
175
+ border: "1px solid rgba(0, 0, 0, .3)",
176
+ outline: "none"
177
+ },
178
+
179
+ DataSetSelector: {
180
+
181
+ color: "#000000",
182
+ selectedBackgroundColor: "#b9cdf5",
183
+ rollOverBackgroundColor: "#a8b0e4"
184
+ },
185
+
186
+ DataSetCompareList: {
187
+ color: "#000000",
188
+ lineHeight: "100%",
189
+ boxSizing: "initial",
190
+ webkitBoxSizing: "initial",
191
+ border: "1px solid rgba(0, 0, 0, .3)"
192
+ },
193
+
194
+ DataSetSelect: {
195
+ border: "1px solid rgba(0, 0, 0, .3)",
196
+ outline: "none"
197
+ }
198
+
197
199
  };
@@ -1,259 +1,259 @@
1
- AmCharts.themes.patterns = {
2
-
3
- themeName:"patterns",
4
-
5
- AmChart: {
6
- color: "#000000"
7
- },
8
-
9
- AmCoordinateChart: {
10
- colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000"],
11
- patterns:[
12
- {"url":"../amcharts/patterns/black/pattern1.png", "width":4, "height":4},
13
- {"url":"../amcharts/patterns/black/pattern2.png", "width":4, "height":4},
14
- {"url":"../amcharts/patterns/black/pattern3.png", "width":4, "height":4},
15
- {"url":"../amcharts/patterns/black/pattern4.png", "width":4, "height":4},
16
- {"url":"../amcharts/patterns/black/pattern5.png", "width":4, "height":4},
17
- {"url":"../amcharts/patterns/black/pattern6.png", "width":4, "height":4},
18
- {"url":"../amcharts/patterns/black/pattern7.png", "width":4, "height":4},
19
- {"url":"../amcharts/patterns/black/pattern8.png", "width":4, "height":4},
20
- {"url":"../amcharts/patterns/black/pattern9.png", "width":4, "height":4},
21
- {"url":"../amcharts/patterns/black/pattern10.png", "width":4, "height":4},
22
- {"url":"../amcharts/patterns/black/pattern11.png", "width":4, "height":4},
23
- {"url":"../amcharts/patterns/black/pattern12.png", "width":4, "height":4},
24
- {"url":"../amcharts/patterns/black/pattern13.png", "width":4, "height":4},
25
- {"url":"../amcharts/patterns/black/pattern14.png", "width":4, "height":4},
26
- {"url":"../amcharts/patterns/black/pattern15.png", "width":4, "height":4},
27
- {"url":"../amcharts/patterns/black/pattern16.png", "width":4, "height":4},
28
- {"url":"../amcharts/patterns/black/pattern17.png", "width":4, "height":4},
29
- {"url":"../amcharts/patterns/black/pattern18.png", "width":4, "height":4},
30
- {"url":"../amcharts/patterns/black/pattern19.png", "width":4, "height":4},
31
- {"url":"../amcharts/patterns/black/pattern20.png", "width":4, "height":4},
32
- {"url":"../amcharts/patterns/black/pattern21.png", "width":4, "height":4}]
33
- },
34
-
35
-
36
- AmStockChart: {
37
- colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000"]
38
- },
39
-
40
- AmPieChart: {
41
- depth3D:0,
42
- angle:0,
43
- labelRadius:10
44
- },
45
-
46
- AmSlicedChart: {
47
- outlineAlpha: 0.3,
48
- colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000"],
49
- outlineThickness: 1,
50
- outlineColor:"#000000",
51
- labelTickColor: "#000000",
52
- labelTickAlpha: 0.3,
53
- patterns:[
54
- {"url":"../amcharts/patterns/black/pattern1.png", "width":4, "height":4},
55
- {"url":"../amcharts/patterns/black/pattern2.png", "width":4, "height":4},
56
- {"url":"../amcharts/patterns/black/pattern3.png", "width":4, "height":4},
57
- {"url":"../amcharts/patterns/black/pattern4.png", "width":4, "height":4},
58
- {"url":"../amcharts/patterns/black/pattern5.png", "width":4, "height":4},
59
- {"url":"../amcharts/patterns/black/pattern6.png", "width":4, "height":4},
60
- {"url":"../amcharts/patterns/black/pattern7.png", "width":4, "height":4},
61
- {"url":"../amcharts/patterns/black/pattern8.png", "width":4, "height":4},
62
- {"url":"../amcharts/patterns/black/pattern9.png", "width":4, "height":4},
63
- {"url":"../amcharts/patterns/black/pattern10.png", "width":4, "height":4},
64
- {"url":"../amcharts/patterns/black/pattern11.png", "width":4, "height":4},
65
- {"url":"../amcharts/patterns/black/pattern12.png", "width":4, "height":4},
66
- {"url":"../amcharts/patterns/black/pattern13.png", "width":4, "height":4},
67
- {"url":"../amcharts/patterns/black/pattern14.png", "width":4, "height":4},
68
- {"url":"../amcharts/patterns/black/pattern15.png", "width":4, "height":4},
69
- {"url":"../amcharts/patterns/black/pattern16.png", "width":4, "height":4},
70
- {"url":"../amcharts/patterns/black/pattern17.png", "width":4, "height":4},
71
- {"url":"../amcharts/patterns/black/pattern18.png", "width":4, "height":4},
72
- {"url":"../amcharts/patterns/black/pattern19.png", "width":4, "height":4},
73
- {"url":"../amcharts/patterns/black/pattern20.png", "width":4, "height":4},
74
- {"url":"../amcharts/patterns/black/pattern21.png", "width":4, "height":4}]
75
- },
76
-
77
- AmRectangularChart: {
78
- zoomOutButtonColor: '#000000',
79
- zoomOutButtonRollOverAlpha: 0.15,
80
- zoomOutButtonImage: "lens.png"
81
- },
82
-
83
-
84
-
85
- AxisBase: {
86
- axisColor: "#000000",
87
- axisAlpha: 0.3,
88
- gridAlpha: 0.05,
89
- gridColor: "#000000"
90
- },
91
-
92
- ChartScrollbar: {
93
- backgroundColor: "#000000",
94
- backgroundAlpha: 0.13,
95
- graphFillAlpha: 0.4,
96
- selectedGraphFillAlpha: 0.7,
97
- graphLineAlpha: 0,
98
- selectedBackgroundColor: "#FFFFFF",
99
- selectedBackgroundAlpha: 0.9,
100
- gridAlpha: 0.15
101
- },
102
-
103
- ChartCursor: {
104
- cursorColor: "#000000",
105
- color: "#FFFFFF",
106
- cursorAlpha: 0.5
107
- },
108
-
109
- AmLegend: {
110
- color: "#000000",
111
- markerBorderAlpha:0.1,
112
- markerSize:20,
113
- switchColor:"#000000"
114
- },
115
-
116
- AmGraph: {
117
- lineAlpha: 0.4,
118
- fillAlphas:0.5
119
- },
120
-
121
- AmAngularGauge:{
122
- faceAlpha:0.5,
123
- facePattern:{"url":"../amcharts/patterns/black/pattern1.png", "width":4, "height":4}
124
- },
125
-
126
-
127
- GaugeArrow: {
128
- color: "#000000",
129
- alpha: 1,
130
- nailAlpha: 1,
131
- innerRadius: "0%",
132
- nailRadius: 15,
133
- startWidth: 15,
134
- borderAlpha: 1,
135
- radius:"70%",
136
- nailBorderAlpha: 1
137
- },
138
-
139
- GaugeAxis: {
140
- tickColor: "#000000",
141
- tickAlpha: 1,
142
- tickLength: 15,
143
- minorTickLength: 8,
144
- axisThickness: 1,
145
- axisColor: '#000000',
146
- axisAlpha: 1,
147
- bandAlpha: 1
148
- },
149
-
150
- TrendLine: {
151
- lineColor: "#c03246",
152
- lineAlpha: 0.8
153
- },
154
-
155
- // ammap
156
- AreasSettings: {
157
- alpha: 0.8,
158
- color: "#000000",
159
- colorSolid: "#000000",
160
- unlistedAreasAlpha: 0.4,
161
- unlistedAreasColor: "#000000",
162
- outlineColor: "#FFFFFF",
163
- outlineAlpha: 0.5,
164
- outlineThickness: 0.5,
165
- rollOverColor: "#3c5bdc",
166
- rollOverOutlineColor: "#FFFFFF",
167
- selectedOutlineColor: "#FFFFFF",
168
- selectedColor: "#f15135",
169
- unlistedAreasOutlineColor: "#FFFFFF",
170
- unlistedAreasOutlineAlpha: 0.5
171
- },
172
-
173
- LinesSettings: {
174
- color: "#000000",
175
- alpha: 0.8
176
- },
177
-
178
- ImagesSettings: {
179
- alpha: 0.8,
180
- labelColor: "#000000",
181
- color: "#000000",
182
- labelRollOverColor: "#3c5bdc"
183
- },
184
-
185
- ZoomControl: {
186
- buttonRollOverColor: "#3c5bdc",
187
- buttonFillColor: "#f15135",
188
- buttonFillAlpha: 0.8,
189
- buttonBorderColor: "#000000",
190
- gridBackgroundColor: "#000000",
191
- gridAlpha: 0.8
192
- },
193
-
194
- SmallMap: {
195
- mapColor: "#000000",
196
- rectangleColor: "#FFFFFF",
197
- backgroundColor: "#FFFFFF",
198
- backgroundAlpha: 0.7,
199
- borderThickness: 1,
200
- borderAlpha: 0.8
201
- },
202
-
203
- // the defaults below are set using CSS syntax, you can use any existing css property
204
- // if you don't use Stock chart, you can delete lines below
205
- PeriodSelector: {
206
- color: "#000000"
207
- },
208
-
209
- PeriodButton: {
210
- color: "#000000",
211
- background: "transparent",
212
- opacity: 0.7,
213
- border: "1px solid rgba(0, 0, 0, .3)",
214
- MozBorderRadius: "5px",
215
- borderRadius: "5px",
216
- margin: "1px",
217
- outline: "none",
218
- boxSizing: "border-box"
219
- },
220
-
221
- PeriodButtonSelected: {
222
- color: "#000000",
223
- backgroundColor: "rgba(0, 0, 0, 0.1)",
224
- border: "1px solid rgba(0, 0, 0, .3)",
225
- MozBorderRadius: "5px",
226
- borderRadius: "5px",
227
- margin: "1px",
228
- outline: "none",
229
- opacity: 1,
230
- boxSizing: "border-box"
231
- },
232
-
233
- PeriodInputField: {
234
- color: "#000000",
235
- background: "transparent",
236
- border: "1px solid rgba(0, 0, 0, .3)",
237
- outline: "none"
238
- },
239
-
240
- DataSetSelector: {
241
- color: "#000000",
242
- selectedBackgroundColor: "rgba(0, 0, 0, .25)",
243
- rollOverBackgroundColor: "rgba(0, 0, 0, .15)"
244
- },
245
-
246
- DataSetCompareList: {
247
- color: "#000000",
248
- lineHeight: "100%",
249
- boxSizing: "initial",
250
- webkitBoxSizing: "initial",
251
- border: "1px solid rgba(0, 0, 0, .3)"
252
- },
253
-
254
- DataSetSelect: {
255
- border: "1px solid rgba(0, 0, 0, .3)",
256
- outline: "none"
257
- }
258
-
1
+ AmCharts.themes.patterns = {
2
+
3
+ themeName:"patterns",
4
+
5
+ AmChart: {
6
+ color: "#000000", backgroundColor: "#FFFFFF"
7
+ },
8
+
9
+ AmCoordinateChart: {
10
+ colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000"],
11
+ patterns:[
12
+ {"url":"../amcharts/patterns/black/pattern1.png", "width":4, "height":4},
13
+ {"url":"../amcharts/patterns/black/pattern2.png", "width":4, "height":4},
14
+ {"url":"../amcharts/patterns/black/pattern3.png", "width":4, "height":4},
15
+ {"url":"../amcharts/patterns/black/pattern4.png", "width":4, "height":4},
16
+ {"url":"../amcharts/patterns/black/pattern5.png", "width":4, "height":4},
17
+ {"url":"../amcharts/patterns/black/pattern6.png", "width":4, "height":4},
18
+ {"url":"../amcharts/patterns/black/pattern7.png", "width":4, "height":4},
19
+ {"url":"../amcharts/patterns/black/pattern8.png", "width":4, "height":4},
20
+ {"url":"../amcharts/patterns/black/pattern9.png", "width":4, "height":4},
21
+ {"url":"../amcharts/patterns/black/pattern10.png", "width":4, "height":4},
22
+ {"url":"../amcharts/patterns/black/pattern11.png", "width":4, "height":4},
23
+ {"url":"../amcharts/patterns/black/pattern12.png", "width":4, "height":4},
24
+ {"url":"../amcharts/patterns/black/pattern13.png", "width":4, "height":4},
25
+ {"url":"../amcharts/patterns/black/pattern14.png", "width":4, "height":4},
26
+ {"url":"../amcharts/patterns/black/pattern15.png", "width":4, "height":4},
27
+ {"url":"../amcharts/patterns/black/pattern16.png", "width":4, "height":4},
28
+ {"url":"../amcharts/patterns/black/pattern17.png", "width":4, "height":4},
29
+ {"url":"../amcharts/patterns/black/pattern18.png", "width":4, "height":4},
30
+ {"url":"../amcharts/patterns/black/pattern19.png", "width":4, "height":4},
31
+ {"url":"../amcharts/patterns/black/pattern20.png", "width":4, "height":4},
32
+ {"url":"../amcharts/patterns/black/pattern21.png", "width":4, "height":4}]
33
+ },
34
+
35
+
36
+ AmStockChart: {
37
+ colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000"]
38
+ },
39
+
40
+ AmPieChart: {
41
+ depth3D:0,
42
+ angle:0,
43
+ labelRadius:10
44
+ },
45
+
46
+ AmSlicedChart: {
47
+ outlineAlpha: 0.3,
48
+ colors:["#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000","#000000"],
49
+ outlineThickness: 1,
50
+ outlineColor:"#000000",
51
+ labelTickColor: "#000000",
52
+ labelTickAlpha: 0.3,
53
+ patterns:[
54
+ {"url":"../amcharts/patterns/black/pattern1.png", "width":4, "height":4},
55
+ {"url":"../amcharts/patterns/black/pattern2.png", "width":4, "height":4},
56
+ {"url":"../amcharts/patterns/black/pattern3.png", "width":4, "height":4},
57
+ {"url":"../amcharts/patterns/black/pattern4.png", "width":4, "height":4},
58
+ {"url":"../amcharts/patterns/black/pattern5.png", "width":4, "height":4},
59
+ {"url":"../amcharts/patterns/black/pattern6.png", "width":4, "height":4},
60
+ {"url":"../amcharts/patterns/black/pattern7.png", "width":4, "height":4},
61
+ {"url":"../amcharts/patterns/black/pattern8.png", "width":4, "height":4},
62
+ {"url":"../amcharts/patterns/black/pattern9.png", "width":4, "height":4},
63
+ {"url":"../amcharts/patterns/black/pattern10.png", "width":4, "height":4},
64
+ {"url":"../amcharts/patterns/black/pattern11.png", "width":4, "height":4},
65
+ {"url":"../amcharts/patterns/black/pattern12.png", "width":4, "height":4},
66
+ {"url":"../amcharts/patterns/black/pattern13.png", "width":4, "height":4},
67
+ {"url":"../amcharts/patterns/black/pattern14.png", "width":4, "height":4},
68
+ {"url":"../amcharts/patterns/black/pattern15.png", "width":4, "height":4},
69
+ {"url":"../amcharts/patterns/black/pattern16.png", "width":4, "height":4},
70
+ {"url":"../amcharts/patterns/black/pattern17.png", "width":4, "height":4},
71
+ {"url":"../amcharts/patterns/black/pattern18.png", "width":4, "height":4},
72
+ {"url":"../amcharts/patterns/black/pattern19.png", "width":4, "height":4},
73
+ {"url":"../amcharts/patterns/black/pattern20.png", "width":4, "height":4},
74
+ {"url":"../amcharts/patterns/black/pattern21.png", "width":4, "height":4}]
75
+ },
76
+
77
+ AmRectangularChart: {
78
+ zoomOutButtonColor: '#000000',
79
+ zoomOutButtonRollOverAlpha: 0.15,
80
+ zoomOutButtonImage: "lens.png"
81
+ },
82
+
83
+
84
+
85
+ AxisBase: {
86
+ axisColor: "#000000",
87
+ axisAlpha: 0.3,
88
+ gridAlpha: 0.05,
89
+ gridColor: "#000000"
90
+ },
91
+
92
+ ChartScrollbar: {
93
+ backgroundColor: "#000000",
94
+ backgroundAlpha: 0.13,
95
+ graphFillAlpha: 0.4,
96
+ selectedGraphFillAlpha: 0.7,
97
+ graphLineAlpha: 0,
98
+ selectedBackgroundColor: "#FFFFFF",
99
+ selectedBackgroundAlpha: 0.9,
100
+ gridAlpha: 0.15
101
+ },
102
+
103
+ ChartCursor: {
104
+ cursorColor: "#000000",
105
+ color: "#FFFFFF",
106
+ cursorAlpha: 0.5
107
+ },
108
+
109
+ AmLegend: {
110
+ color: "#000000",
111
+ markerBorderAlpha:0.1,
112
+ markerSize:20,
113
+ switchColor:"#000000"
114
+ },
115
+
116
+ AmGraph: {
117
+ lineAlpha: 0.4,
118
+ fillAlphas:0.5
119
+ },
120
+
121
+ AmAngularGauge:{
122
+ faceAlpha:0.5,
123
+ facePattern:{"url":"../amcharts/patterns/black/pattern1.png", "width":4, "height":4}
124
+ },
125
+
126
+
127
+ GaugeArrow: {
128
+ color: "#000000",
129
+ alpha: 1,
130
+ nailAlpha: 1,
131
+ innerRadius: "0%",
132
+ nailRadius: 15,
133
+ startWidth: 15,
134
+ borderAlpha: 1,
135
+ radius:"70%",
136
+ nailBorderAlpha: 1
137
+ },
138
+
139
+ GaugeAxis: {
140
+ tickColor: "#000000",
141
+ tickAlpha: 1,
142
+ tickLength: 15,
143
+ minorTickLength: 8,
144
+ axisThickness: 1,
145
+ axisColor: '#000000',
146
+ axisAlpha: 1,
147
+ bandAlpha: 1
148
+ },
149
+
150
+ TrendLine: {
151
+ lineColor: "#c03246",
152
+ lineAlpha: 0.8
153
+ },
154
+
155
+ // ammap
156
+ AreasSettings: {
157
+ alpha: 0.8,
158
+ color: "#000000",
159
+ colorSolid: "#000000",
160
+ unlistedAreasAlpha: 0.4,
161
+ unlistedAreasColor: "#000000",
162
+ outlineColor: "#FFFFFF",
163
+ outlineAlpha: 0.5,
164
+ outlineThickness: 0.5,
165
+ rollOverColor: "#3c5bdc",
166
+ rollOverOutlineColor: "#FFFFFF",
167
+ selectedOutlineColor: "#FFFFFF",
168
+ selectedColor: "#f15135",
169
+ unlistedAreasOutlineColor: "#FFFFFF",
170
+ unlistedAreasOutlineAlpha: 0.5
171
+ },
172
+
173
+ LinesSettings: {
174
+ color: "#000000",
175
+ alpha: 0.8
176
+ },
177
+
178
+ ImagesSettings: {
179
+ alpha: 0.8,
180
+ labelColor: "#000000",
181
+ color: "#000000",
182
+ labelRollOverColor: "#3c5bdc"
183
+ },
184
+
185
+ ZoomControl: {
186
+ buttonRollOverColor: "#3c5bdc",
187
+ buttonFillColor: "#f15135",
188
+ buttonFillAlpha: 0.8,
189
+ buttonBorderColor: "#000000",
190
+ gridBackgroundColor: "#000000",
191
+ gridAlpha: 0.8
192
+ },
193
+
194
+ SmallMap: {
195
+ mapColor: "#000000",
196
+ rectangleColor: "#FFFFFF",
197
+ backgroundColor: "#FFFFFF",
198
+ backgroundAlpha: 0.7,
199
+ borderThickness: 1,
200
+ borderAlpha: 0.8
201
+ },
202
+
203
+ // the defaults below are set using CSS syntax, you can use any existing css property
204
+ // if you don't use Stock chart, you can delete lines below
205
+ PeriodSelector: {
206
+ color: "#000000"
207
+ },
208
+
209
+ PeriodButton: {
210
+ color: "#000000",
211
+ background: "transparent",
212
+ opacity: 0.7,
213
+ border: "1px solid rgba(0, 0, 0, .3)",
214
+ MozBorderRadius: "5px",
215
+ borderRadius: "5px",
216
+ margin: "1px",
217
+ outline: "none",
218
+ boxSizing: "border-box"
219
+ },
220
+
221
+ PeriodButtonSelected: {
222
+ color: "#000000",
223
+ backgroundColor: "rgba(0, 0, 0, 0.1)",
224
+ border: "1px solid rgba(0, 0, 0, .3)",
225
+ MozBorderRadius: "5px",
226
+ borderRadius: "5px",
227
+ margin: "1px",
228
+ outline: "none",
229
+ opacity: 1,
230
+ boxSizing: "border-box"
231
+ },
232
+
233
+ PeriodInputField: {
234
+ color: "#000000",
235
+ background: "transparent",
236
+ border: "1px solid rgba(0, 0, 0, .3)",
237
+ outline: "none"
238
+ },
239
+
240
+ DataSetSelector: {
241
+ color: "#000000",
242
+ selectedBackgroundColor: "rgba(0, 0, 0, .25)",
243
+ rollOverBackgroundColor: "rgba(0, 0, 0, .15)"
244
+ },
245
+
246
+ DataSetCompareList: {
247
+ color: "#000000",
248
+ lineHeight: "100%",
249
+ boxSizing: "initial",
250
+ webkitBoxSizing: "initial",
251
+ border: "1px solid rgba(0, 0, 0, .3)"
252
+ },
253
+
254
+ DataSetSelect: {
255
+ border: "1px solid rgba(0, 0, 0, .3)",
256
+ outline: "none"
257
+ }
258
+
259
259
  };