amcharts.rb 3.11.2.14 → 3.11.2.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +5 -13
  2. data/.travis.yml +12 -0
  3. data/README.md +1 -1
  4. data/amcharts.rb.gemspec +12 -5
  5. data/lib/amcharts/chart.rb +22 -2
  6. data/lib/amcharts/settings.rb +2 -2
  7. data/lib/amcharts/version.rb +1 -1
  8. data/spec/chart_spec.rb +96 -11
  9. data/vendor/assets/javascripts/amcharts/amcharts.js +380 -380
  10. data/vendor/assets/javascripts/amcharts/amstock.js +97 -97
  11. data/vendor/assets/javascripts/amcharts/changeLog.txt +1070 -1070
  12. data/vendor/assets/javascripts/amcharts/exporting/amexport.js +854 -854
  13. data/vendor/assets/javascripts/amcharts/exporting/canvg.js +2841 -2841
  14. data/vendor/assets/javascripts/amcharts/exporting/rgbcolor.js +288 -288
  15. data/vendor/assets/javascripts/amcharts/funnel.js +16 -16
  16. data/vendor/assets/javascripts/amcharts/gauge.js +19 -19
  17. data/vendor/assets/javascripts/amcharts/lang/de.js +12 -12
  18. data/vendor/assets/javascripts/amcharts/licence.txt +15 -15
  19. data/vendor/assets/javascripts/amcharts/pie.js +9 -9
  20. data/vendor/assets/javascripts/amcharts/radar.js +9 -9
  21. data/vendor/assets/javascripts/amcharts/serial.js +56 -56
  22. data/vendor/assets/javascripts/amcharts/themes/black.js +205 -205
  23. data/vendor/assets/javascripts/amcharts/themes/chalk.js +216 -216
  24. data/vendor/assets/javascripts/amcharts/themes/dark.js +204 -204
  25. data/vendor/assets/javascripts/amcharts/themes/light.js +198 -198
  26. data/vendor/assets/javascripts/amcharts/themes/patterns.js +258 -258
  27. data/vendor/assets/javascripts/amcharts/thirdPartySoftwareList.txt +33 -33
  28. data/vendor/assets/javascripts/amcharts/xy.js +16 -16
  29. metadata +69 -49
@@ -1,199 +1,199 @@
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
-
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
+
199
199
  };
@@ -1,259 +1,259 @@
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
-
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
  };