Subversion Repositories php-qbpwcf

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 liveuser 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":"patterns/black/pattern1.png", "width":4, "height":4},
13
		{"url":"patterns/black/pattern2.png", "width":4, "height":4},
14
		{"url":"patterns/black/pattern3.png", "width":4, "height":4},
15
		{"url":"patterns/black/pattern4.png", "width":4, "height":4},
16
		{"url":"patterns/black/pattern5.png", "width":4, "height":4},
17
		{"url":"patterns/black/pattern6.png", "width":4, "height":4},
18
		{"url":"patterns/black/pattern7.png", "width":4, "height":4},
19
		{"url":"patterns/black/pattern8.png", "width":4, "height":4},
20
		{"url":"patterns/black/pattern9.png", "width":4, "height":4},
21
		{"url":"patterns/black/pattern10.png", "width":4, "height":4},
22
		{"url":"patterns/black/pattern11.png", "width":4, "height":4},
23
		{"url":"patterns/black/pattern12.png", "width":4, "height":4},
24
		{"url":"patterns/black/pattern13.png", "width":4, "height":4},
25
		{"url":"patterns/black/pattern14.png", "width":4, "height":4},
26
		{"url":"patterns/black/pattern15.png", "width":4, "height":4},
27
		{"url":"patterns/black/pattern16.png", "width":4, "height":4},
28
		{"url":"patterns/black/pattern17.png", "width":4, "height":4},
29
		{"url":"patterns/black/pattern18.png", "width":4, "height":4},
30
		{"url":"patterns/black/pattern19.png", "width":4, "height":4},
31
		{"url":"patterns/black/pattern20.png", "width":4, "height":4},
32
		{"url":"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":"patterns/black/pattern1.png", "width":4, "height":4},
55
		{"url":"patterns/black/pattern2.png", "width":4, "height":4},
56
		{"url":"patterns/black/pattern3.png", "width":4, "height":4},
57
		{"url":"patterns/black/pattern4.png", "width":4, "height":4},
58
		{"url":"patterns/black/pattern5.png", "width":4, "height":4},
59
		{"url":"patterns/black/pattern6.png", "width":4, "height":4},
60
		{"url":"patterns/black/pattern7.png", "width":4, "height":4},
61
		{"url":"patterns/black/pattern8.png", "width":4, "height":4},
62
		{"url":"patterns/black/pattern9.png", "width":4, "height":4},
63
		{"url":"patterns/black/pattern10.png", "width":4, "height":4},
64
		{"url":"patterns/black/pattern11.png", "width":4, "height":4},
65
		{"url":"patterns/black/pattern12.png", "width":4, "height":4},
66
		{"url":"patterns/black/pattern13.png", "width":4, "height":4},
67
		{"url":"patterns/black/pattern14.png", "width":4, "height":4},
68
		{"url":"patterns/black/pattern15.png", "width":4, "height":4},
69
		{"url":"patterns/black/pattern16.png", "width":4, "height":4},
70
		{"url":"patterns/black/pattern17.png", "width":4, "height":4},
71
		{"url":"patterns/black/pattern18.png", "width":4, "height":4},
72
		{"url":"patterns/black/pattern19.png", "width":4, "height":4},
73
		{"url":"patterns/black/pattern20.png", "width":4, "height":4},
74
		{"url":"patterns/black/pattern21.png", "width":4, "height":4}]
75
	},
76
 
77
	AmRectangularChart: {
78
		zoomOutButtonColor: '#000000',
79
		zoomOutButtonRollOverAlpha: 0.15,
80
		zoomOutButtonImage: "lens"
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":"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
	},
190
 
191
	SmallMap: {
192
		mapColor: "#000000",
193
		rectangleColor: "#FFFFFF",
194
		backgroundColor: "#FFFFFF",
195
		backgroundAlpha: 0.7,
196
		borderThickness: 1,
197
		borderAlpha: 0.8
198
	},
199
 
200
	// the defaults below are set using CSS syntax, you can use any existing css property
201
	// if you don't use Stock chart, you can delete lines below
202
	PeriodSelector: {
203
		color: "#000000"
204
	},
205
 
206
	PeriodButton: {
207
		color: "#000000",
208
		background: "transparent",
209
		opacity: 0.7,
210
		border: "1px solid rgba(0, 0, 0, .3)",
211
		MozBorderRadius: "5px",
212
		borderRadius: "5px",
213
		margin: "1px",
214
		outline: "none",
215
		boxSizing: "border-box"
216
	},
217
 
218
	PeriodButtonSelected: {
219
		color: "#000000",
220
		backgroundColor: "rgba(0, 0, 0, 0.1)",
221
		border: "1px solid rgba(0, 0, 0, .3)",
222
		MozBorderRadius: "5px",
223
		borderRadius: "5px",
224
		margin: "1px",
225
		outline: "none",
226
		opacity: 1,
227
		boxSizing: "border-box"
228
	},
229
 
230
	PeriodInputField: {
231
		color: "#000000",
232
		background: "transparent",
233
		border: "1px solid rgba(0, 0, 0, .3)",
234
		outline: "none"
235
	},
236
 
237
	DataSetSelector: {
238
		color: "#000000",
239
		selectedBackgroundColor: "rgba(0, 0, 0, .25)",
240
		rollOverBackgroundColor: "rgba(0, 0, 0, .15)"
241
	},
242
 
243
	DataSetCompareList: {
244
		color: "#000000",
245
		lineHeight: "100%",
246
		boxSizing: "initial",
247
		webkitBoxSizing: "initial",
248
		border: "1px solid rgba(0, 0, 0, .3)"
249
	},
250
 
251
	DataSetSelect: {
252
		border: "1px solid rgba(0, 0, 0, .3)",
253
		outline: "none"
254
	}
255
 
256
};