Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 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
 
259
};