\n",
35 | " \n",
36 | " 0 | \n",
37 | " animationInterval | \n",
38 | " number | \n",
39 | " 1000 | \n",
40 | " The animation interval in milliseconds. This d... | \n",
41 | "
\n",
42 | " \n",
43 | " 1 | \n",
44 | " animationPreload | \n",
45 | " boolean | \n",
46 | " false | \n",
47 | " If false, the animation frames are loaded as s... | \n",
48 | "
\n",
49 | " \n",
50 | " 2 | \n",
51 | " animationAutoStart | \n",
52 | " boolean | \n",
53 | " false | \n",
54 | " If true, the animation starts playing automati... | \n",
55 | "
\n",
56 | " \n",
57 | " 3 | \n",
58 | " axisColor | \n",
59 | " string | \n",
60 | " '#4D4D4D' | \n",
61 | " The color of the axis lines and the text along... | \n",
62 | "
\n",
63 | " \n",
64 | " 4 | \n",
65 | " backgroundColor | \n",
66 | " string or Object | \n",
67 | " {fill: 'white', stroke: 'gray', strokeWidth: 1} | \n",
68 | " The background color for the main area of the ... | \n",
69 | "
\n",
70 | " \n",
71 | " 5 | \n",
72 | " backgroundColor.fill | \n",
73 | " string | \n",
74 | " 'white' | \n",
75 | " The chart fill color, as an HTML color string. | \n",
76 | "
\n",
77 | " \n",
78 | " 6 | \n",
79 | " backgroundColor.stroke | \n",
80 | " string | \n",
81 | " 'gray' | \n",
82 | " The color of the chart border, as an HTML colo... | \n",
83 | "
\n",
84 | " \n",
85 | " 7 | \n",
86 | " backgroundColor.strokeWidth | \n",
87 | " number | \n",
88 | " 1 | \n",
89 | " The border width, in pixels. | \n",
90 | "
\n",
91 | " \n",
92 | " 8 | \n",
93 | " cameraPosition | \n",
94 | " Object | \n",
95 | " {horizontal: 1.0, vertical: 0.5, distance: 1.7} | \n",
96 | " Set the initial rotation and position of the c... | \n",
97 | "
\n",
98 | " \n",
99 | " 9 | \n",
100 | " cameraPosition.horizontal | \n",
101 | " number | \n",
102 | " 1.0 | \n",
103 | " Parameter horizontal is a value in radians and... | \n",
104 | "
\n",
105 | " \n",
106 | " 10 | \n",
107 | " cameraPosition.vertical | \n",
108 | " number | \n",
109 | " 0.5 | \n",
110 | " Parameter vertical is a value in radians betwe... | \n",
111 | "
\n",
112 | " \n",
113 | " 11 | \n",
114 | " cameraPosition.distance | \n",
115 | " number | \n",
116 | " 1.7 | \n",
117 | " Parameter distance is the (normalized) distanc... | \n",
118 | "
\n",
119 | " \n",
120 | " 12 | \n",
121 | " dataColor | \n",
122 | " string or object | \n",
123 | " {fill: '#7DC1FF', stroke: '#3267D2', strokeWid... | \n",
124 | " When dataColor is a string, it will set the co... | \n",
125 | "
\n",
126 | " \n",
127 | " 13 | \n",
128 | " dataColor.fill | \n",
129 | " string | \n",
130 | " '#7DC1FF' | \n",
131 | " The border color of the dots or bars. Applicab... | \n",
132 | "
\n",
133 | " \n",
134 | " 14 | \n",
135 | " dataColor.stroke | \n",
136 | " string | \n",
137 | " '#3267D2' | \n",
138 | " The fill color of the dots or bars. Applicable... | \n",
139 | "
\n",
140 | " \n",
141 | " 15 | \n",
142 | " dataColor.strokeWidth | \n",
143 | " number | \n",
144 | " 1 | \n",
145 | " The line width of dots, bars and lines. Applic... | \n",
146 | "
\n",
147 | " \n",
148 | " 16 | \n",
149 | " gridColor | \n",
150 | " string | \n",
151 | " '#D3D3D3' | \n",
152 | " The color of the grid lines. | \n",
153 | "
\n",
154 | " \n",
155 | " 17 | \n",
156 | " height | \n",
157 | " string | \n",
158 | " '400px' | \n",
159 | " The height of the graph in pixels or as a perc... | \n",
160 | "
\n",
161 | " \n",
162 | " 18 | \n",
163 | " keepAspectRatio | \n",
164 | " boolean | \n",
165 | " true | \n",
166 | " If keepAspectRatio is true, the x-axis and the... | \n",
167 | "
\n",
168 | " \n",
169 | " 19 | \n",
170 | " showAnimationControls | \n",
171 | " boolean | \n",
172 | " true | \n",
173 | " If true, animation controls are created at the... | \n",
174 | "
\n",
175 | " \n",
176 | " 20 | \n",
177 | " showGrid | \n",
178 | " boolean | \n",
179 | " true | \n",
180 | " If true, grid lines are draw in the x-y surfac... | \n",
181 | "
\n",
182 | " \n",
183 | " 21 | \n",
184 | " showPerspective | \n",
185 | " boolean | \n",
186 | " true | \n",
187 | " If true, the graph is drawn in perspective: po... | \n",
188 | "
\n",
189 | " \n",
190 | " 22 | \n",
191 | " showShadow | \n",
192 | " boolean | \n",
193 | " false | \n",
194 | " Show shadow on the graph. | \n",
195 | "
\n",
196 | " \n",
197 | " 23 | \n",
198 | " style | \n",
199 | " string | \n",
200 | " 'dot' | \n",
201 | " The style of the 3d graph. Available styles: b... | \n",
202 | "
\n",
203 | " \n",
204 | " 24 | \n",
205 | " tooltip | \n",
206 | " boolean | function | \n",
207 | " false | \n",
208 | " Show a tooltip showing the values of the hover... | \n",
209 | "
\n",
210 | " \n",
211 | " 25 | \n",
212 | " valueMax | \n",
213 | " number | \n",
214 | " none | \n",
215 | " The maximum value for the value-axis. Only ava... | \n",
216 | "
\n",
217 | " \n",
218 | " 26 | \n",
219 | " valueMin | \n",
220 | " number | \n",
221 | " none | \n",
222 | " The minimum value for the value-axis. Only ava... | \n",
223 | "
\n",
224 | " \n",
225 | " 27 | \n",
226 | " verticalRatio | \n",
227 | " number | \n",
228 | " 0.5 | \n",
229 | " A value between 0.1 and 1.0. This scales the v... | \n",
230 | "
\n",
231 | " \n",
232 | " 28 | \n",
233 | " width | \n",
234 | " string | \n",
235 | " '400px' | \n",
236 | " The width of the graph in pixels or as a perce... | \n",
237 | "
\n",
238 | " \n",
239 | " 29 | \n",
240 | " xBarWidth | \n",
241 | " number | \n",
242 | " none | \n",
243 | " The width of bars in x direction. By default, ... | \n",
244 | "
\n",
245 | " \n",
246 | " 30 | \n",
247 | " xCenter | \n",
248 | " string | \n",
249 | " '55%' | \n",
250 | " The horizontal center position of the graph, a... | \n",
251 | "
\n",
252 | " \n",
253 | " 31 | \n",
254 | " xMax | \n",
255 | " number | \n",
256 | " none | \n",
257 | " The maximum value for the x-axis. | \n",
258 | "
\n",
259 | " \n",
260 | " 32 | \n",
261 | " xMin | \n",
262 | " number | \n",
263 | " none | \n",
264 | " The minimum value for the x-axis. | \n",
265 | "
\n",
266 | " \n",
267 | " 33 | \n",
268 | " xStep | \n",
269 | " number | \n",
270 | " none | \n",
271 | " Step size for the grid on the x-axis. | \n",
272 | "
\n",
273 | " \n",
274 | " 34 | \n",
275 | " xValueLabel | \n",
276 | " function | \n",
277 | " none | \n",
278 | " A function for custom formatting of the labels... | \n",
279 | "
\n",
280 | " \n",
281 | " 35 | \n",
282 | " yBarWidth | \n",
283 | " number | \n",
284 | " none | \n",
285 | " The width of bars in y direction. By default, ... | \n",
286 | "
\n",
287 | " \n",
288 | " 36 | \n",
289 | " yCenter | \n",
290 | " string | \n",
291 | " '45%' | \n",
292 | " The vertical center position of the graph, as ... | \n",
293 | "
\n",
294 | " \n",
295 | " 37 | \n",
296 | " yMax | \n",
297 | " number | \n",
298 | " none | \n",
299 | " The maximum value for the y-axis. | \n",
300 | "
\n",
301 | " \n",
302 | " 38 | \n",
303 | " yMin | \n",
304 | " number | \n",
305 | " none | \n",
306 | " The minimum value for the y-axis. | \n",
307 | "
\n",
308 | " \n",
309 | " 39 | \n",
310 | " yStep | \n",
311 | " number | \n",
312 | " none | \n",
313 | " Step size for the grid on the y-axis. | \n",
314 | "
\n",
315 | " \n",
316 | " 40 | \n",
317 | " yValueLabel | \n",
318 | " function | \n",
319 | " none | \n",
320 | " A function for custom formatting of the labels... | \n",
321 | "
\n",
322 | " \n",
323 | " 41 | \n",
324 | " zMin | \n",
325 | " number | \n",
326 | " none | \n",
327 | " The minimum value for the z-axis. | \n",
328 | "
\n",
329 | " \n",
330 | " 42 | \n",
331 | " zMax | \n",
332 | " number | \n",
333 | " none | \n",
334 | " The maximum value for the z-axis. | \n",
335 | "
\n",
336 | " \n",
337 | " 43 | \n",
338 | " zStep | \n",
339 | " number | \n",
340 | " none | \n",
341 | " Step size for the grid on the z-axis. | \n",
342 | "
\n",
343 | " \n",
344 | " 44 | \n",
345 | " zValueLabel | \n",
346 | " function | \n",
347 | " none | \n",
348 | " A function for custom formatting of the labels... | \n",
349 | "
\n",
350 | " \n",
351 | " 45 | \n",
352 | " xLabel | \n",
353 | " String | \n",
354 | " x | \n",
355 | " Label on the X axis. | \n",
356 | "
\n",
357 | " \n",
358 | " 46 | \n",
359 | " yLabel | \n",
360 | " String | \n",
361 | " y | \n",
362 | " Label on the Y axis. | \n",
363 | "
\n",
364 | " \n",
365 | " 47 | \n",
366 | " zLabel | \n",
367 | " String | \n",
368 | " z | \n",
369 | " Label on the Z axis. | \n",
370 | "
\n",
371 | " \n",
372 | " 48 | \n",
373 | " filterLabel | \n",
374 | " String | \n",
375 | " time | \n",
376 | " Label for the filter column. | \n",
377 | "
\n",
378 | " \n",
379 | " 49 | \n",
380 | " legendLabel | \n",
381 | " String | \n",
382 | " value | \n",
383 | " Label for the style description. | \n",
384 | "
\n",
385 | " \n",
386 | "