source: intercambio/Dashboards/Cuadro 2_tmp.cdfde @ 4d5e736

Last change on this file since 4d5e736 was f5c32c9, checked in by carismendi <carismendi@…>, 11 years ago

Nuevo cuadro de mando 4 y actualización de querys

  • Property mode set to 100644
File size: 196.1 KB
Line 
1{
2  "layout": {
3    "title": "Four Columns Template",
4    "rows": [
5      {
6        "id": "2c0edd5e-095e-5f70-25e9-16e704cf0c49",
7        "type": "LayoutResourceCode",
8        "typeDesc": "Resource",
9        "parent": "UnIqEiD",
10        "properties": [
11          {
12            "name": "name",
13            "value": "style",
14            "type": "Id",
15            "description": "Name",
16            "tooltip": "Name",
17            "order": 5,
18            "classType": ""
19          },
20          {
21            "name": "resourceType",
22            "value": "Css",
23            "type": "Label",
24            "description": "Type",
25            "tooltip": "Resource Type to include",
26            "order": 19,
27            "classType": ""
28          },
29          {
30            "name": "resourceCode",
31            "value": "select {\n        width: 600px;\n    } ",
32            "type": "Resource",
33            "description": "Resource code",
34            "tooltip": "Resource code to include",
35            "order": 19,
36            "classType": ""
37          }
38        ]
39      },
40      {
41        "id": "e12f9bf3-27f1-beb1-0a68-a5b0facd091b",
42        "type": "LayoutRow",
43        "typeDesc": "Row",
44        "parent": "UnIqEiD",
45        "properties": [
46          {
47            "name": "name",
48            "type": "Id",
49            "value": "Header",
50            "description": "Name",
51            "tooltip": "Name",
52            "order": 5,
53            "classType": ""
54          },
55          {
56            "name": "height",
57            "type": "Integer",
58            "value": "60",
59            "description": "Height",
60            "tooltip": "Element height, in pixels ",
61            "order": 50,
62            "classType": ""
63          },
64          {
65            "name": "backgroundColor",
66            "type": "Color",
67            "value": "",
68            "description": "BackgroundColor",
69            "tooltip": "Element background color",
70            "order": 56,
71            "classType": "advanced"
72          },
73          {
74            "name": "roundCorners",
75            "type": "RoundCorners",
76            "value": "",
77            "description": "Corners",
78            "tooltip": "Corners type",
79            "order": 70,
80            "classType": ""
81          },
82          {
83            "name": "textAlign",
84            "type": "TextAlign",
85            "value": "",
86            "description": "Text Align",
87            "tooltip": "Text Align",
88            "order": 75,
89            "classType": ""
90          },
91          {
92            "name": "cssClass",
93            "type": "String",
94            "value": "",
95            "description": "Css Class",
96            "tooltip": "Css Class to be used when this element is rendered",
97            "order": 80,
98            "classType": ""
99          }
100        ]
101      },
102      {
103        "id": "5dc54aa4-6a22-269a-d641-ac5fd3a61298",
104        "type": "LayoutColumn",
105        "typeDesc": "Column",
106        "parent": "e12f9bf3-27f1-beb1-0a68-a5b0facd091b",
107        "properties": [
108          {
109            "name": "name",
110            "type": "Id",
111            "value": "",
112            "description": "Name",
113            "tooltip": "Name",
114            "order": 5,
115            "classType": ""
116          },
117          {
118            "name": "columnSpan",
119            "type": "Integer",
120            "value": "24",
121            "description": "Span size",
122            "tooltip": "Column span size, numeric. The total must be 24",
123            "order": 30,
124            "classType": ""
125          },
126          {
127            "name": "columnPrepend",
128            "type": "Integer",
129            "value": "",
130            "description": "Prepend size",
131            "tooltip": "Prepend size - optional",
132            "order": 32,
133            "classType": ""
134          },
135          {
136            "name": "columnAppend",
137            "type": "Integer",
138            "value": "",
139            "description": "Append size",
140            "tooltip": "Append size - optional",
141            "order": 33,
142            "classType": ""
143          },
144          {
145            "name": "columnPrependTop",
146            "type": "Boolean",
147            "value": false,
148            "description": "Prepend gutter to top",
149            "tooltip": "Prepend space to the top of the element",
150            "order": 34,
151            "classType": ""
152          },
153          {
154            "name": "columnAppendBottom",
155            "type": "Boolean",
156            "value": false,
157            "description": "Prepend gutter to bottom",
158            "tooltip": "Prepend space to the bottom of the element",
159            "order": 35,
160            "classType": ""
161          },
162          {
163            "name": "columnBorder",
164            "type": "Boolean",
165            "value": false,
166            "description": "Right border",
167            "tooltip": "Generates a border between the columns",
168            "order": 36,
169            "classType": ""
170          },
171          {
172            "name": "columnBigBorder",
173            "type": "Boolean",
174            "value": false,
175            "description": "Big right border",
176            "tooltip": "Generates a border between the columns, ",
177            "order": 37,
178            "classType": ""
179          },
180          {
181            "name": "height",
182            "type": "Integer",
183            "value": "60",
184            "description": "Height",
185            "tooltip": "Element height, in pixels ",
186            "order": 50,
187            "classType": ""
188          },
189          {
190            "name": "backgroundColor",
191            "type": "Color",
192            "value": "#118cd4",
193            "description": "BackgroundColor",
194            "tooltip": "Element background color",
195            "order": 56,
196            "classType": "advanced"
197          },
198          {
199            "name": "roundCorners",
200            "type": "RoundCorners",
201            "value": "cdfdd-round",
202            "description": "Corners",
203            "tooltip": "Corners type",
204            "order": 70,
205            "classType": ""
206          },
207          {
208            "name": "textAlign",
209            "type": "TextAlign",
210            "value": "center",
211            "description": "Text Align",
212            "tooltip": "Text Align",
213            "order": 75,
214            "classType": ""
215          },
216          {
217            "name": "cssClass",
218            "type": "String",
219            "value": "",
220            "description": "Css Class",
221            "tooltip": "Css Class to be used when this element is rendered",
222            "order": 80,
223            "classType": ""
224          }
225        ]
226      },
227      {
228        "id": "b8a80da0-d522-3e26-d4e9-9c9d56792cae",
229        "type": "LayoutSpace",
230        "typeDesc": "Space",
231        "parent": "5dc54aa4-6a22-269a-d641-ac5fd3a61298",
232        "properties": [
233          {
234            "name": "height",
235            "value": "",
236            "type": "Integer",
237            "description": "Height",
238            "tooltip": "Element height, in pixels ",
239            "order": 50,
240            "classType": ""
241          },
242          {
243            "name": "backgroundColor",
244            "value": "",
245            "type": "Color",
246            "description": "BackgroundColor",
247            "tooltip": "Element background color",
248            "order": 56,
249            "classType": "advanced"
250          },
251          {
252            "name": "cssClass",
253            "value": "",
254            "type": "String",
255            "description": "Css Class",
256            "tooltip": "Css Class to be used when this element is rendered",
257            "order": 80,
258            "classType": ""
259          }
260        ]
261      },
262      {
263        "id": "b84d91dd-1f72-dabb-e2f0-577ac4fb7afd",
264        "type": "LayoutRow",
265        "typeDesc": "Row",
266        "parent": "5dc54aa4-6a22-269a-d641-ac5fd3a61298",
267        "properties": [
268          {
269            "name": "name",
270            "value": "",
271            "type": "Id",
272            "description": "Name",
273            "tooltip": "Name",
274            "order": 5,
275            "classType": ""
276          },
277          {
278            "name": "height",
279            "value": "",
280            "type": "Integer",
281            "description": "Height",
282            "tooltip": "Element height, in pixels ",
283            "order": 50,
284            "classType": ""
285          },
286          {
287            "name": "backgroundColor",
288            "value": "",
289            "type": "Color",
290            "description": "BackgroundColor",
291            "tooltip": "Element background color",
292            "order": 56,
293            "classType": "advanced"
294          },
295          {
296            "name": "roundCorners",
297            "value": "",
298            "type": "RoundCorners",
299            "description": "Corners",
300            "tooltip": "Corners type",
301            "order": 70,
302            "classType": ""
303          },
304          {
305            "name": "textAlign",
306            "value": "",
307            "type": "TextAlign",
308            "description": "Text Align",
309            "tooltip": "Text Align",
310            "order": 75,
311            "classType": ""
312          },
313          {
314            "name": "cssClass",
315            "value": "",
316            "type": "String",
317            "description": "Css Class",
318            "tooltip": "Css Class to be used when this element is rendered",
319            "order": 80,
320            "classType": ""
321          }
322        ]
323      },
324      {
325        "id": "900410f5-d58c-7407-c5ad-300f070eb3bb",
326        "type": "LayoutHtml",
327        "typeDesc": "Html",
328        "parent": "b84d91dd-1f72-dabb-e2f0-577ac4fb7afd",
329        "properties": [
330          {
331            "name": "name",
332            "value": "Title",
333            "type": "Id",
334            "description": "Name",
335            "tooltip": "Name",
336            "order": 5,
337            "classType": ""
338          },
339          {
340            "name": "html",
341            "value": "<h3 style=\"color:#ffffff;\"><b>Cantidad de Plantas por Código arancelario y su Ubicación por Estado</b></h3> ",
342            "type": "Html",
343            "description": "HTML",
344            "tooltip": "Html code to be added",
345            "order": 15,
346            "classType": ""
347          },
348          {
349            "name": "fontSize",
350            "value": "",
351            "type": "Integer",
352            "description": "Font Size",
353            "tooltip": "Font size, in pixels ",
354            "order": 49,
355            "classType": "advanced"
356          },
357          {
358            "name": "color",
359            "value": "",
360            "type": "Color",
361            "description": "Color",
362            "tooltip": "Element color",
363            "order": 55,
364            "classType": ""
365          },
366          {
367            "name": "cssClass",
368            "value": "",
369            "type": "String",
370            "description": "Css Class",
371            "tooltip": "Css Class to be used when this element is rendered",
372            "order": 80,
373            "classType": ""
374          }
375        ]
376      },
377      {
378        "id": "2344fcc5-24b9-f0d1-6e96-2ac5fca8465b",
379        "type": "LayoutSpace",
380        "typeDesc": "Space",
381        "parent": "UnIqEiD",
382        "properties": [
383          {
384            "name": "height",
385            "value": "",
386            "type": "Integer",
387            "description": "Height",
388            "tooltip": "Element height, in pixels ",
389            "order": 50,
390            "classType": ""
391          },
392          {
393            "name": "backgroundColor",
394            "value": "",
395            "type": "Color",
396            "description": "BackgroundColor",
397            "tooltip": "Element background color",
398            "order": 56,
399            "classType": "advanced"
400          },
401          {
402            "name": "cssClass",
403            "value": "",
404            "type": "String",
405            "description": "Css Class",
406            "tooltip": "Css Class to be used when this element is rendered",
407            "order": 80,
408            "classType": ""
409          }
410        ]
411      },
412      {
413        "id": "9b5e4665-60dd-d123-d49a-7cb9072a0540",
414        "type": "LayoutRow",
415        "typeDesc": "Row",
416        "parent": "UnIqEiD",
417        "properties": [
418          {
419            "name": "name",
420            "type": "Id",
421            "value": "Body",
422            "description": "Name",
423            "tooltip": "Name",
424            "order": 5,
425            "classType": ""
426          },
427          {
428            "name": "height",
429            "type": "Integer",
430            "value": "",
431            "description": "Height",
432            "tooltip": "Element height, in pixels ",
433            "order": 50,
434            "classType": ""
435          },
436          {
437            "name": "backgroundColor",
438            "type": "Color",
439            "value": "",
440            "description": "BackgroundColor",
441            "tooltip": "Element background color",
442            "order": 56,
443            "classType": "advanced"
444          },
445          {
446            "name": "roundCorners",
447            "type": "RoundCorners",
448            "value": "",
449            "description": "Corners",
450            "tooltip": "Corners type",
451            "order": 70,
452            "classType": ""
453          },
454          {
455            "name": "textAlign",
456            "type": "TextAlign",
457            "value": "",
458            "description": "Text Align",
459            "tooltip": "Text Align",
460            "order": 75,
461            "classType": ""
462          },
463          {
464            "name": "cssClass",
465            "type": "String",
466            "value": "",
467            "description": "Css Class",
468            "tooltip": "Css Class to be used when this element is rendered",
469            "order": 80,
470            "classType": ""
471          }
472        ]
473      },
474      {
475        "id": "80ee452e-ec84-f906-5977-f16e9be4ccd4",
476        "type": "LayoutColumn",
477        "typeDesc": "Column",
478        "parent": "9b5e4665-60dd-d123-d49a-7cb9072a0540",
479        "properties": [
480          {
481            "name": "name",
482            "type": "Id",
483            "value": "Body_Content",
484            "description": "Name",
485            "tooltip": "Name",
486            "order": 5,
487            "classType": ""
488          },
489          {
490            "name": "columnSpan",
491            "type": "Integer",
492            "value": "24",
493            "description": "Span size",
494            "tooltip": "Column span size, numeric. The total must be 24",
495            "order": 30,
496            "classType": ""
497          },
498          {
499            "name": "columnPrepend",
500            "type": "Integer",
501            "value": "",
502            "description": "Prepend size",
503            "tooltip": "Prepend size - optional",
504            "order": 32,
505            "classType": ""
506          },
507          {
508            "name": "columnAppend",
509            "type": "Integer",
510            "value": "",
511            "description": "Append size",
512            "tooltip": "Append size - optional",
513            "order": 33,
514            "classType": ""
515          },
516          {
517            "name": "columnPrependTop",
518            "type": "Boolean",
519            "value": "false",
520            "description": "Prepend gutter to top",
521            "tooltip": "Prepend space to the top of the element",
522            "order": 34,
523            "classType": ""
524          },
525          {
526            "name": "columnAppendBottom",
527            "type": "Boolean",
528            "value": false,
529            "description": "Prepend gutter to bottom",
530            "tooltip": "Prepend space to the bottom of the element",
531            "order": 35,
532            "classType": ""
533          },
534          {
535            "name": "columnBorder",
536            "type": "Boolean",
537            "value": false,
538            "description": "Right border",
539            "tooltip": "Generates a border between the columns",
540            "order": 36,
541            "classType": ""
542          },
543          {
544            "name": "columnBigBorder",
545            "type": "Boolean",
546            "value": false,
547            "description": "Big right border",
548            "tooltip": "Generates a border between the columns, ",
549            "order": 37,
550            "classType": ""
551          },
552          {
553            "name": "height",
554            "type": "Integer",
555            "value": "",
556            "description": "Height",
557            "tooltip": "Element height, in pixels ",
558            "order": 50,
559            "classType": ""
560          },
561          {
562            "name": "backgroundColor",
563            "type": "Color",
564            "value": "",
565            "description": "BackgroundColor",
566            "tooltip": "Element background color",
567            "order": 56,
568            "classType": "advanced"
569          },
570          {
571            "name": "roundCorners",
572            "type": "RoundCorners",
573            "value": "",
574            "description": "Corners",
575            "tooltip": "Corners type",
576            "order": 70,
577            "classType": ""
578          },
579          {
580            "name": "textAlign",
581            "type": "TextAlign",
582            "value": "",
583            "description": "Text Align",
584            "tooltip": "Text Align",
585            "order": 75,
586            "classType": ""
587          },
588          {
589            "name": "cssClass",
590            "type": "String",
591            "value": "",
592            "description": "Css Class",
593            "tooltip": "Css Class to be used when this element is rendered",
594            "order": 80,
595            "classType": ""
596          }
597        ]
598      },
599      {
600        "id": "217d8bd3-9e3a-fe84-30c4-dc0867b68dc8",
601        "type": "LayoutRow",
602        "typeDesc": "Row",
603        "parent": "80ee452e-ec84-f906-5977-f16e9be4ccd4",
604        "properties": [
605          {
606            "name": "name",
607            "value": "RowCombo",
608            "type": "Id",
609            "description": "Name",
610            "tooltip": "Name",
611            "order": 5,
612            "classType": ""
613          },
614          {
615            "name": "height",
616            "value": "10",
617            "type": "Integer",
618            "description": "Height",
619            "tooltip": "Element height, in pixels ",
620            "order": 50,
621            "classType": ""
622          },
623          {
624            "name": "backgroundColor",
625            "value": "",
626            "type": "Color",
627            "description": "BackgroundColor",
628            "tooltip": "Element background color",
629            "order": 56,
630            "classType": "advanced"
631          },
632          {
633            "name": "roundCorners",
634            "value": "",
635            "type": "RoundCorners",
636            "description": "Corners",
637            "tooltip": "Corners type",
638            "order": 70,
639            "classType": ""
640          },
641          {
642            "name": "textAlign",
643            "value": "center",
644            "type": "TextAlign",
645            "description": "Text Align",
646            "tooltip": "Text Align",
647            "order": 75,
648            "classType": ""
649          },
650          {
651            "name": "cssClass",
652            "value": "heading",
653            "type": "String",
654            "description": "Css Class",
655            "tooltip": "Css Class to be used when this element is rendered",
656            "order": 80,
657            "classType": ""
658          }
659        ]
660      },
661      {
662        "id": "7f2eb677-38cd-cf45-1402-749103d53c24",
663        "type": "LayoutHtml",
664        "typeDesc": "Html",
665        "parent": "217d8bd3-9e3a-fe84-30c4-dc0867b68dc8",
666        "properties": [
667          {
668            "name": "name",
669            "value": "Seleccione",
670            "type": "Id",
671            "description": "Name",
672            "tooltip": "Name",
673            "order": 5,
674            "classType": ""
675          },
676          {
677            "name": "html",
678            "value": "Seleccione Código Arancelario ",
679            "type": "Html",
680            "description": "HTML",
681            "tooltip": "Html code to be added",
682            "order": 15,
683            "classType": ""
684          },
685          {
686            "name": "fontSize",
687            "value": "",
688            "type": "Integer",
689            "description": "Font Size",
690            "tooltip": "Font size, in pixels ",
691            "order": 49,
692            "classType": "advanced"
693          },
694          {
695            "name": "color",
696            "value": "",
697            "type": "Color",
698            "description": "Color",
699            "tooltip": "Element color",
700            "order": 55,
701            "classType": ""
702          },
703          {
704            "name": "cssClass",
705            "value": "",
706            "type": "String",
707            "description": "Css Class",
708            "tooltip": "Css Class to be used when this element is rendered",
709            "order": 80,
710            "classType": ""
711          }
712        ]
713      },
714      {
715        "id": "818374af-6de4-1f56-bab7-8c29f910dced",
716        "type": "LayoutColumn",
717        "typeDesc": "Column",
718        "parent": "217d8bd3-9e3a-fe84-30c4-dc0867b68dc8",
719        "properties": [
720          {
721            "name": "name",
722            "value": "acArancelario",
723            "type": "Id",
724            "description": "Name",
725            "tooltip": "Name",
726            "order": 5,
727            "classType": ""
728          },
729          {
730            "name": "columnSpan",
731            "value": "24",
732            "type": "Integer",
733            "description": "Span size",
734            "tooltip": "Column span size, numeric. The total must be 24",
735            "order": 30,
736            "classType": ""
737          },
738          {
739            "name": "columnPrepend",
740            "value": "",
741            "type": "Integer",
742            "description": "Prepend size",
743            "tooltip": "Prepend size - optional",
744            "order": 32,
745            "classType": ""
746          },
747          {
748            "name": "columnAppend",
749            "value": "",
750            "type": "Integer",
751            "description": "Append size",
752            "tooltip": "Append size - optional",
753            "order": 33,
754            "classType": ""
755          },
756          {
757            "name": "columnPrependTop",
758            "value": "false",
759            "type": "Boolean",
760            "description": "Prepend gutter to top",
761            "tooltip": "Prepend space to the top of the element",
762            "order": 34,
763            "classType": ""
764          },
765          {
766            "name": "columnAppendBottom",
767            "value": "false",
768            "type": "Boolean",
769            "description": "Prepend gutter to bottom",
770            "tooltip": "Prepend space to the bottom of the element",
771            "order": 35,
772            "classType": ""
773          },
774          {
775            "name": "columnBorder",
776            "value": "false",
777            "type": "Boolean",
778            "description": "Right border",
779            "tooltip": "Generates a border between the columns",
780            "order": 36,
781            "classType": ""
782          },
783          {
784            "name": "columnBigBorder",
785            "value": "false",
786            "type": "Boolean",
787            "description": "Big right border",
788            "tooltip": "Generates a border between the columns, ",
789            "order": 37,
790            "classType": ""
791          },
792          {
793            "name": "height",
794            "value": "",
795            "type": "Integer",
796            "description": "Height",
797            "tooltip": "Element height, in pixels ",
798            "order": 50,
799            "classType": ""
800          },
801          {
802            "name": "backgroundColor",
803            "value": "",
804            "type": "Color",
805            "description": "BackgroundColor",
806            "tooltip": "Element background color",
807            "order": 56,
808            "classType": "advanced"
809          },
810          {
811            "name": "roundCorners",
812            "value": "cdfdd-round",
813            "type": "RoundCorners",
814            "description": "Corners",
815            "tooltip": "Corners type",
816            "order": 70,
817            "classType": ""
818          },
819          {
820            "name": "textAlign",
821            "value": "center",
822            "type": "TextAlign",
823            "description": "Text Align",
824            "tooltip": "Text Align",
825            "order": 75,
826            "classType": ""
827          },
828          {
829            "name": "cssClass",
830            "value": "",
831            "type": "String",
832            "description": "Css Class",
833            "tooltip": "Css Class to be used when this element is rendered",
834            "order": 80,
835            "classType": ""
836          }
837        ]
838      },
839      {
840        "id": "5c814371-1e01-b82f-25a7-bcf74bdfa535",
841        "type": "LayoutRow",
842        "typeDesc": "Row",
843        "parent": "80ee452e-ec84-f906-5977-f16e9be4ccd4",
844        "properties": [
845          {
846            "name": "name",
847            "value": "RowCombo2",
848            "type": "Id",
849            "description": "Name",
850            "tooltip": "Name",
851            "order": 5,
852            "classType": ""
853          },
854          {
855            "name": "height",
856            "value": "10",
857            "type": "Integer",
858            "description": "Height",
859            "tooltip": "Element height, in pixels ",
860            "order": 50,
861            "classType": ""
862          },
863          {
864            "name": "backgroundColor",
865            "value": "",
866            "type": "Color",
867            "description": "BackgroundColor",
868            "tooltip": "Element background color",
869            "order": 56,
870            "classType": "advanced"
871          },
872          {
873            "name": "roundCorners",
874            "value": "",
875            "type": "RoundCorners",
876            "description": "Corners",
877            "tooltip": "Corners type",
878            "order": 70,
879            "classType": ""
880          },
881          {
882            "name": "textAlign",
883            "value": "center",
884            "type": "TextAlign",
885            "description": "Text Align",
886            "tooltip": "Text Align",
887            "order": 75,
888            "classType": ""
889          },
890          {
891            "name": "cssClass",
892            "value": "",
893            "type": "String",
894            "description": "Css Class",
895            "tooltip": "Css Class to be used when this element is rendered",
896            "order": 80,
897            "classType": ""
898          }
899        ]
900      },
901      {
902        "id": "59ceb0cf-2a55-e05b-eab0-9aa46a821ed9",
903        "type": "LayoutHtml",
904        "typeDesc": "Html",
905        "parent": "5c814371-1e01-b82f-25a7-bcf74bdfa535",
906        "properties": [
907          {
908            "name": "name",
909            "value": "Seleccione2",
910            "type": "Id",
911            "description": "Name",
912            "tooltip": "Name",
913            "order": 5,
914            "classType": ""
915          },
916          {
917            "name": "html",
918            "value": "",
919            "type": "Html",
920            "description": "HTML",
921            "tooltip": "Html code to be added",
922            "order": 15,
923            "classType": ""
924          },
925          {
926            "name": "fontSize",
927            "value": "",
928            "type": "Integer",
929            "description": "Font Size",
930            "tooltip": "Font size, in pixels ",
931            "order": 49,
932            "classType": "advanced"
933          },
934          {
935            "name": "color",
936            "value": "",
937            "type": "Color",
938            "description": "Color",
939            "tooltip": "Element color",
940            "order": 55,
941            "classType": ""
942          },
943          {
944            "name": "cssClass",
945            "value": "",
946            "type": "String",
947            "description": "Css Class",
948            "tooltip": "Css Class to be used when this element is rendered",
949            "order": 80,
950            "classType": ""
951          }
952        ]
953      },
954      {
955        "id": "cf4fd221-7b05-6bbb-f08f-9e7652418f11",
956        "type": "LayoutColumn",
957        "typeDesc": "Column",
958        "parent": "5c814371-1e01-b82f-25a7-bcf74bdfa535",
959        "properties": [
960          {
961            "name": "name",
962            "value": "acArancelario2",
963            "type": "Id",
964            "description": "Name",
965            "tooltip": "Name",
966            "order": 5,
967            "classType": ""
968          },
969          {
970            "name": "columnSpan",
971            "value": "24",
972            "type": "Integer",
973            "description": "Span size",
974            "tooltip": "Column span size, numeric. The total must be 24",
975            "order": 30,
976            "classType": ""
977          },
978          {
979            "name": "columnPrepend",
980            "value": "",
981            "type": "Integer",
982            "description": "Prepend size",
983            "tooltip": "Prepend size - optional",
984            "order": 32,
985            "classType": ""
986          },
987          {
988            "name": "columnAppend",
989            "value": "",
990            "type": "Integer",
991            "description": "Append size",
992            "tooltip": "Append size - optional",
993            "order": 33,
994            "classType": ""
995          },
996          {
997            "name": "columnPrependTop",
998            "value": "false",
999            "type": "Boolean",
1000            "description": "Prepend gutter to top",
1001            "tooltip": "Prepend space to the top of the element",
1002            "order": 34,
1003            "classType": ""
1004          },
1005          {
1006            "name": "columnAppendBottom",
1007            "value": "false",
1008            "type": "Boolean",
1009            "description": "Prepend gutter to bottom",
1010            "tooltip": "Prepend space to the bottom of the element",
1011            "order": 35,
1012            "classType": ""
1013          },
1014          {
1015            "name": "columnBorder",
1016            "value": "false",
1017            "type": "Boolean",
1018            "description": "Right border",
1019            "tooltip": "Generates a border between the columns",
1020            "order": 36,
1021            "classType": ""
1022          },
1023          {
1024            "name": "columnBigBorder",
1025            "value": "false",
1026            "type": "Boolean",
1027            "description": "Big right border",
1028            "tooltip": "Generates a border between the columns, ",
1029            "order": 37,
1030            "classType": ""
1031          },
1032          {
1033            "name": "height",
1034            "value": "",
1035            "type": "Integer",
1036            "description": "Height",
1037            "tooltip": "Element height, in pixels ",
1038            "order": 50,
1039            "classType": ""
1040          },
1041          {
1042            "name": "backgroundColor",
1043            "value": "",
1044            "type": "Color",
1045            "description": "BackgroundColor",
1046            "tooltip": "Element background color",
1047            "order": 56,
1048            "classType": "advanced"
1049          },
1050          {
1051            "name": "roundCorners",
1052            "value": "cdfdd-round",
1053            "type": "RoundCorners",
1054            "description": "Corners",
1055            "tooltip": "Corners type",
1056            "order": 70,
1057            "classType": ""
1058          },
1059          {
1060            "name": "textAlign",
1061            "value": "center",
1062            "type": "TextAlign",
1063            "description": "Text Align",
1064            "tooltip": "Text Align",
1065            "order": 75,
1066            "classType": ""
1067          },
1068          {
1069            "name": "cssClass",
1070            "value": "",
1071            "type": "String",
1072            "description": "Css Class",
1073            "tooltip": "Css Class to be used when this element is rendered",
1074            "order": 80,
1075            "classType": ""
1076          }
1077        ]
1078      },
1079      {
1080        "id": "1b5b2440-ad57-d50a-f6aa-d96f9b209626",
1081        "type": "LayoutRow",
1082        "typeDesc": "Row",
1083        "parent": "80ee452e-ec84-f906-5977-f16e9be4ccd4",
1084        "properties": [
1085          {
1086            "name": "name",
1087            "type": "Id",
1088            "value": "Row_1",
1089            "description": "Name",
1090            "tooltip": "Name",
1091            "order": 5,
1092            "classType": ""
1093          },
1094          {
1095            "name": "height",
1096            "type": "Integer",
1097            "value": "220",
1098            "description": "Height",
1099            "tooltip": "Element height, in pixels ",
1100            "order": 50,
1101            "classType": ""
1102          },
1103          {
1104            "name": "backgroundColor",
1105            "type": "Color",
1106            "value": "",
1107            "description": "BackgroundColor",
1108            "tooltip": "Element background color",
1109            "order": 56,
1110            "classType": "advanced"
1111          },
1112          {
1113            "name": "roundCorners",
1114            "type": "RoundCorners",
1115            "value": "",
1116            "description": "Corners",
1117            "tooltip": "Corners type",
1118            "order": 70,
1119            "classType": ""
1120          },
1121          {
1122            "name": "textAlign",
1123            "type": "TextAlign",
1124            "value": "",
1125            "description": "Text Align",
1126            "tooltip": "Text Align",
1127            "order": 75,
1128            "classType": ""
1129          },
1130          {
1131            "name": "cssClass",
1132            "type": "String",
1133            "value": "",
1134            "description": "Css Class",
1135            "tooltip": "Css Class to be used when this element is rendered",
1136            "order": 80,
1137            "classType": ""
1138          }
1139        ]
1140      },
1141      {
1142        "id": "233d1ac7-a9d8-3191-d8cf-7cb8864ef548",
1143        "type": "LayoutColumn",
1144        "typeDesc": "Column",
1145        "parent": "1b5b2440-ad57-d50a-f6aa-d96f9b209626",
1146        "properties": [
1147          {
1148            "name": "name",
1149            "type": "Id",
1150            "value": "Panel_1",
1151            "description": "Name",
1152            "tooltip": "Name",
1153            "order": 5,
1154            "classType": ""
1155          },
1156          {
1157            "name": "columnSpan",
1158            "type": "Integer",
1159            "value": "10",
1160            "description": "Span size",
1161            "tooltip": "Column span size, numeric. The total must be 24",
1162            "order": 30,
1163            "classType": ""
1164          },
1165          {
1166            "name": "columnPrepend",
1167            "type": "Integer",
1168            "value": "1",
1169            "description": "Prepend size",
1170            "tooltip": "Prepend size - optional",
1171            "order": 32,
1172            "classType": ""
1173          },
1174          {
1175            "name": "columnAppend",
1176            "type": "Integer",
1177            "value": "1",
1178            "description": "Append size",
1179            "tooltip": "Append size - optional",
1180            "order": 33,
1181            "classType": ""
1182          },
1183          {
1184            "name": "columnPrependTop",
1185            "type": "Boolean",
1186            "value": false,
1187            "description": "Prepend gutter to top",
1188            "tooltip": "Prepend space to the top of the element",
1189            "order": 34,
1190            "classType": ""
1191          },
1192          {
1193            "name": "columnAppendBottom",
1194            "type": "Boolean",
1195            "value": false,
1196            "description": "Prepend gutter to bottom",
1197            "tooltip": "Prepend space to the bottom of the element",
1198            "order": 35,
1199            "classType": ""
1200          },
1201          {
1202            "name": "columnBorder",
1203            "type": "Boolean",
1204            "value": false,
1205            "description": "Right border",
1206            "tooltip": "Generates a border between the columns",
1207            "order": 36,
1208            "classType": ""
1209          },
1210          {
1211            "name": "columnBigBorder",
1212            "type": "Boolean",
1213            "value": false,
1214            "description": "Big right border",
1215            "tooltip": "Generates a border between the columns, ",
1216            "order": 37,
1217            "classType": ""
1218          },
1219          {
1220            "name": "height",
1221            "type": "Integer",
1222            "value": "650",
1223            "description": "Height",
1224            "tooltip": "Element height, in pixels ",
1225            "order": 50,
1226            "classType": ""
1227          },
1228          {
1229            "name": "backgroundColor",
1230            "type": "Color",
1231            "value": "#e0e0e0",
1232            "description": "BackgroundColor",
1233            "tooltip": "Element background color",
1234            "order": 56,
1235            "classType": "advanced"
1236          },
1237          {
1238            "name": "roundCorners",
1239            "type": "RoundCorners",
1240            "value": "cdfdd-round",
1241            "description": "Corners",
1242            "tooltip": "Corners type",
1243            "order": 70,
1244            "classType": ""
1245          },
1246          {
1247            "name": "textAlign",
1248            "type": "TextAlign",
1249            "value": "center",
1250            "description": "Text Align",
1251            "tooltip": "Text Align",
1252            "order": 75,
1253            "classType": ""
1254          },
1255          {
1256            "name": "cssClass",
1257            "type": "String",
1258            "value": "",
1259            "description": "Css Class",
1260            "tooltip": "Css Class to be used when this element is rendered",
1261            "order": 80,
1262            "classType": ""
1263          }
1264        ]
1265      },
1266      {
1267        "id": "e54e4512-e260-a7cc-1149-59da8220d908",
1268        "type": "LayoutSpace",
1269        "typeDesc": "Space",
1270        "parent": "233d1ac7-a9d8-3191-d8cf-7cb8864ef548",
1271        "properties": [
1272          {
1273            "name": "height",
1274            "value": "",
1275            "type": "Integer",
1276            "description": "Height",
1277            "tooltip": "Element height, in pixels ",
1278            "order": 50,
1279            "classType": ""
1280          },
1281          {
1282            "name": "backgroundColor",
1283            "value": "",
1284            "type": "Color",
1285            "description": "BackgroundColor",
1286            "tooltip": "Element background color",
1287            "order": 56,
1288            "classType": "advanced"
1289          },
1290          {
1291            "name": "cssClass",
1292            "value": "",
1293            "type": "String",
1294            "description": "Css Class",
1295            "tooltip": "Css Class to be used when this element is rendered",
1296            "order": 80,
1297            "classType": ""
1298          }
1299        ]
1300      },
1301      {
1302        "id": "cecef275-ad7b-fb9c-5809-51d0e7c3adf0",
1303        "type": "LayoutRow",
1304        "typeDesc": "Row",
1305        "parent": "233d1ac7-a9d8-3191-d8cf-7cb8864ef548",
1306        "properties": [
1307          {
1308            "name": "name",
1309            "value": "",
1310            "type": "Id",
1311            "description": "Name",
1312            "tooltip": "Name",
1313            "order": 5,
1314            "classType": ""
1315          },
1316          {
1317            "name": "height",
1318            "value": "",
1319            "type": "Integer",
1320            "description": "Height",
1321            "tooltip": "Element height, in pixels ",
1322            "order": 50,
1323            "classType": ""
1324          },
1325          {
1326            "name": "backgroundColor",
1327            "value": "",
1328            "type": "Color",
1329            "description": "BackgroundColor",
1330            "tooltip": "Element background color",
1331            "order": 56,
1332            "classType": "advanced"
1333          },
1334          {
1335            "name": "roundCorners",
1336            "value": "",
1337            "type": "RoundCorners",
1338            "description": "Corners",
1339            "tooltip": "Corners type",
1340            "order": 70,
1341            "classType": ""
1342          },
1343          {
1344            "name": "textAlign",
1345            "value": "",
1346            "type": "TextAlign",
1347            "description": "Text Align",
1348            "tooltip": "Text Align",
1349            "order": 75,
1350            "classType": ""
1351          },
1352          {
1353            "name": "cssClass",
1354            "value": "",
1355            "type": "String",
1356            "description": "Css Class",
1357            "tooltip": "Css Class to be used when this element is rendered",
1358            "order": 80,
1359            "classType": ""
1360          }
1361        ]
1362      },
1363      {
1364        "id": "2a8fee77-075a-a85e-3bfd-1afee6d589db",
1365        "type": "LayoutHtml",
1366        "typeDesc": "Html",
1367        "parent": "cecef275-ad7b-fb9c-5809-51d0e7c3adf0",
1368        "properties": [
1369          {
1370            "name": "name",
1371            "value": "",
1372            "type": "Id",
1373            "description": "Name",
1374            "tooltip": "Name",
1375            "order": 5,
1376            "classType": ""
1377          },
1378          {
1379            "name": "html",
1380            "value": "<h4 style=\"color:#606060;\" >Cantidad de Plantas por Código Arancelario</h4> ",
1381            "type": "Html",
1382            "description": "HTML",
1383            "tooltip": "Html code to be added",
1384            "order": 15,
1385            "classType": ""
1386          },
1387          {
1388            "name": "fontSize",
1389            "value": "",
1390            "type": "Integer",
1391            "description": "Font Size",
1392            "tooltip": "Font size, in pixels ",
1393            "order": 49,
1394            "classType": "advanced"
1395          },
1396          {
1397            "name": "color",
1398            "value": "",
1399            "type": "Color",
1400            "description": "Color",
1401            "tooltip": "Element color",
1402            "order": 55,
1403            "classType": ""
1404          },
1405          {
1406            "name": "cssClass",
1407            "value": "",
1408            "type": "String",
1409            "description": "Css Class",
1410            "tooltip": "Css Class to be used when this element is rendered",
1411            "order": 80,
1412            "classType": ""
1413          }
1414        ]
1415      },
1416      {
1417        "id": "fc781dae-a3a5-8881-f7fa-11319b6dcdf6",
1418        "type": "LayoutRow",
1419        "typeDesc": "Row",
1420        "parent": "233d1ac7-a9d8-3191-d8cf-7cb8864ef548",
1421        "properties": [
1422          {
1423            "name": "name",
1424            "value": "BotonT",
1425            "type": "Id",
1426            "description": "Name",
1427            "tooltip": "Name",
1428            "order": 5,
1429            "classType": ""
1430          },
1431          {
1432            "name": "height",
1433            "value": "",
1434            "type": "Integer",
1435            "description": "Height",
1436            "tooltip": "Element height, in pixels ",
1437            "order": 50,
1438            "classType": ""
1439          },
1440          {
1441            "name": "backgroundColor",
1442            "value": "",
1443            "type": "Color",
1444            "description": "BackgroundColor",
1445            "tooltip": "Element background color",
1446            "order": 56,
1447            "classType": "advanced"
1448          },
1449          {
1450            "name": "roundCorners",
1451            "value": "",
1452            "type": "RoundCorners",
1453            "description": "Corners",
1454            "tooltip": "Corners type",
1455            "order": 70,
1456            "classType": ""
1457          },
1458          {
1459            "name": "textAlign",
1460            "value": "center",
1461            "type": "TextAlign",
1462            "description": "Text Align",
1463            "tooltip": "Text Align",
1464            "order": 75,
1465            "classType": ""
1466          },
1467          {
1468            "name": "cssClass",
1469            "value": "",
1470            "type": "String",
1471            "description": "Css Class",
1472            "tooltip": "Css Class to be used when this element is rendered",
1473            "order": 80,
1474            "classType": ""
1475          }
1476        ]
1477      },
1478      {
1479        "id": "076d8798-348a-3694-a509-72f0e7469570",
1480        "type": "LayoutSpace",
1481        "typeDesc": "Space",
1482        "parent": "233d1ac7-a9d8-3191-d8cf-7cb8864ef548",
1483        "properties": [
1484          {
1485            "name": "height",
1486            "value": "",
1487            "type": "Integer",
1488            "description": "Height",
1489            "tooltip": "Element height, in pixels ",
1490            "order": 50,
1491            "classType": ""
1492          },
1493          {
1494            "name": "backgroundColor",
1495            "value": "",
1496            "type": "Color",
1497            "description": "BackgroundColor",
1498            "tooltip": "Element background color",
1499            "order": 56,
1500            "classType": "advanced"
1501          },
1502          {
1503            "name": "cssClass",
1504            "value": "",
1505            "type": "String",
1506            "description": "Css Class",
1507            "tooltip": "Css Class to be used when this element is rendered",
1508            "order": 80,
1509            "classType": ""
1510          }
1511        ]
1512      },
1513      {
1514        "id": "3ba3b2bb-4a2c-1cd1-f6e0-bd63f0ad59f9",
1515        "type": "LayoutRow",
1516        "typeDesc": "Row",
1517        "parent": "233d1ac7-a9d8-3191-d8cf-7cb8864ef548",
1518        "properties": [
1519          {
1520            "name": "name",
1521            "value": "Plantas",
1522            "type": "Id",
1523            "description": "Name",
1524            "tooltip": "Name",
1525            "order": 5,
1526            "classType": ""
1527          },
1528          {
1529            "name": "height",
1530            "value": "",
1531            "type": "Integer",
1532            "description": "Height",
1533            "tooltip": "Element height, in pixels ",
1534            "order": 50,
1535            "classType": ""
1536          },
1537          {
1538            "name": "backgroundColor",
1539            "value": "",
1540            "type": "Color",
1541            "description": "BackgroundColor",
1542            "tooltip": "Element background color",
1543            "order": 56,
1544            "classType": "advanced"
1545          },
1546          {
1547            "name": "roundCorners",
1548            "value": "",
1549            "type": "RoundCorners",
1550            "description": "Corners",
1551            "tooltip": "Corners type",
1552            "order": 70,
1553            "classType": ""
1554          },
1555          {
1556            "name": "textAlign",
1557            "value": "",
1558            "type": "TextAlign",
1559            "description": "Text Align",
1560            "tooltip": "Text Align",
1561            "order": 75,
1562            "classType": ""
1563          },
1564          {
1565            "name": "cssClass",
1566            "value": "",
1567            "type": "String",
1568            "description": "Css Class",
1569            "tooltip": "Css Class to be used when this element is rendered",
1570            "order": 80,
1571            "classType": ""
1572          }
1573        ]
1574      },
1575      {
1576        "id": "b54ff9f1-06c7-8bb0-dba7-6b6d4b588161",
1577        "type": "LayoutColumn",
1578        "typeDesc": "Column",
1579        "parent": "1b5b2440-ad57-d50a-f6aa-d96f9b209626",
1580        "properties": [
1581          {
1582            "name": "name",
1583            "type": "Id",
1584            "value": "Panel_2",
1585            "description": "Name",
1586            "tooltip": "Name",
1587            "order": 5,
1588            "classType": ""
1589          },
1590          {
1591            "name": "columnSpan",
1592            "type": "Integer",
1593            "value": "10",
1594            "description": "Span size",
1595            "tooltip": "Column span size, numeric. The total must be 24",
1596            "order": 30,
1597            "classType": ""
1598          },
1599          {
1600            "name": "columnPrepend",
1601            "type": "Integer",
1602            "value": "1",
1603            "description": "Prepend size",
1604            "tooltip": "Prepend size - optional",
1605            "order": 32,
1606            "classType": ""
1607          },
1608          {
1609            "name": "columnAppend",
1610            "type": "Integer",
1611            "value": "1",
1612            "description": "Append size",
1613            "tooltip": "Append size - optional",
1614            "order": 33,
1615            "classType": ""
1616          },
1617          {
1618            "name": "columnPrependTop",
1619            "type": "Boolean",
1620            "value": false,
1621            "description": "Prepend gutter to top",
1622            "tooltip": "Prepend space to the top of the element",
1623            "order": 34,
1624            "classType": ""
1625          },
1626          {
1627            "name": "columnAppendBottom",
1628            "type": "Boolean",
1629            "value": false,
1630            "description": "Prepend gutter to bottom",
1631            "tooltip": "Prepend space to the bottom of the element",
1632            "order": 35,
1633            "classType": ""
1634          },
1635          {
1636            "name": "columnBorder",
1637            "type": "Boolean",
1638            "value": false,
1639            "description": "Right border",
1640            "tooltip": "Generates a border between the columns",
1641            "order": 36,
1642            "classType": ""
1643          },
1644          {
1645            "name": "columnBigBorder",
1646            "type": "Boolean",
1647            "value": false,
1648            "description": "Big right border",
1649            "tooltip": "Generates a border between the columns, ",
1650            "order": 37,
1651            "classType": ""
1652          },
1653          {
1654            "name": "height",
1655            "type": "Integer",
1656            "value": "650",
1657            "description": "Height",
1658            "tooltip": "Element height, in pixels ",
1659            "order": 50,
1660            "classType": ""
1661          },
1662          {
1663            "name": "backgroundColor",
1664            "type": "Color",
1665            "value": "#e0e0e0",
1666            "description": "BackgroundColor",
1667            "tooltip": "Element background color",
1668            "order": 56,
1669            "classType": "advanced"
1670          },
1671          {
1672            "name": "roundCorners",
1673            "type": "RoundCorners",
1674            "value": "cdfdd-round",
1675            "description": "Corners",
1676            "tooltip": "Corners type",
1677            "order": 70,
1678            "classType": ""
1679          },
1680          {
1681            "name": "textAlign",
1682            "type": "TextAlign",
1683            "value": "",
1684            "description": "Text Align",
1685            "tooltip": "Text Align",
1686            "order": 75,
1687            "classType": ""
1688          },
1689          {
1690            "name": "cssClass",
1691            "type": "String",
1692            "value": "",
1693            "description": "Css Class",
1694            "tooltip": "Css Class to be used when this element is rendered",
1695            "order": 80,
1696            "classType": ""
1697          }
1698        ]
1699      },
1700      {
1701        "id": "4b9cb2ca-5fcb-318b-37db-fafb0bd9ce82",
1702        "type": "LayoutSpace",
1703        "typeDesc": "Space",
1704        "parent": "b54ff9f1-06c7-8bb0-dba7-6b6d4b588161",
1705        "properties": [
1706          {
1707            "name": "height",
1708            "value": "",
1709            "type": "Integer",
1710            "description": "Height",
1711            "tooltip": "Element height, in pixels ",
1712            "order": 50,
1713            "classType": ""
1714          },
1715          {
1716            "name": "backgroundColor",
1717            "value": "",
1718            "type": "Color",
1719            "description": "BackgroundColor",
1720            "tooltip": "Element background color",
1721            "order": 56,
1722            "classType": "advanced"
1723          },
1724          {
1725            "name": "cssClass",
1726            "value": "",
1727            "type": "String",
1728            "description": "Css Class",
1729            "tooltip": "Css Class to be used when this element is rendered",
1730            "order": 80,
1731            "classType": ""
1732          }
1733        ]
1734      },
1735      {
1736        "id": "97f7aa77-9005-ce4c-ad21-eb4417d3c1e2",
1737        "type": "LayoutRow",
1738        "typeDesc": "Row",
1739        "parent": "b54ff9f1-06c7-8bb0-dba7-6b6d4b588161",
1740        "properties": [
1741          {
1742            "name": "name",
1743            "value": "BotonG",
1744            "type": "Id",
1745            "description": "Name",
1746            "tooltip": "Name",
1747            "order": 5,
1748            "classType": ""
1749          },
1750          {
1751            "name": "height",
1752            "value": "",
1753            "type": "Integer",
1754            "description": "Height",
1755            "tooltip": "Element height, in pixels ",
1756            "order": 50,
1757            "classType": ""
1758          },
1759          {
1760            "name": "backgroundColor",
1761            "value": "",
1762            "type": "Color",
1763            "description": "BackgroundColor",
1764            "tooltip": "Element background color",
1765            "order": 56,
1766            "classType": "advanced"
1767          },
1768          {
1769            "name": "roundCorners",
1770            "value": "",
1771            "type": "RoundCorners",
1772            "description": "Corners",
1773            "tooltip": "Corners type",
1774            "order": 70,
1775            "classType": ""
1776          },
1777          {
1778            "name": "textAlign",
1779            "value": "center",
1780            "type": "TextAlign",
1781            "description": "Text Align",
1782            "tooltip": "Text Align",
1783            "order": 75,
1784            "classType": ""
1785          },
1786          {
1787            "name": "cssClass",
1788            "value": "",
1789            "type": "String",
1790            "description": "Css Class",
1791            "tooltip": "Css Class to be used when this element is rendered",
1792            "order": 80,
1793            "classType": ""
1794          }
1795        ]
1796      },
1797      {
1798        "id": "945396fb-81a3-b67b-7aaf-b0d1e5f3e587",
1799        "type": "LayoutSpace",
1800        "typeDesc": "Space",
1801        "parent": "b54ff9f1-06c7-8bb0-dba7-6b6d4b588161",
1802        "properties": [
1803          {
1804            "name": "height",
1805            "value": "",
1806            "type": "Integer",
1807            "description": "Height",
1808            "tooltip": "Element height, in pixels ",
1809            "order": 50,
1810            "classType": ""
1811          },
1812          {
1813            "name": "backgroundColor",
1814            "value": "",
1815            "type": "Color",
1816            "description": "BackgroundColor",
1817            "tooltip": "Element background color",
1818            "order": 56,
1819            "classType": "advanced"
1820          },
1821          {
1822            "name": "cssClass",
1823            "value": "",
1824            "type": "String",
1825            "description": "Css Class",
1826            "tooltip": "Css Class to be used when this element is rendered",
1827            "order": 80,
1828            "classType": ""
1829          }
1830        ]
1831      },
1832      {
1833        "id": "bf07b6e5-19f8-4336-cda2-07727a2b1d11",
1834        "type": "LayoutRow",
1835        "typeDesc": "Row",
1836        "parent": "b54ff9f1-06c7-8bb0-dba7-6b6d4b588161",
1837        "properties": [
1838          {
1839            "name": "name",
1840            "value": "Grafico",
1841            "type": "Id",
1842            "description": "Name",
1843            "tooltip": "Name",
1844            "order": 5,
1845            "classType": ""
1846          },
1847          {
1848            "name": "height",
1849            "value": "550",
1850            "type": "Integer",
1851            "description": "Height",
1852            "tooltip": "Element height, in pixels ",
1853            "order": 50,
1854            "classType": ""
1855          },
1856          {
1857            "name": "backgroundColor",
1858            "value": "",
1859            "type": "Color",
1860            "description": "BackgroundColor",
1861            "tooltip": "Element background color",
1862            "order": 56,
1863            "classType": "advanced"
1864          },
1865          {
1866            "name": "roundCorners",
1867            "value": "",
1868            "type": "RoundCorners",
1869            "description": "Corners",
1870            "tooltip": "Corners type",
1871            "order": 70,
1872            "classType": ""
1873          },
1874          {
1875            "name": "textAlign",
1876            "value": "",
1877            "type": "TextAlign",
1878            "description": "Text Align",
1879            "tooltip": "Text Align",
1880            "order": 75,
1881            "classType": ""
1882          },
1883          {
1884            "name": "cssClass",
1885            "value": "",
1886            "type": "String",
1887            "description": "Css Class",
1888            "tooltip": "Css Class to be used when this element is rendered",
1889            "order": 80,
1890            "classType": ""
1891          }
1892        ]
1893      },
1894      {
1895        "id": "3e473f64-ea48-6e5d-6e34-a16845ebc1eb",
1896        "type": "LayoutSpace",
1897        "typeDesc": "Space",
1898        "parent": "80ee452e-ec84-f906-5977-f16e9be4ccd4",
1899        "properties": [
1900          {
1901            "name": "height",
1902            "value": "",
1903            "type": "Integer",
1904            "description": "Height",
1905            "tooltip": "Element height, in pixels ",
1906            "order": 50,
1907            "classType": ""
1908          },
1909          {
1910            "name": "backgroundColor",
1911            "value": "",
1912            "type": "Color",
1913            "description": "BackgroundColor",
1914            "tooltip": "Element background color",
1915            "order": 56,
1916            "classType": "advanced"
1917          },
1918          {
1919            "name": "cssClass",
1920            "value": "",
1921            "type": "String",
1922            "description": "Css Class",
1923            "tooltip": "Css Class to be used when this element is rendered",
1924            "order": 80,
1925            "classType": ""
1926          }
1927        ]
1928      },
1929      {
1930        "id": "cbeefe1f-143d-ad9f-6e11-a96818590c49",
1931        "type": "LayoutRow",
1932        "typeDesc": "Row",
1933        "parent": "UnIqEiD",
1934        "properties": [
1935          {
1936            "name": "name",
1937            "value": "Imprimir",
1938            "type": "Id",
1939            "description": "Name",
1940            "tooltip": "Name",
1941            "order": 5,
1942            "classType": ""
1943          },
1944          {
1945            "name": "height",
1946            "value": "",
1947            "type": "Integer",
1948            "description": "Height",
1949            "tooltip": "Element height, in pixels ",
1950            "order": 50,
1951            "classType": ""
1952          },
1953          {
1954            "name": "backgroundColor",
1955            "value": "",
1956            "type": "Color",
1957            "description": "BackgroundColor",
1958            "tooltip": "Element background color",
1959            "order": 56,
1960            "classType": "advanced"
1961          },
1962          {
1963            "name": "roundCorners",
1964            "value": "",
1965            "type": "RoundCorners",
1966            "description": "Corners",
1967            "tooltip": "Corners type",
1968            "order": 70,
1969            "classType": ""
1970          },
1971          {
1972            "name": "textAlign",
1973            "value": "center",
1974            "type": "TextAlign",
1975            "description": "Text Align",
1976            "tooltip": "Text Align",
1977            "order": 75,
1978            "classType": ""
1979          },
1980          {
1981            "name": "cssClass",
1982            "value": "",
1983            "type": "String",
1984            "description": "Css Class",
1985            "tooltip": "Css Class to be used when this element is rendered",
1986            "order": 80,
1987            "classType": ""
1988          }
1989        ]
1990      },
1991      {
1992        "id": "acc6bde2-e5bd-a52f-ad6a-db14cf956bdf",
1993        "type": "LayoutSpace",
1994        "typeDesc": "Space",
1995        "parent": "UnIqEiD",
1996        "properties": [
1997          {
1998            "name": "height",
1999            "value": "",
2000            "type": "Integer",
2001            "description": "Height",
2002            "tooltip": "Element height, in pixels ",
2003            "order": 50,
2004            "classType": ""
2005          },
2006          {
2007            "name": "backgroundColor",
2008            "value": "",
2009            "type": "Color",
2010            "description": "BackgroundColor",
2011            "tooltip": "Element background color",
2012            "order": 56,
2013            "classType": "advanced"
2014          },
2015          {
2016            "name": "cssClass",
2017            "value": "",
2018            "type": "String",
2019            "description": "Css Class",
2020            "tooltip": "Css Class to be used when this element is rendered",
2021            "order": 80,
2022            "classType": ""
2023          }
2024        ]
2025      },
2026      {
2027        "id": "64b07960-f21e-b93e-4911-8c2c025d0d3b",
2028        "type": "LayoutRow",
2029        "typeDesc": "Row",
2030        "parent": "UnIqEiD",
2031        "properties": [
2032          {
2033            "name": "name",
2034            "type": "Id",
2035            "value": "Footer",
2036            "description": "Name",
2037            "tooltip": "Name",
2038            "order": 5,
2039            "classType": ""
2040          },
2041          {
2042            "name": "height",
2043            "type": "Integer",
2044            "value": "50",
2045            "description": "Height",
2046            "tooltip": "Element height, in pixels ",
2047            "order": 50,
2048            "classType": ""
2049          },
2050          {
2051            "name": "backgroundColor",
2052            "type": "Color",
2053            "value": "#e0e0e0",
2054            "description": "BackgroundColor",
2055            "tooltip": "Element background color",
2056            "order": 56,
2057            "classType": "advanced"
2058          },
2059          {
2060            "name": "roundCorners",
2061            "type": "RoundCorners",
2062            "value": "cdfdd-round",
2063            "description": "Corners",
2064            "tooltip": "Corners type",
2065            "order": 70,
2066            "classType": ""
2067          },
2068          {
2069            "name": "textAlign",
2070            "type": "TextAlign",
2071            "value": "right",
2072            "description": "Text Align",
2073            "tooltip": "Text Align",
2074            "order": 75,
2075            "classType": ""
2076          },
2077          {
2078            "name": "cssClass",
2079            "type": "String",
2080            "value": "",
2081            "description": "Css Class",
2082            "tooltip": "Css Class to be used when this element is rendered",
2083            "order": 80,
2084            "classType": ""
2085          }
2086        ]
2087      },
2088      {
2089        "id": "e03427a4-44c1-d56c-e8e5-ec4b6b48a612",
2090        "type": "LayoutColumn",
2091        "typeDesc": "Column",
2092        "parent": "64b07960-f21e-b93e-4911-8c2c025d0d3b",
2093        "properties": [
2094          {
2095            "name": "name",
2096            "type": "Id",
2097            "value": "Footer_Text",
2098            "description": "Name",
2099            "tooltip": "Name",
2100            "order": 5,
2101            "classType": ""
2102          },
2103          {
2104            "name": "columnSpan",
2105            "type": "Integer",
2106            "value": "20",
2107            "description": "Span size",
2108            "tooltip": "Column span size, numeric. The total must be 24",
2109            "order": 30,
2110            "classType": ""
2111          },
2112          {
2113            "name": "columnPrepend",
2114            "type": "Integer",
2115            "value": "",
2116            "description": "Prepend size",
2117            "tooltip": "Prepend size - optional",
2118            "order": 32,
2119            "classType": ""
2120          },
2121          {
2122            "name": "columnAppend",
2123            "type": "Integer",
2124            "value": "",
2125            "description": "Append size",
2126            "tooltip": "Append size - optional",
2127            "order": 33,
2128            "classType": ""
2129          },
2130          {
2131            "name": "columnPrependTop",
2132            "type": "Boolean",
2133            "value": "false",
2134            "description": "Prepend gutter to top",
2135            "tooltip": "Prepend space to the top of the element",
2136            "order": 34,
2137            "classType": ""
2138          },
2139          {
2140            "name": "columnAppendBottom",
2141            "type": "Boolean",
2142            "value": "false",
2143            "description": "Prepend gutter to bottom",
2144            "tooltip": "Prepend space to the bottom of the element",
2145            "order": 35,
2146            "classType": ""
2147          },
2148          {
2149            "name": "columnBorder",
2150            "type": "Boolean",
2151            "value": false,
2152            "description": "Right border",
2153            "tooltip": "Generates a border between the columns",
2154            "order": 36,
2155            "classType": ""
2156          },
2157          {
2158            "name": "columnBigBorder",
2159            "type": "Boolean",
2160            "value": false,
2161            "description": "Big right border",
2162            "tooltip": "Generates a border between the columns, ",
2163            "order": 37,
2164            "classType": ""
2165          },
2166          {
2167            "name": "height",
2168            "type": "Integer",
2169            "value": "40",
2170            "description": "Height",
2171            "tooltip": "Element height, in pixels ",
2172            "order": 50,
2173            "classType": ""
2174          },
2175          {
2176            "name": "backgroundColor",
2177            "type": "Color",
2178            "value": "",
2179            "description": "BackgroundColor",
2180            "tooltip": "Element background color",
2181            "order": 56,
2182            "classType": "advanced"
2183          },
2184          {
2185            "name": "roundCorners",
2186            "type": "RoundCorners",
2187            "value": "",
2188            "description": "Corners",
2189            "tooltip": "Corners type",
2190            "order": 70,
2191            "classType": ""
2192          },
2193          {
2194            "name": "textAlign",
2195            "type": "TextAlign",
2196            "value": "right",
2197            "description": "Text Align",
2198            "tooltip": "Text Align",
2199            "order": 75,
2200            "classType": ""
2201          },
2202          {
2203            "name": "cssClass",
2204            "type": "String",
2205            "value": "",
2206            "description": "Css Class",
2207            "tooltip": "Css Class to be used when this element is rendered",
2208            "order": 80,
2209            "classType": ""
2210          }
2211        ]
2212      },
2213      {
2214        "id": "b45069a3-a949-0502-b04e-c736d142c232",
2215        "type": "LayoutHtml",
2216        "typeDesc": "Html",
2217        "parent": "e03427a4-44c1-d56c-e8e5-ec4b6b48a612",
2218        "properties": [
2219          {
2220            "name": "name",
2221            "type": "Id",
2222            "value": "Text",
2223            "description": "Name",
2224            "tooltip": "Name",
2225            "order": 5,
2226            "classType": ""
2227          },
2228          {
2229            "name": "html",
2230            "type": "Html",
2231            "value": "<h4 style=\"color:#606060;\" >CENDITEL</h4> ",
2232            "description": "HTML",
2233            "tooltip": "Html code to be added",
2234            "order": 15,
2235            "classType": ""
2236          },
2237          {
2238            "name": "fontSize",
2239            "value": "",
2240            "type": "Integer",
2241            "description": "Font Size",
2242            "tooltip": "Font size, in pixels ",
2243            "order": 49,
2244            "classType": "advanced"
2245          },
2246          {
2247            "name": "color",
2248            "value": "",
2249            "type": "Color",
2250            "description": "Color",
2251            "tooltip": "Element color",
2252            "order": 55,
2253            "classType": ""
2254          },
2255          {
2256            "name": "cssClass",
2257            "value": "",
2258            "type": "String",
2259            "description": "Css Class",
2260            "tooltip": "Css Class to be used when this element is rendered",
2261            "order": 80,
2262            "classType": ""
2263          }
2264        ]
2265      },
2266      {
2267        "id": "e5c22f13-2f56-9638-5a05-b675a84fc695",
2268        "type": "LayoutColumn",
2269        "typeDesc": "Column",
2270        "parent": "64b07960-f21e-b93e-4911-8c2c025d0d3b",
2271        "properties": [
2272          {
2273            "name": "name",
2274            "type": "Id",
2275            "value": "Footer_Image",
2276            "description": "Name",
2277            "tooltip": "Name",
2278            "order": 5,
2279            "classType": ""
2280          },
2281          {
2282            "name": "columnSpan",
2283            "type": "Integer",
2284            "value": "4",
2285            "description": "Span size",
2286            "tooltip": "Column span size, numeric. The total must be 24",
2287            "order": 30,
2288            "classType": ""
2289          },
2290          {
2291            "name": "columnPrepend",
2292            "type": "Integer",
2293            "value": "",
2294            "description": "Prepend size",
2295            "tooltip": "Prepend size - optional",
2296            "order": 32,
2297            "classType": ""
2298          },
2299          {
2300            "name": "columnAppend",
2301            "type": "Integer",
2302            "value": "0",
2303            "description": "Append size",
2304            "tooltip": "Append size - optional",
2305            "order": 33,
2306            "classType": ""
2307          },
2308          {
2309            "name": "columnPrependTop",
2310            "type": "Boolean",
2311            "value": false,
2312            "description": "Prepend gutter to top",
2313            "tooltip": "Prepend space to the top of the element",
2314            "order": 34,
2315            "classType": ""
2316          },
2317          {
2318            "name": "columnAppendBottom",
2319            "type": "Boolean",
2320            "value": false,
2321            "description": "Prepend gutter to bottom",
2322            "tooltip": "Prepend space to the bottom of the element",
2323            "order": 35,
2324            "classType": ""
2325          },
2326          {
2327            "name": "columnBorder",
2328            "type": "Boolean",
2329            "value": false,
2330            "description": "Right border",
2331            "tooltip": "Generates a border between the columns",
2332            "order": 36,
2333            "classType": ""
2334          },
2335          {
2336            "name": "columnBigBorder",
2337            "type": "Boolean",
2338            "value": false,
2339            "description": "Big right border",
2340            "tooltip": "Generates a border between the columns, ",
2341            "order": 37,
2342            "classType": ""
2343          },
2344          {
2345            "name": "height",
2346            "type": "Integer",
2347            "value": "",
2348            "description": "Height",
2349            "tooltip": "Element height, in pixels ",
2350            "order": 50,
2351            "classType": ""
2352          },
2353          {
2354            "name": "backgroundColor",
2355            "type": "Color",
2356            "value": "",
2357            "description": "BackgroundColor",
2358            "tooltip": "Element background color",
2359            "order": 56,
2360            "classType": "advanced"
2361          },
2362          {
2363            "name": "roundCorners",
2364            "type": "RoundCorners",
2365            "value": "",
2366            "description": "Corners",
2367            "tooltip": "Corners type",
2368            "order": 70,
2369            "classType": ""
2370          },
2371          {
2372            "name": "textAlign",
2373            "type": "TextAlign",
2374            "value": "left",
2375            "description": "Text Align",
2376            "tooltip": "Text Align",
2377            "order": 75,
2378            "classType": ""
2379          },
2380          {
2381            "name": "cssClass",
2382            "type": "String",
2383            "value": "",
2384            "description": "Css Class",
2385            "tooltip": "Css Class to be used when this element is rendered",
2386            "order": 80,
2387            "classType": ""
2388          }
2389        ]
2390      },
2391      {
2392        "id": "68d6b48f-a44c-99af-7261-38b98e99259e",
2393        "type": "LayoutHtml",
2394        "typeDesc": "Html",
2395        "parent": "e5c22f13-2f56-9638-5a05-b675a84fc695",
2396        "properties": [
2397          {
2398            "name": "name",
2399            "type": "Id",
2400            "value": "Image",
2401            "description": "Name",
2402            "tooltip": "Name",
2403            "order": 5,
2404            "classType": ""
2405          },
2406          {
2407            "name": "html",
2408            "type": "Html",
2409            "value": "<a style=\"position:relative;top:12;\" border=\"0\" title=\"WebDetails\" href=\"https://www.cenditel.gob.ve/\" target=\"_new\">\n<img src=\"https://redpatria.org.ve/infogobierno/images/b/b4/Logo_cenditel_mini.png\"/>\n</a> ",
2410            "description": "HTML",
2411            "tooltip": "Html code to be added",
2412            "order": 15,
2413            "classType": ""
2414          },
2415          {
2416            "name": "fontSize",
2417            "value": "",
2418            "type": "Integer",
2419            "description": "Font Size",
2420            "tooltip": "Font size, in pixels ",
2421            "order": 49,
2422            "classType": "advanced"
2423          },
2424          {
2425            "name": "color",
2426            "value": "",
2427            "type": "Color",
2428            "description": "Color",
2429            "tooltip": "Element color",
2430            "order": 55,
2431            "classType": ""
2432          },
2433          {
2434            "name": "cssClass",
2435            "value": "",
2436            "type": "String",
2437            "description": "Css Class",
2438            "tooltip": "Css Class to be used when this element is rendered",
2439            "order": 80,
2440            "classType": ""
2441          }
2442        ]
2443      }
2444    ]
2445  },
2446  "components": {
2447    "rows": [
2448      {
2449        "id": "SELECTORS",
2450        "name": "Selects",
2451        "type": "Label",
2452        "typeDesc": "<i>Group</i>",
2453        "parent": "UnIqEiD",
2454        "properties": [
2455          {
2456            "name": "Group",
2457            "value": "Selects",
2458            "type": "Label",
2459            "description": "Group",
2460            "tooltip": "Group"
2461          }
2462        ]
2463      },
2464      {
2465        "id": "301ed13f-9260-53cf-847e-520aaee59a5a",
2466        "type": "ComponentsSelect",
2467        "typeDesc": "Select Component",
2468        "parent": "SELECTORS",
2469        "properties": [
2470          {
2471            "name": "name",
2472            "value": "ComboArancelario",
2473            "type": "Id",
2474            "description": "Name",
2475            "tooltip": "Name",
2476            "order": 5,
2477            "classType": ""
2478          },
2479          {
2480            "name": "parameter",
2481            "value": "${p:Codigo}",
2482            "type": "Parameter",
2483            "description": "Parameter",
2484            "tooltip": "Parameter to prompt",
2485            "order": 12,
2486            "classType": ""
2487          },
2488          {
2489            "name": "listeners",
2490            "value": "[]",
2491            "type": "Listeners",
2492            "description": "Listeners",
2493            "tooltip": "Parameters to listen to",
2494            "order": 13,
2495            "classType": ""
2496          },
2497          {
2498            "name": "parameters",
2499            "value": "[]",
2500            "type": "ValuesArray",
2501            "description": "Parameters",
2502            "tooltip": " Parameters to pass to the component",
2503            "order": 40,
2504            "classType": ""
2505          },
2506          {
2507            "name": "valueAsId",
2508            "value": "false",
2509            "type": "Boolean",
2510            "description": "Value as id",
2511            "tooltip": "If false, uses the first column of the dataset as id. If true, Use the value as the id",
2512            "order": 41,
2513            "classType": ""
2514          },
2515          {
2516            "name": "externalPlugin",
2517            "value": "",
2518            "type": "String",
2519            "description": "jQuery Plugin",
2520            "tooltip": "chosen: uses chosen.jquery.js to render select tags",
2521            "order": 41,
2522            "classType": ""
2523          },
2524          {
2525            "name": "dataSource",
2526            "value": "CodArancelario",
2527            "type": "Datasource",
2528            "description": "Datasource",
2529            "tooltip": "DataSource to be used in this selector",
2530            "order": 43,
2531            "classType": ""
2532          },
2533          {
2534            "name": "valuesArray",
2535            "value": "[]",
2536            "type": "ValuesArray",
2537            "description": "Values array",
2538            "tooltip": "Array to be used ",
2539            "order": 44,
2540            "classType": ""
2541          },
2542          {
2543            "name": "priority",
2544            "value": 5,
2545            "type": "Integer",
2546            "description": "Priority",
2547            "tooltip": "Priority for component execution component. Lower values have higher priority",
2548            "order": 50,
2549            "classType": "advanced"
2550          },
2551          {
2552            "name": "refreshPeriod",
2553            "value": "",
2554            "type": "Integer",
2555            "description": "Refresh Period",
2556            "tooltip": "Time interval (in seconds) to refresh the component. If 0 or not set component won't refresh.",
2557            "order": 50,
2558            "classType": "advanced"
2559          },
2560          {
2561            "name": "htmlObject",
2562            "value": "${p:acArancelario}",
2563            "type": "HtmlObject",
2564            "description": "HtmlObject",
2565            "tooltip": "HtmlObject to prompt",
2566            "order": 90,
2567            "classType": ""
2568          },
2569          {
2570            "name": "executeAtStart",
2571            "value": "true",
2572            "type": "Boolean",
2573            "description": "Execute at start",
2574            "tooltip": "Execute at start?",
2575            "order": 91,
2576            "classType": "advanced"
2577          },
2578          {
2579            "name": "preExecution",
2580            "value": "",
2581            "type": "JavaScript",
2582            "description": "Pre Execution",
2583            "tooltip": "Function to be executed before the component is updated",
2584            "order": 92,
2585            "classType": "advanced"
2586          },
2587          {
2588            "name": "postExecution",
2589            "value": "",
2590            "type": "JavaScript",
2591            "description": "Post Execution",
2592            "tooltip": "Function to be executed after the component is updated",
2593            "order": 93,
2594            "classType": "advanced"
2595          },
2596          {
2597            "name": "postFetch",
2598            "value": "",
2599            "type": "JavaScript",
2600            "description": "Post Fetch",
2601            "tooltip": "Code executed after this component's data is fetched from the server",
2602            "order": 93,
2603            "classType": "advanced"
2604          },
2605          {
2606            "name": "preChange",
2607            "value": "",
2608            "type": "JavaScript",
2609            "description": "Pre Change",
2610            "tooltip": "Function to be executed before the component is changed. It's a function of the type function(value){return value}, and can be used for validation",
2611            "order": 94,
2612            "classType": "advanced"
2613          },
2614          {
2615            "name": "postChange",
2616            "value": "",
2617            "type": "JavaScript",
2618            "description": "Post Change",
2619            "tooltip": "Function to be executed after the component is changed. It's a function of the type function(value){...}",
2620            "order": 95,
2621            "classType": "advanced"
2622          },
2623          {
2624            "name": "tooltip",
2625            "value": "",
2626            "type": "Html",
2627            "description": "Tooltip",
2628            "tooltip": "Tooltip to be displayed on component's mouse hover",
2629            "order": 99,
2630            "classType": "advanced"
2631          },
2632          {
2633            "name": "extraOptions",
2634            "value": "[]",
2635            "type": "OptionArray",
2636            "description": "Extra Options",
2637            "tooltip": "Extra Options",
2638            "order": 99,
2639            "classType": "advanced"
2640          }
2641        ]
2642      },
2643      {
2644        "id": "GENERIC",
2645        "name": "Generic",
2646        "type": "Label",
2647        "typeDesc": "<i>Group</i>",
2648        "parent": "UnIqEiD",
2649        "properties": [
2650          {
2651            "name": "Group",
2652            "value": "Generic",
2653            "type": "Label",
2654            "description": "Group",
2655            "tooltip": "Group"
2656          }
2657        ]
2658      },
2659      {
2660        "id": "f37281ff-1de5-d756-e3ca-42d435dd5b4e",
2661        "type": "ComponentsParameter",
2662        "typeDesc": "Simple parameter",
2663        "parent": "GENERIC",
2664        "properties": [
2665          {
2666            "name": "name",
2667            "value": "Codigo",
2668            "type": "Id",
2669            "description": "Name",
2670            "tooltip": "Name",
2671            "order": 5,
2672            "classType": ""
2673          },
2674          {
2675            "name": "propertyValue",
2676            "value": "Codigo",
2677            "type": "String",
2678            "description": "Property value",
2679            "tooltip": "Property value",
2680            "order": 20,
2681            "classType": ""
2682          },
2683          {
2684            "name": "parameterViewRole",
2685            "value": "unused",
2686            "type": "parameterViewRoleCustom",
2687            "description": "Role in View",
2688            "tooltip": "How should this parameter be handled when saving a view?",
2689            "order": 88,
2690            "classType": "advanced"
2691          },
2692          {
2693            "name": "bookmarkable",
2694            "value": "false",
2695            "type": "Boolean",
2696            "description": "Bookmarkable",
2697            "tooltip": "Is this parameter persisted with bookmarks/links?",
2698            "order": 91,
2699            "classType": ""
2700          }
2701        ]
2702      },
2703      {
2704        "id": "e188a0bf-a040-133c-5620-35a4d54f0ae6",
2705        "type": "ComponentsParameter",
2706        "typeDesc": "Simple parameter",
2707        "parent": "GENERIC",
2708        "properties": [
2709          {
2710            "name": "name",
2711            "value": "cod",
2712            "type": "Id",
2713            "description": "Name",
2714            "tooltip": "Name",
2715            "order": 5,
2716            "classType": ""
2717          },
2718          {
2719            "name": "propertyValue",
2720            "value": "cod",
2721            "type": "String",
2722            "description": "Property value",
2723            "tooltip": "Property value",
2724            "order": 20,
2725            "classType": ""
2726          },
2727          {
2728            "name": "parameterViewRole",
2729            "value": "unused",
2730            "type": "parameterViewRoleCustom",
2731            "description": "Role in View",
2732            "tooltip": "How should this parameter be handled when saving a view?",
2733            "order": 88,
2734            "classType": "advanced"
2735          },
2736          {
2737            "name": "bookmarkable",
2738            "value": "false",
2739            "type": "Boolean",
2740            "description": "Bookmarkable",
2741            "tooltip": "Is this parameter persisted with bookmarks/links?",
2742            "order": 91,
2743            "classType": ""
2744          }
2745        ]
2746      },
2747      {
2748        "id": "OTHERCOMPONENTS",
2749        "name": "Others",
2750        "type": "Label",
2751        "typeDesc": "<i>Group</i>",
2752        "parent": "UnIqEiD",
2753        "properties": [
2754          {
2755            "name": "Group",
2756            "value": "Others",
2757            "type": "Label",
2758            "description": "Group",
2759            "tooltip": "Group"
2760          }
2761        ]
2762      },
2763      {
2764        "id": "4c73d1f0-7140-6e42-65d4-0a8cf59fcc97",
2765        "type": "ComponentsTable",
2766        "typeDesc": "table Component",
2767        "parent": "OTHERCOMPONENTS",
2768        "properties": [
2769          {
2770            "name": "name",
2771            "value": "TablaPlantas",
2772            "type": "Id",
2773            "description": "Name",
2774            "tooltip": "Name",
2775            "order": 5,
2776            "classType": ""
2777          },
2778          {
2779            "name": "expandContainerObject",
2780            "value": "",
2781            "type": "String",
2782            "description": "Expand container Object",
2783            "tooltip": "Id for container object with expanded row contents",
2784            "order": 1,
2785            "classType": "advanced"
2786          },
2787          {
2788            "name": "listeners",
2789            "value": "['${p:Codigo}']",
2790            "type": "Listeners",
2791            "description": "Listeners",
2792            "tooltip": "Parameters to listen to",
2793            "order": 13,
2794            "classType": ""
2795          },
2796          {
2797            "name": "oLanguage",
2798            "value": "",
2799            "type": "JavaScript",
2800            "description": "oLanguage",
2801            "tooltip": "oLanguage",
2802            "order": 17,
2803            "classType": "advanced"
2804          },
2805          {
2806            "name": "colHeaders",
2807            "value": "[\"Código\",\"Descripción\",\"Total Plantas\"]",
2808            "type": "Array",
2809            "description": "Column Headers",
2810            "tooltip": "The table column header",
2811            "order": 40,
2812            "classType": ""
2813          },
2814          {
2815            "name": "colTypes",
2816            "value": "[]",
2817            "type": "colTypesCustom",
2818            "description": "Column Types",
2819            "tooltip": "The table column types",
2820            "order": 40,
2821            "classType": ""
2822          },
2823          {
2824            "name": "colFormats",
2825            "value": "[]",
2826            "type": "Array",
2827            "description": "Column Formats",
2828            "tooltip": "The table column formats",
2829            "order": 40,
2830            "classType": "advanced"
2831          },
2832          {
2833            "name": "colWidths",
2834            "value": "[\"20%\",\"60%\",\"10%\"]",
2835            "type": "Array",
2836            "description": "Column Widths",
2837            "tooltip": "The table widths",
2838            "order": 40,
2839            "classType": "advanced"
2840          },
2841          {
2842            "name": "colSortable",
2843            "value": "[]",
2844            "type": "Array",
2845            "description": "Sortable Column",
2846            "tooltip": "Is the column sortable? Example: [true,false]",
2847            "order": 40,
2848            "classType": "advanced"
2849          },
2850          {
2851            "name": "parameters",
2852            "value": "[[\"Codigo\",\"Codigo\"]]",
2853            "type": "ValuesArray",
2854            "description": "Parameters",
2855            "tooltip": " Parameters to pass to the component",
2856            "order": 40,
2857            "classType": ""
2858          },
2859          {
2860            "name": "expandParameters",
2861            "value": "[]",
2862            "type": "ValuesArray",
2863            "description": "Expand Parameters",
2864            "tooltip": " Expand Parameters  - arg is column id, value is parameter name to change with column value",
2865            "order": 40,
2866            "classType": "advanced"
2867          },
2868          {
2869            "name": "paginate",
2870            "value": "true",
2871            "type": "Boolean",
2872            "description": "Paginate",
2873            "tooltip": "Paginate",
2874            "order": 41,
2875            "classType": "advanced"
2876          },
2877          {
2878            "name": "displayLength",
2879            "value": "4",
2880            "type": "Integer",
2881            "description": "Page Length",
2882            "tooltip": "The page lengh",
2883            "order": 41,
2884            "classType": "advanced"
2885          },
2886          {
2887            "name": "lengthChange",
2888            "value": "false",
2889            "type": "Boolean",
2890            "description": "Length Change",
2891            "tooltip": "Allow user to change the displayed size?",
2892            "order": 41,
2893            "classType": "advanced"
2894          },
2895          {
2896            "name": "filter",
2897            "value": "true",
2898            "type": "Boolean",
2899            "description": "Show Filter",
2900            "tooltip": "Show option",
2901            "order": 41,
2902            "classType": "advanced"
2903          },
2904          {
2905            "name": "info",
2906            "value": "true",
2907            "type": "Boolean",
2908            "description": "Info Filter",
2909            "tooltip": "Info option",
2910            "order": 41,
2911            "classType": "advanced"
2912          },
2913          {
2914            "name": "sort",
2915            "value": "true",
2916            "type": "Boolean",
2917            "description": "Sort Data",
2918            "tooltip": "Sort Data",
2919            "order": 41,
2920            "classType": "advanced"
2921          },
2922          {
2923            "name": "expandOnClick",
2924            "value": "false",
2925            "type": "Boolean",
2926            "description": "Expand On Click",
2927            "tooltip": "If true, expand row when clicked and show content from expandContainerObject",
2928            "order": 41,
2929            "classType": "advanced"
2930          },
2931          {
2932            "name": "colSearchable",
2933            "value": "[]",
2934            "type": "Array",
2935            "description": "Searchable Column",
2936            "tooltip": "Array with the indexes of the columns to search",
2937            "order": 42,
2938            "classType": "advanced"
2939          },
2940          {
2941            "name": "drawCallback",
2942            "value": "",
2943            "type": "JavaScript",
2944            "description": "Draw Function",
2945            "tooltip": "Custom function to be executed when a page table is rendered",
2946            "order": 42,
2947            "classType": "advanced"
2948          },
2949          {
2950            "name": "dataSource",
2951            "value": "PlantasxCodA",
2952            "type": "Datasource",
2953            "description": "Datasource",
2954            "tooltip": "DataSource to be used in this selector",
2955            "order": 43,
2956            "classType": ""
2957          },
2958          {
2959            "name": "sDom",
2960            "value": "",
2961            "type": "JavaScript",
2962            "description": "sDom control",
2963            "tooltip": "Configuration of where the controls will be in the table",
2964            "order": 43,
2965            "classType": "advanced"
2966          },
2967          {
2968            "name": "sortBy",
2969            "value": "[]",
2970            "type": "SortByArray",
2971            "description": "Sort by",
2972            "tooltip": "Choose the columns where the sorting will default. Example: [[0,asc],[1,desc]]",
2973            "order": 43,
2974            "classType": "advanced"
2975          },
2976          {
2977            "name": "refreshPeriod",
2978            "value": "",
2979            "type": "Integer",
2980            "description": "Refresh Period",
2981            "tooltip": "Time interval (in seconds) to refresh the component. If 0 or not set component won't refresh.",
2982            "order": 50,
2983            "classType": "advanced"
2984          },
2985          {
2986            "name": "priority",
2987            "value": "5",
2988            "type": "Integer",
2989            "description": "Priority",
2990            "tooltip": "Priority for component execution component. Lower values have higher priority",
2991            "order": 50,
2992            "classType": "advanced"
2993          },
2994          {
2995            "name": "tableStyle",
2996            "value": "themeroller",
2997            "type": "TableStyle",
2998            "description": "Style",
2999            "tooltip": "Table style",
3000            "order": 56,
3001            "classType": "advanced"
3002          },
3003          {
3004            "name": "paginationType",
3005            "value": "two_button",
3006            "type": "PaginationType",
3007            "description": "Pagination Type",
3008            "tooltip": "Pagination Type",
3009            "order": 56,
3010            "classType": "advanced"
3011          },
3012          {
3013            "name": "htmlObject",
3014            "value": "${p:Plantas}",
3015            "type": "HtmlObject",
3016            "description": "HtmlObject",
3017            "tooltip": "HtmlObject to prompt",
3018            "order": 90,
3019            "classType": ""
3020          },
3021          {
3022            "name": "executeAtStart",
3023            "value": "true",
3024            "type": "Boolean",
3025            "description": "Execute at start",
3026            "tooltip": "Execute at start?",
3027            "order": 91,
3028            "classType": "advanced"
3029          },
3030          {
3031            "name": "paginateServerside",
3032            "value": "false",
3033            "type": "Boolean",
3034            "description": "Paginate server-side",
3035            "tooltip": "Paginate server-side",
3036            "order": 91,
3037            "classType": "advanced"
3038          },
3039          {
3040            "name": "preExecution",
3041            "value": "",
3042            "type": "JavaScript",
3043            "description": "Pre Execution",
3044            "tooltip": "Function to be executed before the component is updated",
3045            "order": 92,
3046            "classType": "advanced"
3047          },
3048          {
3049            "name": "postFetch",
3050            "value": "",
3051            "type": "JavaScript",
3052            "description": "Post Fetch",
3053            "tooltip": "Code executed after this component's data is fetched from the server",
3054            "order": 93,
3055            "classType": "advanced"
3056          },
3057          {
3058            "name": "postExecution",
3059            "value": "",
3060            "type": "JavaScript",
3061            "description": "Post Execution",
3062            "tooltip": "Function to be executed after the component is updated",
3063            "order": 93,
3064            "classType": "advanced"
3065          },
3066          {
3067            "name": "preChange",
3068            "value": "",
3069            "type": "JavaScript",
3070            "description": "Pre Change",
3071            "tooltip": "Function to be executed before the component is changed. It's a function of the type function(value){return value}, and can be used for validation",
3072            "order": 94,
3073            "classType": "advanced"
3074          },
3075          {
3076            "name": "postChange",
3077            "value": "",
3078            "type": "JavaScript",
3079            "description": "Post Change",
3080            "tooltip": "Function to be executed after the component is changed. It's a function of the type function(value){...}",
3081            "order": 95,
3082            "classType": "advanced"
3083          },
3084          {
3085            "name": "tooltip",
3086            "value": "",
3087            "type": "Html",
3088            "description": "Tooltip",
3089            "tooltip": "Tooltip to be displayed on component's mouse hover",
3090            "order": 99,
3091            "classType": "advanced"
3092          },
3093          {
3094            "name": "extraOptions",
3095            "value": "[]",
3096            "type": "OptionArray",
3097            "description": "Extra Options",
3098            "tooltip": "Extra Options",
3099            "order": 99,
3100            "classType": "advanced"
3101          },
3102          {
3103            "name": "clickAction",
3104            "value": "function cod(a) {\n // alert(\"msg\"+a.series);\n  Dashboards.fireChange('cod',a.series);\n}",
3105            "type": "JavaScript",
3106            "description": "clickAction",
3107            "tooltip": "A callback function that is called when the user clicks on a visual element.",
3108            "order": 254,
3109            "classType": ""
3110          }
3111        ]
3112      },
3113      {
3114        "id": "a83d092f-0045-3fb6-0f47-8cadf6ad9266",
3115        "type": "ComponentsexportButton",
3116        "typeDesc": "Export Button Component",
3117        "parent": "OTHERCOMPONENTS",
3118        "properties": [
3119          {
3120            "name": "name",
3121            "value": "ExportT",
3122            "type": "Id",
3123            "description": "Name",
3124            "tooltip": "Name",
3125            "order": 5,
3126            "classType": ""
3127          },
3128          {
3129            "name": "label",
3130            "value": "Exportar",
3131            "type": "String",
3132            "description": "Label",
3133            "tooltip": "Label to be used",
3134            "order": 9,
3135            "classType": ""
3136          },
3137          {
3138            "name": "listeners",
3139            "value": "[]",
3140            "type": "Listeners",
3141            "description": "Listeners",
3142            "tooltip": "Parameters to listen to",
3143            "order": 13,
3144            "classType": ""
3145          },
3146          {
3147            "name": "parameters",
3148            "value": "[]",
3149            "type": "ValuesArray",
3150            "description": "Parameters",
3151            "tooltip": " Parameters to pass to the component",
3152            "order": 40,
3153            "classType": ""
3154          },
3155          {
3156            "name": "priority",
3157            "value": 5,
3158            "type": "Integer",
3159            "description": "Priority",
3160            "tooltip": "Priority for component execution component. Lower values have higher priority",
3161            "order": 50,
3162            "classType": "advanced"
3163          },
3164          {
3165            "name": "refreshPeriod",
3166            "value": "",
3167            "type": "Integer",
3168            "description": "Refresh Period",
3169            "tooltip": "Time interval (in seconds) to refresh the component. If 0 or not set component won't refresh.",
3170            "order": 50,
3171            "classType": "advanced"
3172          },
3173          {
3174            "name": "componentName",
3175            "value": "TablaPlantas",
3176            "type": "String",
3177            "description": "Component Name",
3178            "tooltip": "Component to export",
3179            "order": 51,
3180            "classType": ""
3181          },
3182          {
3183            "name": "outputType",
3184            "value": "csv",
3185            "type": "String",
3186            "description": "Output Type",
3187            "tooltip": "File format to export",
3188            "order": 51,
3189            "classType": ""
3190          },
3191          {
3192            "name": "htmlObject",
3193            "value": "${p:BotonT}",
3194            "type": "HtmlObject",
3195            "description": "HtmlObject",
3196            "tooltip": "HtmlObject to prompt",
3197            "order": 90,
3198            "classType": ""
3199          },
3200          {
3201            "name": "executeAtStart",
3202            "value": "true",
3203            "type": "Boolean",
3204            "description": "Execute at start",
3205            "tooltip": "Execute at start?",
3206            "order": 91,
3207            "classType": "advanced"
3208          },
3209          {
3210            "name": "preExecution",
3211            "value": "",
3212            "type": "JavaScript",
3213            "description": "Pre Execution",
3214            "tooltip": "Function to be executed before the component is updated",
3215            "order": 92,
3216            "classType": "advanced"
3217          },
3218          {
3219            "name": "postExecution",
3220            "value": "",
3221            "type": "JavaScript",
3222            "description": "Post Execution",
3223            "tooltip": "Function to be executed after the component is updated",
3224            "order": 93,
3225            "classType": "advanced"
3226          },
3227          {
3228            "name": "tooltip",
3229            "value": "",
3230            "type": "Html",
3231            "description": "Tooltip",
3232            "tooltip": "Tooltip to be displayed on component's mouse hover",
3233            "order": 99,
3234            "classType": "advanced"
3235          }
3236        ]
3237      },
3238      {
3239        "id": "7f573dcf-5755-7b71-adcb-4c6eb5b03d01",
3240        "type": "ComponentsexportButton",
3241        "typeDesc": "Export Button Component",
3242        "parent": "OTHERCOMPONENTS",
3243        "properties": [
3244          {
3245            "name": "name",
3246            "value": "ExportG",
3247            "type": "Id",
3248            "description": "Name",
3249            "tooltip": "Name",
3250            "order": 5,
3251            "classType": ""
3252          },
3253          {
3254            "name": "label",
3255            "value": "Exportar",
3256            "type": "String",
3257            "description": "Label",
3258            "tooltip": "Label to be used",
3259            "order": 9,
3260            "classType": ""
3261          },
3262          {
3263            "name": "listeners",
3264            "value": "[]",
3265            "type": "Listeners",
3266            "description": "Listeners",
3267            "tooltip": "Parameters to listen to",
3268            "order": 13,
3269            "classType": ""
3270          },
3271          {
3272            "name": "parameters",
3273            "value": "[]",
3274            "type": "ValuesArray",
3275            "description": "Parameters",
3276            "tooltip": " Parameters to pass to the component",
3277            "order": 40,
3278            "classType": ""
3279          },
3280          {
3281            "name": "priority",
3282            "value": 5,
3283            "type": "Integer",
3284            "description": "Priority",
3285            "tooltip": "Priority for component execution component. Lower values have higher priority",
3286            "order": 50,
3287            "classType": "advanced"
3288          },
3289          {
3290            "name": "refreshPeriod",
3291            "value": "",
3292            "type": "Integer",
3293            "description": "Refresh Period",
3294            "tooltip": "Time interval (in seconds) to refresh the component. If 0 or not set component won't refresh.",
3295            "order": 50,
3296            "classType": "advanced"
3297          },
3298          {
3299            "name": "componentName",
3300            "value": "MontoVentas",
3301            "type": "String",
3302            "description": "Component Name",
3303            "tooltip": "Component to export",
3304            "order": 51,
3305            "classType": ""
3306          },
3307          {
3308            "name": "outputType",
3309            "value": "csv",
3310            "type": "String",
3311            "description": "Output Type",
3312            "tooltip": "File format to export",
3313            "order": 51,
3314            "classType": ""
3315          },
3316          {
3317            "name": "htmlObject",
3318            "value": "BotonG",
3319            "type": "HtmlObject",
3320            "description": "HtmlObject",
3321            "tooltip": "HtmlObject to prompt",
3322            "order": 90,
3323            "classType": ""
3324          },
3325          {
3326            "name": "executeAtStart",
3327            "value": "true",
3328            "type": "Boolean",
3329            "description": "Execute at start",
3330            "tooltip": "Execute at start?",
3331            "order": 91,
3332            "classType": "advanced"
3333          },
3334          {
3335            "name": "preExecution",
3336            "value": "",
3337            "type": "JavaScript",
3338            "description": "Pre Execution",
3339            "tooltip": "Function to be executed before the component is updated",
3340            "order": 92,
3341            "classType": "advanced"
3342          },
3343          {
3344            "name": "postExecution",
3345            "value": "",
3346            "type": "JavaScript",
3347            "description": "Post Execution",
3348            "tooltip": "Function to be executed after the component is updated",
3349            "order": 93,
3350            "classType": "advanced"
3351          },
3352          {
3353            "name": "tooltip",
3354            "value": "",
3355            "type": "Html",
3356            "description": "Tooltip",
3357            "tooltip": "Tooltip to be displayed on component's mouse hover",
3358            "order": 99,
3359            "classType": "advanced"
3360          }
3361        ]
3362      },
3363      {
3364        "id": "ba62827f-3b68-f00b-9f4b-f1869d456ba7",
3365        "type": "ComponentsbuttonComponent",
3366        "typeDesc": "Button Component",
3367        "parent": "OTHERCOMPONENTS",
3368        "properties": [
3369          {
3370            "name": "name",
3371            "value": "PDF",
3372            "type": "Id",
3373            "description": "Name",
3374            "tooltip": "Name",
3375            "order": 5,
3376            "classType": ""
3377          },
3378          {
3379            "name": "label",
3380            "value": "Exportar PDF",
3381            "type": "String",
3382            "description": "Label",
3383            "tooltip": "Label to be used",
3384            "order": 9,
3385            "classType": ""
3386          },
3387          {
3388            "name": "listeners",
3389            "value": "[]",
3390            "type": "Listeners",
3391            "description": "Listeners",
3392            "tooltip": "Parameters to listen to",
3393            "order": 13,
3394            "classType": ""
3395          },
3396          {
3397            "name": "expression",
3398            "value": "function f() { window.print() }",
3399            "type": "JavaScript",
3400            "description": "Expression",
3401            "tooltip": "Javascript expression to be evaluate.",
3402            "order": 40,
3403            "classType": ""
3404          },
3405          {
3406            "name": "priority",
3407            "value": 5,
3408            "type": "Integer",
3409            "description": "Priority",
3410            "tooltip": "Priority for component execution component. Lower values have higher priority",
3411            "order": 50,
3412            "classType": "advanced"
3413          },
3414          {
3415            "name": "refreshPeriod",
3416            "value": "",
3417            "type": "Integer",
3418            "description": "Refresh Period",
3419            "tooltip": "Time interval (in seconds) to refresh the component. If 0 or not set component won't refresh.",
3420            "order": 50,
3421            "classType": "advanced"
3422          },
3423          {
3424            "name": "buttonStyle",
3425            "value": "themeroller",
3426            "type": "TableStyle",
3427            "description": "Style",
3428            "tooltip": "Table style",
3429            "order": 56,
3430            "classType": "advanced"
3431          },
3432          {
3433            "name": "htmlObject",
3434            "value": "Imprimir",
3435            "type": "HtmlObject",
3436            "description": "HtmlObject",
3437            "tooltip": "HtmlObject to prompt",
3438            "order": 90,
3439            "classType": ""
3440          },
3441          {
3442            "name": "executeAtStart",
3443            "value": "true",
3444            "type": "Boolean",
3445            "description": "Execute at start",
3446            "tooltip": "Execute at start?",
3447            "order": 91,
3448            "classType": "advanced"
3449          },
3450          {
3451            "name": "preExecution",
3452            "value": "",
3453            "type": "JavaScript",
3454            "description": "Pre Execution",
3455            "tooltip": "Function to be executed before the component is updated",
3456            "order": 92,
3457            "classType": "advanced"
3458          },
3459          {
3460            "name": "postExecution",
3461            "value": "",
3462            "type": "JavaScript",
3463            "description": "Post Execution",
3464            "tooltip": "Function to be executed after the component is updated",
3465            "order": 93,
3466            "classType": "advanced"
3467          },
3468          {
3469            "name": "preChange",
3470            "value": "",
3471            "type": "JavaScript",
3472            "description": "Pre Change",
3473            "tooltip": "Function to be executed before the component is changed. It's a function of the type function(value){return value}, and can be used for validation",
3474            "order": 94,
3475            "classType": "advanced"
3476          },
3477          {
3478            "name": "postChange",
3479            "value": "",
3480            "type": "JavaScript",
3481            "description": "Post Change",
3482            "tooltip": "Function to be executed after the component is changed. It's a function of the type function(value){...}",
3483            "order": 95,
3484            "classType": "advanced"
3485          },
3486          {
3487            "name": "tooltip",
3488            "value": "",
3489            "type": "Html",
3490            "description": "Tooltip",
3491            "tooltip": "Tooltip to be displayed on component's mouse hover",
3492            "order": 99,
3493            "classType": "advanced"
3494          }
3495        ]
3496      },
3497      {
3498        "id": "CHARTS",
3499        "name": "Charts",
3500        "type": "Label",
3501        "typeDesc": "<i>Group</i>",
3502        "parent": "UnIqEiD",
3503        "properties": [
3504          {
3505            "name": "Group",
3506            "value": "Charts",
3507            "type": "Label",
3508            "description": "Group",
3509            "tooltip": "Group"
3510          }
3511        ]
3512      },
3513      {
3514        "id": "d8259b64-8304-5a02-81a0-761db02360c0",
3515        "type": "ComponentscccBarChart",
3516        "typeDesc": "CCC Bar Chart",
3517        "parent": "CHARTS",
3518        "properties": [
3519          {
3520            "name": "name",
3521            "value": "MontoVentas",
3522            "type": "Id",
3523            "description": "Name",
3524            "tooltip": "Name",
3525            "order": 5,
3526            "classType": ""
3527          },
3528          {
3529            "name": "title",
3530            "value": "Principales 10 empresas que producen el Código Arancelario y sus montos de ventas",
3531            "type": "String",
3532            "description": "Title",
3533            "tooltip": "Title",
3534            "order": 1,
3535            "classType": ""
3536          },
3537          {
3538            "name": "listeners",
3539            "value": "['${p:cod}']",
3540            "type": "Listeners",
3541            "description": "Listeners",
3542            "tooltip": "Parameters to listen to",
3543            "order": 13,
3544            "classType": ""
3545          },
3546          {
3547            "name": "customfunction",
3548            "value": "",
3549            "type": "JavaScript",
3550            "description": "Custom Chart Script",
3551            "tooltip": "Custom Chart Script",
3552            "order": 40,
3553            "classType": ""
3554          },
3555          {
3556            "name": "parameters",
3557            "value": "[[\"cod\",\"cod\"]]",
3558            "type": "ValuesArray",
3559            "description": "Parameters",
3560            "tooltip": " Parameters to pass to the component",
3561            "order": 40,
3562            "classType": ""
3563          },
3564          {
3565            "name": "dataSource",
3566            "value": "Ventas",
3567            "type": "Datasource",
3568            "description": "Datasource",
3569            "tooltip": "DataSource to be used in this selector",
3570            "order": 43,
3571            "classType": ""
3572          },
3573          {
3574            "name": "height",
3575            "value": "550",
3576            "type": "Integer",
3577            "description": "Height",
3578            "tooltip": "Element height, in pixels ",
3579            "order": 50,
3580            "classType": ""
3581          },
3582          {
3583            "name": "width",
3584            "value": "",
3585            "type": "Integer",
3586            "description": "Width",
3587            "tooltip": "Element width, in pixels ",
3588            "order": 50,
3589            "classType": ""
3590          },
3591          {
3592            "name": "refreshPeriod",
3593            "value": "",
3594            "type": "Integer",
3595            "description": "Refresh Period",
3596            "tooltip": "Time interval (in seconds) to refresh the component. If 0 or not set component won't refresh.",
3597            "order": 50,
3598            "classType": "advanced"
3599          },
3600          {
3601            "name": "priority",
3602            "value": 5,
3603            "type": "Integer",
3604            "description": "Priority",
3605            "tooltip": "Priority for component execution component. Lower values have higher priority",
3606            "order": 50,
3607            "classType": "advanced"
3608          },
3609          {
3610            "name": "colors",
3611            "value": "[]",
3612            "type": "Array",
3613            "description": "colors",
3614            "tooltip": "The colors of a color axis.",
3615            "order": 67,
3616            "classType": "advanced"
3617          },
3618          {
3619            "name": "htmlObject",
3620            "value": "Grafico",
3621            "type": "HtmlObject",
3622            "description": "HtmlObject",
3623            "tooltip": "HtmlObject to prompt",
3624            "order": 90,
3625            "classType": ""
3626          },
3627          {
3628            "name": "executeAtStart",
3629            "value": "true",
3630            "type": "Boolean",
3631            "description": "Execute at start",
3632            "tooltip": "Execute at start?",
3633            "order": 91,
3634            "classType": "advanced"
3635          },
3636          {
3637            "name": "preExecution",
3638            "value": "",
3639            "type": "JavaScript",
3640            "description": "Pre Execution",
3641            "tooltip": "Function to be executed before the component is updated",
3642            "order": 92,
3643            "classType": "advanced"
3644          },
3645          {
3646            "name": "postFetch",
3647            "value": "",
3648            "type": "JavaScript",
3649            "description": "Post Fetch",
3650            "tooltip": "Code executed after this component's data is fetched from the server",
3651            "order": 93,
3652            "classType": "advanced"
3653          },
3654          {
3655            "name": "postExecution",
3656            "value": "",
3657            "type": "JavaScript",
3658            "description": "Post Execution",
3659            "tooltip": "Function to be executed after the component is updated",
3660            "order": 93,
3661            "classType": "advanced"
3662          },
3663          {
3664            "name": "preChange",
3665            "value": "",
3666            "type": "JavaScript",
3667            "description": "Pre Change",
3668            "tooltip": "Function to be executed before the component is changed. It's a function of the type function(value){return value}, and can be used for validation",
3669            "order": 94,
3670            "classType": "advanced"
3671          },
3672          {
3673            "name": "postChange",
3674            "value": "",
3675            "type": "JavaScript",
3676            "description": "Post Change",
3677            "tooltip": "Function to be executed after the component is changed. It's a function of the type function(value){...}",
3678            "order": 95,
3679            "classType": "advanced"
3680          },
3681          {
3682            "name": "tooltip",
3683            "value": "",
3684            "type": "Html",
3685            "description": "Tooltip",
3686            "tooltip": "Tooltip to be displayed on component's mouse hover",
3687            "order": 99,
3688            "classType": "advanced"
3689          },
3690          {
3691            "name": "extensionPoints",
3692            "value": "[[\"xAxisLabel_textAngle\",\"-Math.PI/3\"],[\"xAxisLabel_textAlign\",\"right\"],[\"xAxisLabel_textBaseline\",\"top\"],[\"axisGrid_strokeStyle\",\"lightgray\"]]",
3693            "type": "ValuesArray",
3694            "description": "Extension points",
3695            "tooltip": "CCC Extension points",
3696            "order": 99,
3697            "classType": "advanced"
3698          },
3699          {
3700            "name": "animate",
3701            "value": true,
3702            "type": "Boolean",
3703            "description": "animate",
3704            "tooltip": "Indicates if a chart should show an entry animation, every time it is fully rendered.",
3705            "order": 202,
3706            "classType": "advanced"
3707          },
3708          {
3709            "name": "barSizeMax",
3710            "value": 2000,
3711            "type": "Float",
3712            "description": "barSizeMax",
3713            "tooltip": "The maximum width of a bar, in pixel units.",
3714            "order": 205,
3715            "classType": "advanced"
3716          },
3717          {
3718            "name": "barSizeRatio",
3719            "value": 0.9,
3720            "type": "Float",
3721            "description": "barSizeRatio",
3722            "tooltip": "The percentage of the grouped bar width versus the space between grouped bars (does not apply to stacked bars).",
3723            "order": 206,
3724            "classType": "advanced"
3725          },
3726          {
3727            "name": "barStackedMargin",
3728            "value": 0,
3729            "type": "Float",
3730            "description": "barStackedMargin",
3731            "tooltip": "The space between bars of a given stack, in pixel units (applies to stacked bars).",
3732            "order": 207,
3733            "classType": "advanced"
3734          },
3735          {
3736            "name": "baseAxisClickAction",
3737            "value": "",
3738            "type": "JavaScript",
3739            "description": "baseAxisClickAction",
3740            "tooltip": "A callback function that is called when the user clicks on a tick label (applies to discrete axes).",
3741            "order": 208,
3742            "classType": "advanced"
3743          },
3744          {
3745            "name": "baseAxisDoubleClickAction",
3746            "value": "",
3747            "type": "JavaScript",
3748            "description": "baseAxisDoubleClickAction",
3749            "tooltip": "A callback function that is called when the user double-clicks on a tick label (applies to discrete axes).",
3750            "order": 213,
3751            "classType": "advanced"
3752          },
3753          {
3754            "name": "baseAxisGrid",
3755            "value": "false",
3756            "type": "Boolean",
3757            "description": "baseAxisGrid",
3758            "tooltip": "Indicates if grid rules are drawn separating discrete values or at each major continuous tick.",
3759            "order": 216,
3760            "classType": "advanced"
3761          },
3762          {
3763            "name": "baseAxisLabelSpacingMin",
3764            "value": "",
3765            "type": "Float",
3766            "description": "baseAxisLabelSpacingMin",
3767            "tooltip": "The minimum spacing between tick labels, in em units (does not apply to discrete-hierarchical axes).",
3768            "order": 217,
3769            "classType": "advanced"
3770          },
3771          {
3772            "name": "baseAxisOffset",
3773            "value": 0,
3774            "type": "Float",
3775            "description": "baseAxisOffset",
3776            "tooltip": "The percentage padding, on each of the sides of the plot panel that are orthogonal to the axis orientation.",
3777            "order": 219,
3778            "classType": "advanced"
3779          },
3780          {
3781            "name": "baseAxisOverlappedLabelsMode",
3782            "value": "hide",
3783            "type": "cccBaseAxisOverlappedLabelsModeCustom",
3784            "description": "baseAxisOverlappedLabelsMode",
3785            "tooltip": "Controls how labels are laid out when they overlap (does not apply to discrete-hierarchical axes).",
3786            "order": 221,
3787            "classType": "advanced"
3788          },
3789          {
3790            "name": "baseAxisPosition",
3791            "value": "",
3792            "type": "cccBaseAxisPositionCustom",
3793            "description": "baseAxisPosition",
3794            "tooltip": "The position of the axis panel.",
3795            "order": 222,
3796            "classType": "advanced"
3797          },
3798          {
3799            "name": "baseAxisSize",
3800            "value": "",
3801            "type": "String",
3802            "description": "baseAxisSize",
3803            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
3804            "order": 223,
3805            "classType": "advanced"
3806          },
3807          {
3808            "name": "baseAxisSizeMax",
3809            "value": "",
3810            "type": "String",
3811            "description": "baseAxisSizeMax",
3812            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
3813            "order": 224,
3814            "classType": "advanced"
3815          },
3816          {
3817            "name": "baseAxisTicks",
3818            "value": true,
3819            "type": "Boolean",
3820            "description": "baseAxisTicks",
3821            "tooltip": "Indicates if ticks are shown for each tick value (does not apply to discrete-hierarchical axes).",
3822            "order": 228,
3823            "classType": "advanced"
3824          },
3825          {
3826            "name": "baseAxisTitle",
3827            "value": "Empresa",
3828            "type": "String",
3829            "description": "baseAxisTitle",
3830            "tooltip": "The axis title and title options.",
3831            "order": 229,
3832            "classType": "advanced"
3833          },
3834          {
3835            "name": "baseAxisTitleAlign",
3836            "value": "",
3837            "type": "cccBaseAxisTitleAlignCustom",
3838            "description": "baseAxisTitleAlign",
3839            "tooltip": "The alignment side of the panel (the source) that will align to a side of the parent panel (the target).",
3840            "order": 230,
3841            "classType": "advanced"
3842          },
3843          {
3844            "name": "baseAxisTitleFont",
3845            "value": "12px sans-serif",
3846            "type": "String",
3847            "description": "baseAxisTitleFont",
3848            "tooltip": "The font of the panel.",
3849            "order": 231,
3850            "classType": "advanced"
3851          },
3852          {
3853            "name": "baseAxisTitleMargins",
3854            "value": "0",
3855            "type": "String",
3856            "description": "baseAxisTitleMargins",
3857            "tooltip": "The margins of the panel.",
3858            "order": 232,
3859            "classType": "advanced"
3860          },
3861          {
3862            "name": "baseAxisTitleSize",
3863            "value": "",
3864            "type": "String",
3865            "description": "baseAxisTitleSize",
3866            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
3867            "order": 233,
3868            "classType": "advanced"
3869          },
3870          {
3871            "name": "baseAxisTitleSizeMax",
3872            "value": "",
3873            "type": "String",
3874            "description": "baseAxisTitleSizeMax",
3875            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
3876            "order": 234,
3877            "classType": "advanced"
3878          },
3879          {
3880            "name": "baseAxisTooltipAutoContent",
3881            "value": "value",
3882            "type": "cccBaseAxisTooltipAutoContentCustom",
3883            "description": "baseAxisTooltipAutoContent",
3884            "tooltip": "Indicates the type of automatic content generated for the tooltip of axis' labels.",
3885            "order": 235,
3886            "classType": "advanced"
3887          },
3888          {
3889            "name": "baseAxisTooltipEnabled",
3890            "value": true,
3891            "type": "Boolean",
3892            "description": "baseAxisTooltipEnabled",
3893            "tooltip": "Indicates if the axis' labels show tooltips.",
3894            "order": 236,
3895            "classType": "advanced"
3896          },
3897          {
3898            "name": "baseAxisTooltipFormat",
3899            "value": "",
3900            "type": "JavaScript",
3901            "description": "baseAxisTooltipFormat",
3902            "tooltip": "A callback function that is called to build the tooltip of an axis' labels.",
3903            "order": 237,
3904            "classType": "advanced"
3905          },
3906          {
3907            "name": "baseAxisVisible",
3908            "value": true,
3909            "type": "Boolean",
3910            "description": "baseAxisVisible",
3911            "tooltip": "Indicates if the axis panel is shown.",
3912            "order": 238,
3913            "classType": "advanced"
3914          },
3915          {
3916            "name": "categoryRole",
3917            "value": "",
3918            "type": "String",
3919            "description": "categoryRole",
3920            "tooltip": "The category visual role.",
3921            "order": 251,
3922            "classType": "advanced"
3923          },
3924          {
3925            "name": "clearSelectionMode",
3926            "value": "emptySpaceClick",
3927            "type": "cccClearSelectionModeCustom",
3928            "description": "clearSelectionMode",
3929            "tooltip": "Controls if and how the selection can be cleared by the user.",
3930            "order": 252,
3931            "classType": "advanced"
3932          },
3933          {
3934            "name": "clickable",
3935            "value": false,
3936            "type": "Boolean",
3937            "description": "clickable",
3938            "tooltip": "Indicates if the chart is clickable by the user.",
3939            "order": 253,
3940            "classType": ""
3941          },
3942          {
3943            "name": "clickAction",
3944            "value": "",
3945            "type": "JavaScript",
3946            "description": "clickAction",
3947            "tooltip": "A callback function that is called when the user clicks on a visual element.",
3948            "order": 254,
3949            "classType": ""
3950          },
3951          {
3952            "name": "color2AxisColors",
3953            "value": "[]",
3954            "type": "Array",
3955            "description": "color2AxisColors",
3956            "tooltip": "The colors of a color axis.",
3957            "order": 255,
3958            "classType": "advanced"
3959          },
3960          {
3961            "name": "color2AxisLegendClickMode",
3962            "value": "toggleVisible",
3963            "type": "cccColor2AxisLegendClickModeCustom",
3964            "description": "color2AxisLegendClickMode",
3965            "tooltip": "What happens when the user clicks a legend item (applies to discrete domain axes).",
3966            "order": 256,
3967            "classType": "advanced"
3968          },
3969          {
3970            "name": "color2AxisLegendDrawLine",
3971            "value": "",
3972            "type": "Boolean",
3973            "description": "color2AxisLegendDrawLine",
3974            "tooltip": "Forces a rule to be shown or not in the marker zone (applies to discrete domain axes).",
3975            "order": 257,
3976            "classType": "advanced"
3977          },
3978          {
3979            "name": "color2AxisLegendDrawMarker",
3980            "value": "",
3981            "type": "Boolean",
3982            "description": "color2AxisLegendDrawMarker",
3983            "tooltip": "Forces a shape to be shown or not in the marker zone (applies to discrete domain axes).",
3984            "order": 258,
3985            "classType": "advanced"
3986          },
3987          {
3988            "name": "color2AxisLegendShape",
3989            "value": "",
3990            "type": "cccColor2AxisLegendShapeCustom",
3991            "description": "color2AxisLegendShape",
3992            "tooltip": "Forces a given shape to be used in the marker zone (applies to discrete domain axes).",
3993            "order": 259,
3994            "classType": "advanced"
3995          },
3996          {
3997            "name": "color2AxisLegendVisible",
3998            "value": true,
3999            "type": "Boolean",
4000            "description": "color2AxisLegendVisible",
4001            "tooltip": "Indicates if the legend items of this color axis should be visible (applies to discrete domain axes).",
4002            "order": 260,
4003            "classType": "advanced"
4004          },
4005          {
4006            "name": "color2AxisTransform",
4007            "value": "",
4008            "type": "JavaScript",
4009            "description": "color2AxisTransform",
4010            "tooltip": "The color transform function.",
4011            "order": 261,
4012            "classType": "advanced"
4013          },
4014          {
4015            "name": "color2AxisUnbound",
4016            "value": "",
4017            "type": "String",
4018            "description": "color2AxisUnbound",
4019            "tooltip": "The color to use when an optional color role is unbound.",
4020            "order": 262,
4021            "classType": "advanced"
4022          },
4023          {
4024            "name": "colorRole",
4025            "value": "",
4026            "type": "String",
4027            "description": "colorRole",
4028            "tooltip": "The color visual role controls the color of visual elements.",
4029            "order": 269,
4030            "classType": "advanced"
4031          },
4032          {
4033            "name": "colorTransform",
4034            "value": "",
4035            "type": "JavaScript",
4036            "description": "colorTransform",
4037            "tooltip": "The color transform function.",
4038            "order": 271,
4039            "classType": "advanced"
4040          },
4041          {
4042            "name": "colorUnbound",
4043            "value": "",
4044            "type": "String",
4045            "description": "colorUnbound",
4046            "tooltip": "The color to use when an optional color role is unbound.",
4047            "order": 272,
4048            "classType": "advanced"
4049          },
4050          {
4051            "name": "compatVersion",
4052            "value": 2,
4053            "type": "Float",
4054            "description": "compatVersion",
4055            "tooltip": "The CCC version that the chart should run in.",
4056            "order": 274,
4057            "classType": ""
4058          },
4059          {
4060            "name": "contentMargins",
4061            "value": "0",
4062            "type": "String",
4063            "description": "contentMargins",
4064            "tooltip": "The margins of the root content panel, in pixel units or as a percentage.",
4065            "order": 275,
4066            "classType": "advanced"
4067          },
4068          {
4069            "name": "contentPaddings",
4070            "value": "0",
4071            "type": "String",
4072            "description": "contentPaddings",
4073            "tooltip": "The paddings of the root content panel, in pixel units or as a percentage.",
4074            "order": 276,
4075            "classType": "advanced"
4076          },
4077          {
4078            "name": "crosstabMode",
4079            "value": true,
4080            "type": "Boolean",
4081            "description": "crosstabMode",
4082            "tooltip": "Indicates if the data source is in crosstab format.",
4083            "order": 277,
4084            "classType": ""
4085          },
4086          {
4087            "name": "ctrlSelectMode",
4088            "value": true,
4089            "type": "Boolean",
4090            "description": "ctrlSelectMode",
4091            "tooltip": "When true, indicates that a selection made by the user replaces the current selection, if any.",
4092            "order": 278,
4093            "classType": "advanced"
4094          },
4095          {
4096            "name": "dataCategoriesCount",
4097            "value": "",
4098            "type": "Float",
4099            "description": "dataCategoriesCount",
4100            "tooltip": "The number of category-like columns that are present in a data source.",
4101            "order": 279,
4102            "classType": "advanced"
4103          },
4104          {
4105            "name": "dataIgnoreMetadataLabels",
4106            "value": false,
4107            "type": "Boolean",
4108            "description": "dataIgnoreMetadataLabels",
4109            "tooltip": "Indicates if the data source translation should not use the column labels provided in the data source's metadata as defaults for the labels of dimensions that are directly bound to those columns.",
4110            "order": 280,
4111            "classType": "advanced"
4112          },
4113          {
4114            "name": "dataMeasuresInColumns",
4115            "value": false,
4116            "type": "Boolean",
4117            "description": "dataMeasuresInColumns",
4118            "tooltip": "In the cross-tab format, indicates if, a column exists for each series value and measure dimension.",
4119            "order": 281,
4120            "classType": "advanced"
4121          },
4122          {
4123            "name": "dataPartRole",
4124            "value": "",
4125            "type": "String",
4126            "description": "dataPartRole",
4127            "tooltip": "The dataPart visual role allows fine grained partitioning of the data that shows in the main plot and in the second plot.",
4128            "order": 282,
4129            "classType": "advanced"
4130          },
4131          {
4132            "name": "dataSeparator",
4133            "value": "~",
4134            "type": "String",
4135            "description": "dataSeparator",
4136            "tooltip": "The separator character with which multiple values in a cross-tab format data source were joined, and also, used to build composite keys for multiple level groupings.",
4137            "order": 283,
4138            "classType": "advanced"
4139          },
4140          {
4141            "name": "doubleClickAction",
4142            "value": "",
4143            "type": "JavaScript",
4144            "description": "doubleClickAction",
4145            "tooltip": "A callback function that is called when the user double-clicks on a visual element.",
4146            "order": 286,
4147            "classType": "advanced"
4148          },
4149          {
4150            "name": "groupedLabelSep",
4151            "value": " ~ ",
4152            "type": "String",
4153            "description": "groupedLabelSep",
4154            "tooltip": "The separator used to join the labels of the values of a multi-dimensional visual role.",
4155            "order": 289,
4156            "classType": "advanced"
4157          },
4158          {
4159            "name": "hoverable",
4160            "value": false,
4161            "type": "Boolean",
4162            "description": "hoverable",
4163            "tooltip": "Indicates if the chart's visual elements are automatically highlighted when the user hovers over them with the mouse.",
4164            "order": 290,
4165            "classType": "advanced"
4166          },
4167          {
4168            "name": "ignoreNulls",
4169            "value": true,
4170            "type": "Boolean",
4171            "description": "ignoreNulls",
4172            "tooltip": "Indicates if datums whose value of all measure dimensions is null should be ignored.",
4173            "order": 291,
4174            "classType": "advanced"
4175          },
4176          {
4177            "name": "interactive",
4178            "value": "",
4179            "type": "Boolean",
4180            "description": "interactive",
4181            "tooltip": "Indicates if chart interaction is enabled.",
4182            "order": 292,
4183            "classType": "advanced"
4184          },
4185          {
4186            "name": "isMultiValued",
4187            "value": false,
4188            "type": "Boolean",
4189            "description": "isMultiValued",
4190            "tooltip": "Indicates if the data source has multiple value and dimensions.",
4191            "order": 293,
4192            "classType": "advanced"
4193          },
4194          {
4195            "name": "leafContentOverflow",
4196            "value": "auto",
4197            "type": "cccLeafContentOverflowCustom",
4198            "description": "leafContentOverflow",
4199            "tooltip": "Indicates what is to be done with content that overflows in leaf charts.",
4200            "order": 295,
4201            "classType": "advanced"
4202          },
4203          {
4204            "name": "legend",
4205            "value": "false",
4206            "type": "Boolean",
4207            "description": "legend",
4208            "tooltip": "The legend panel of the root chart.",
4209            "order": 296,
4210            "classType": ""
4211          },
4212          {
4213            "name": "legendAlign",
4214            "value": "",
4215            "type": "cccLegendAlignCustom",
4216            "description": "legendAlign",
4217            "tooltip": "The alignment side of the panel (the source) that will align to a side of the parent panel (the target).",
4218            "order": 297,
4219            "classType": "advanced"
4220          },
4221          {
4222            "name": "legendClickMode",
4223            "value": "toggleVisible",
4224            "type": "cccLegendClickModeCustom",
4225            "description": "legendClickMode",
4226            "tooltip": "What happens when the user clicks a legend item (applies to discrete domain axes).",
4227            "order": 298,
4228            "classType": "advanced"
4229          },
4230          {
4231            "name": "legendDrawLine",
4232            "value": "",
4233            "type": "Boolean",
4234            "description": "legendDrawLine",
4235            "tooltip": "Forces a rule to be shown or not in the marker zone (applies to discrete domain axes).",
4236            "order": 299,
4237            "classType": "advanced"
4238          },
4239          {
4240            "name": "legendDrawMarker",
4241            "value": "",
4242            "type": "Boolean",
4243            "description": "legendDrawMarker",
4244            "tooltip": "Forces a shape to be shown or not in the marker zone (applies to discrete domain axes).",
4245            "order": 300,
4246            "classType": "advanced"
4247          },
4248          {
4249            "name": "legendFont",
4250            "value": "10px sans-serif",
4251            "type": "String",
4252            "description": "legendFont",
4253            "tooltip": "The font of the panel.",
4254            "order": 301,
4255            "classType": "advanced"
4256          },
4257          {
4258            "name": "legendItemPadding",
4259            "value": 2.5,
4260            "type": "Float",
4261            "description": "legendItemPadding",
4262            "tooltip": "Half the space between legend items, in pixel units.",
4263            "order": 302,
4264            "classType": "advanced"
4265          },
4266          {
4267            "name": "legendMargins",
4268            "value": "0",
4269            "type": "String",
4270            "description": "legendMargins",
4271            "tooltip": "The margins of the panel.",
4272            "order": 303,
4273            "classType": "advanced"
4274          },
4275          {
4276            "name": "legendMarkerSize",
4277            "value": 15,
4278            "type": "Float",
4279            "description": "legendMarkerSize",
4280            "tooltip": "The width and height of the marker panel, in pixel units.",
4281            "order": 304,
4282            "classType": "advanced"
4283          },
4284          {
4285            "name": "legendPaddings",
4286            "value": "5",
4287            "type": "String",
4288            "description": "legendPaddings",
4289            "tooltip": "The paddings of the panel.",
4290            "order": 305,
4291            "classType": "advanced"
4292          },
4293          {
4294            "name": "legendPosition",
4295            "value": "bottom",
4296            "type": "cccLegendPositionCustom",
4297            "description": "legendPosition",
4298            "tooltip": "The docking position of the panel.",
4299            "order": 306,
4300            "classType": "advanced"
4301          },
4302          {
4303            "name": "legendShape",
4304            "value": "",
4305            "type": "cccLegendShapeCustom",
4306            "description": "legendShape",
4307            "tooltip": "Forces a given shape to be used in the marker zone (applies to discrete domain axes).",
4308            "order": 307,
4309            "classType": "advanced"
4310          },
4311          {
4312            "name": "legendSize",
4313            "value": "",
4314            "type": "String",
4315            "description": "legendSize",
4316            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
4317            "order": 308,
4318            "classType": "advanced"
4319          },
4320          {
4321            "name": "legendSizeMax",
4322            "value": "",
4323            "type": "String",
4324            "description": "legendSizeMax",
4325            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
4326            "order": 309,
4327            "classType": "advanced"
4328          },
4329          {
4330            "name": "legendTextMargin",
4331            "value": 6,
4332            "type": "Float",
4333            "description": "legendTextMargin",
4334            "tooltip": "The space between the marker and the associated label, in pixel units.",
4335            "order": 310,
4336            "classType": "advanced"
4337          },
4338          {
4339            "name": "legendVisible",
4340            "value": true,
4341            "type": "Boolean",
4342            "description": "legendVisible",
4343            "tooltip": "Indicates if the legend items of this color axis should be visible (applies to discrete domain axes).",
4344            "order": 311,
4345            "classType": "advanced"
4346          },
4347          {
4348            "name": "margins",
4349            "value": "3",
4350            "type": "String",
4351            "description": "margins",
4352            "tooltip": "The margins of the root chart.",
4353            "order": 320,
4354            "classType": "advanced"
4355          },
4356          {
4357            "name": "measuresIndexes",
4358            "value": "[]",
4359            "type": "Array",
4360            "description": "measuresIndexes",
4361            "tooltip": "The indexes of the data source's virtual item columns that are to feed the default dimensions value, value2, etc.",
4362            "order": 323,
4363            "classType": "advanced"
4364          },
4365          {
4366            "name": "multiChartColumnsMax",
4367            "value": 3,
4368            "type": "Float",
4369            "description": "multiChartColumnsMax",
4370            "tooltip": "The maximum number of small charts that should be displayed in a row.",
4371            "order": 326,
4372            "classType": "advanced"
4373          },
4374          {
4375            "name": "multiChartIndexes",
4376            "value": "[]",
4377            "type": "Array",
4378            "description": "multiChartIndexes",
4379            "tooltip": "The indexes of the data source's virtual item columns that are to feed the default multiChart, multiChart2, .",
4380            "order": 327,
4381            "classType": "advanced"
4382          },
4383          {
4384            "name": "multiChartMax",
4385            "value": "",
4386            "type": "Float",
4387            "description": "multiChartMax",
4388            "tooltip": "The maximum number of small charts that should be displayed.",
4389            "order": 328,
4390            "classType": "advanced"
4391          },
4392          {
4393            "name": "multiChartOverflow",
4394            "value": "grow",
4395            "type": "cccMultiChartOverflowCustom",
4396            "description": "multiChartOverflow",
4397            "tooltip": "The strategy to follow when the resulting multi-chart layout does not fit entirely in the initial chart size.",
4398            "order": 329,
4399            "classType": "advanced"
4400          },
4401          {
4402            "name": "multiChartRole",
4403            "value": "",
4404            "type": "String",
4405            "description": "multiChartRole",
4406            "tooltip": "The multiChart visual role allows turning a chart in a small multiples chart .",
4407            "order": 330,
4408            "classType": "advanced"
4409          },
4410          {
4411            "name": "multiChartSingleColFillsHeight",
4412            "value": true,
4413            "type": "Boolean",
4414            "description": "multiChartSingleColFillsHeight",
4415            "tooltip": "Indicates that, when the layout results in a single column and the value of is still to be determined, it should be set to all the initially available content height, instead of determining the height from the and the .",
4416            "order": 331,
4417            "classType": "advanced"
4418          },
4419          {
4420            "name": "multiChartSingleRowFillsHeight",
4421            "value": true,
4422            "type": "Boolean",
4423            "description": "multiChartSingleRowFillsHeight",
4424            "tooltip": "Indicates that, when the layout results in a single row and the value of is still to be determined, it should be set to all the initially available content height, instead of determining the height from the and the .",
4425            "order": 332,
4426            "classType": "advanced"
4427          },
4428          {
4429            "name": "nullInterpolationMode",
4430            "value": "none",
4431            "type": "cccNullInterpolationModeCustom",
4432            "description": "nullInterpolationMode",
4433            "tooltip": "The interpolation mode used to fill-in null or missing values.",
4434            "order": 333,
4435            "classType": "advanced"
4436          },
4437          {
4438            "name": "orientation",
4439            "value": "horizontal",
4440            "type": "cccOrientationCustom",
4441            "description": "orientation",
4442            "tooltip": "The chart orientation indicates if its main direction is vertical or horizontal.",
4443            "order": 335,
4444            "classType": "advanced"
4445          },
4446          {
4447            "name": "ortho2AxisDesiredTickCount",
4448            "value": "",
4449            "type": "Float",
4450            "description": "ortho2AxisDesiredTickCount",
4451            "tooltip": "The desired number of major ticks (applies to continuous-numeric axes).",
4452            "order": 336,
4453            "classType": "advanced"
4454          },
4455          {
4456            "name": "ortho2AxisDomainRoundMode",
4457            "value": "tick",
4458            "type": "cccOrtho2AxisDomainRoundModeCustom",
4459            "description": "ortho2AxisDomainRoundMode",
4460            "tooltip": "The axis' domain rounding mode (applies to continuous-numeric axes).",
4461            "order": 337,
4462            "classType": "advanced"
4463          },
4464          {
4465            "name": "ortho2AxisDomainScope",
4466            "value": "global",
4467            "type": "cccOrtho2AxisDomainScopeCustom",
4468            "description": "ortho2AxisDomainScope",
4469            "tooltip": "Controls the type of scale domain coordination that should be performed amongst the axes of the same id of each small chart (applies to continuous axes).",
4470            "order": 338,
4471            "classType": "advanced"
4472          },
4473          {
4474            "name": "ortho2AxisFixedMax",
4475            "value": "",
4476            "type": "String",
4477            "description": "ortho2AxisFixedMax",
4478            "tooltip": "The fixed maximum domain value that the axis will show (applies to continuous axes).",
4479            "order": 339,
4480            "classType": "advanced"
4481          },
4482          {
4483            "name": "ortho2AxisFixedMin",
4484            "value": "",
4485            "type": "String",
4486            "description": "ortho2AxisFixedMin",
4487            "tooltip": "The fixed minimum domain value that the axis will show (applies to continuous axes).",
4488            "order": 340,
4489            "classType": "advanced"
4490          },
4491          {
4492            "name": "ortho2AxisGrid",
4493            "value": false,
4494            "type": "Boolean",
4495            "description": "ortho2AxisGrid",
4496            "tooltip": "Indicates if grid rules are drawn separating discrete values or at each major continuous tick.",
4497            "order": 341,
4498            "classType": "advanced"
4499          },
4500          {
4501            "name": "ortho2AxisLabelSpacingMin",
4502            "value": "",
4503            "type": "Float",
4504            "description": "ortho2AxisLabelSpacingMin",
4505            "tooltip": "The minimum spacing between tick labels, in em units (does not apply to discrete-hierarchical axes).",
4506            "order": 342,
4507            "classType": "advanced"
4508          },
4509          {
4510            "name": "ortho2AxisMinorTicks",
4511            "value": true,
4512            "type": "Boolean",
4513            "description": "ortho2AxisMinorTicks",
4514            "tooltip": "Indicates if minor ticks are shown between major ticks (applies to continuous axes).",
4515            "order": 343,
4516            "classType": "advanced"
4517          },
4518          {
4519            "name": "ortho2AxisOffset",
4520            "value": 0,
4521            "type": "Float",
4522            "description": "ortho2AxisOffset",
4523            "tooltip": "The percentage padding, on each of the sides of the plot panel that are orthogonal to the axis orientation.",
4524            "order": 344,
4525            "classType": "advanced"
4526          },
4527          {
4528            "name": "ortho2AxisOriginIsZero",
4529            "value": "",
4530            "type": "Boolean",
4531            "description": "ortho2AxisOriginIsZero",
4532            "tooltip": "Indicates if it should be ensured that zero domain value is shown (applies to continuous axes).",
4533            "order": 345,
4534            "classType": "advanced"
4535          },
4536          {
4537            "name": "ortho2AxisOverlappedLabelsMode",
4538            "value": "hide",
4539            "type": "cccOrtho2AxisOverlappedLabelsModeCustom",
4540            "description": "ortho2AxisOverlappedLabelsMode",
4541            "tooltip": "Controls how labels are laid out when they overlap (does not apply to discrete-hierarchical axes).",
4542            "order": 346,
4543            "classType": "advanced"
4544          },
4545          {
4546            "name": "ortho2AxisPosition",
4547            "value": "",
4548            "type": "cccOrtho2AxisPositionCustom",
4549            "description": "ortho2AxisPosition",
4550            "tooltip": "The position of the axis panel.",
4551            "order": 347,
4552            "classType": "advanced"
4553          },
4554          {
4555            "name": "ortho2AxisSize",
4556            "value": "",
4557            "type": "String",
4558            "description": "ortho2AxisSize",
4559            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
4560            "order": 348,
4561            "classType": "advanced"
4562          },
4563          {
4564            "name": "ortho2AxisSizeMax",
4565            "value": "",
4566            "type": "String",
4567            "description": "ortho2AxisSizeMax",
4568            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
4569            "order": 349,
4570            "classType": "advanced"
4571          },
4572          {
4573            "name": "ortho2AxisTickExponentMax",
4574            "value": "",
4575            "type": "Float",
4576            "description": "ortho2AxisTickExponentMax",
4577            "tooltip": "The maximum exponent of 10 that is used to generate ticks (applies to continuous-numeric axes).",
4578            "order": 350,
4579            "classType": "advanced"
4580          },
4581          {
4582            "name": "ortho2AxisTickExponentMin",
4583            "value": "",
4584            "type": "Float",
4585            "description": "ortho2AxisTickExponentMin",
4586            "tooltip": "The minimum exponent of 10 that is used to generate ticks (applies to continuous-numeric axes).",
4587            "order": 351,
4588            "classType": "advanced"
4589          },
4590          {
4591            "name": "ortho2AxisTickFormatter",
4592            "value": "",
4593            "type": "JavaScript",
4594            "description": "ortho2AxisTickFormatter",
4595            "tooltip": "A tick formatter function (applies to continuous axes).",
4596            "order": 352,
4597            "classType": "advanced"
4598          },
4599          {
4600            "name": "ortho2AxisTicks",
4601            "value": true,
4602            "type": "Boolean",
4603            "description": "ortho2AxisTicks",
4604            "tooltip": "Indicates if ticks are shown for each tick value (does not apply to discrete-hierarchical axes).",
4605            "order": 353,
4606            "classType": "advanced"
4607          },
4608          {
4609            "name": "ortho2AxisTitle",
4610            "value": "",
4611            "type": "String",
4612            "description": "ortho2AxisTitle",
4613            "tooltip": "The axis title and title options.",
4614            "order": 354,
4615            "classType": "advanced"
4616          },
4617          {
4618            "name": "ortho2AxisTitleAlign",
4619            "value": "",
4620            "type": "cccOrtho2AxisTitleAlignCustom",
4621            "description": "ortho2AxisTitleAlign",
4622            "tooltip": "The alignment side of the panel (the source) that will align to a side of the parent panel (the target).",
4623            "order": 355,
4624            "classType": "advanced"
4625          },
4626          {
4627            "name": "ortho2AxisTitleFont",
4628            "value": "12px sans-serif",
4629            "type": "String",
4630            "description": "ortho2AxisTitleFont",
4631            "tooltip": "The font of the panel.",
4632            "order": 356,
4633            "classType": "advanced"
4634          },
4635          {
4636            "name": "ortho2AxisTitleMargins",
4637            "value": "0",
4638            "type": "String",
4639            "description": "ortho2AxisTitleMargins",
4640            "tooltip": "The margins of the panel.",
4641            "order": 357,
4642            "classType": "advanced"
4643          },
4644          {
4645            "name": "ortho2AxisTitleSize",
4646            "value": "",
4647            "type": "String",
4648            "description": "ortho2AxisTitleSize",
4649            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
4650            "order": 358,
4651            "classType": "advanced"
4652          },
4653          {
4654            "name": "ortho2AxisTitleSizeMax",
4655            "value": "",
4656            "type": "String",
4657            "description": "ortho2AxisTitleSizeMax",
4658            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
4659            "order": 359,
4660            "classType": "advanced"
4661          },
4662          {
4663            "name": "ortho2AxisVisible",
4664            "value": true,
4665            "type": "Boolean",
4666            "description": "ortho2AxisVisible",
4667            "tooltip": "Indicates if the axis panel is shown.",
4668            "order": 360,
4669            "classType": "advanced"
4670          },
4671          {
4672            "name": "ortho2AxisZeroLine",
4673            "value": true,
4674            "type": "Boolean",
4675            "description": "ortho2AxisZeroLine",
4676            "tooltip": "Indicates if the zero line rule is drawn, on the position of the 0-valued tick, when there is one (applies to continuous-numeric axes).",
4677            "order": 361,
4678            "classType": "advanced"
4679          },
4680          {
4681            "name": "orthoAxisDesiredTickCount",
4682            "value": "",
4683            "type": "Float",
4684            "description": "orthoAxisDesiredTickCount",
4685            "tooltip": "The desired number of major ticks (applies to continuous-numeric axes).",
4686            "order": 364,
4687            "classType": "advanced"
4688          },
4689          {
4690            "name": "orthoAxisDomainRoundMode",
4691            "value": "tick",
4692            "type": "cccOrthoAxisDomainRoundModeCustom",
4693            "description": "orthoAxisDomainRoundMode",
4694            "tooltip": "The axis' domain rounding mode (applies to continuous-numeric axes).",
4695            "order": 365,
4696            "classType": "advanced"
4697          },
4698          {
4699            "name": "orthoAxisDomainScope",
4700            "value": "global",
4701            "type": "cccOrthoAxisDomainScopeCustom",
4702            "description": "orthoAxisDomainScope",
4703            "tooltip": "Controls the type of scale domain coordination that should be performed amongst the axes of the same id of each small chart (applies to continuous axes).",
4704            "order": 366,
4705            "classType": "advanced"
4706          },
4707          {
4708            "name": "orthoAxisFixedMax",
4709            "value": "",
4710            "type": "String",
4711            "description": "orthoAxisFixedMax",
4712            "tooltip": "The fixed maximum domain value that the axis will show (applies to continuous axes).",
4713            "order": 368,
4714            "classType": "advanced"
4715          },
4716          {
4717            "name": "orthoAxisFixedMin",
4718            "value": "",
4719            "type": "String",
4720            "description": "orthoAxisFixedMin",
4721            "tooltip": "The fixed minimum domain value that the axis will show (applies to continuous axes).",
4722            "order": 369,
4723            "classType": "advanced"
4724          },
4725          {
4726            "name": "orthoAxisGrid",
4727            "value": false,
4728            "type": "Boolean",
4729            "description": "orthoAxisGrid",
4730            "tooltip": "Indicates if grid rules are drawn separating discrete values or at each major continuous tick.",
4731            "order": 370,
4732            "classType": "advanced"
4733          },
4734          {
4735            "name": "orthoAxisLabelSpacingMin",
4736            "value": "",
4737            "type": "Float",
4738            "description": "orthoAxisLabelSpacingMin",
4739            "tooltip": "The minimum spacing between tick labels, in em units (does not apply to discrete-hierarchical axes).",
4740            "order": 371,
4741            "classType": "advanced"
4742          },
4743          {
4744            "name": "orthoAxisMinorTicks",
4745            "value": true,
4746            "type": "Boolean",
4747            "description": "orthoAxisMinorTicks",
4748            "tooltip": "Indicates if minor ticks are shown between major ticks (applies to continuous axes).",
4749            "order": 372,
4750            "classType": "advanced"
4751          },
4752          {
4753            "name": "orthoAxisOffset",
4754            "value": 0,
4755            "type": "Float",
4756            "description": "orthoAxisOffset",
4757            "tooltip": "The percentage padding, on each of the sides of the plot panel that are orthogonal to the axis orientation.",
4758            "order": 373,
4759            "classType": "advanced"
4760          },
4761          {
4762            "name": "orthoAxisOriginIsZero",
4763            "value": "",
4764            "type": "Boolean",
4765            "description": "orthoAxisOriginIsZero",
4766            "tooltip": "Indicates if it should be ensured that zero domain value is shown (applies to continuous axes).",
4767            "order": 374,
4768            "classType": "advanced"
4769          },
4770          {
4771            "name": "orthoAxisOverlappedLabelsMode",
4772            "value": "hide",
4773            "type": "cccOrthoAxisOverlappedLabelsModeCustom",
4774            "description": "orthoAxisOverlappedLabelsMode",
4775            "tooltip": "Controls how labels are laid out when they overlap (does not apply to discrete-hierarchical axes).",
4776            "order": 375,
4777            "classType": "advanced"
4778          },
4779          {
4780            "name": "orthoAxisPosition",
4781            "value": "",
4782            "type": "cccOrthoAxisPositionCustom",
4783            "description": "orthoAxisPosition",
4784            "tooltip": "The position of the axis panel.",
4785            "order": 376,
4786            "classType": "advanced"
4787          },
4788          {
4789            "name": "orthoAxisSize",
4790            "value": "",
4791            "type": "String",
4792            "description": "orthoAxisSize",
4793            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
4794            "order": 377,
4795            "classType": "advanced"
4796          },
4797          {
4798            "name": "orthoAxisSizeMax",
4799            "value": "",
4800            "type": "String",
4801            "description": "orthoAxisSizeMax",
4802            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
4803            "order": 378,
4804            "classType": "advanced"
4805          },
4806          {
4807            "name": "orthoAxisTickExponentMax",
4808            "value": "",
4809            "type": "Float",
4810            "description": "orthoAxisTickExponentMax",
4811            "tooltip": "The maximum exponent of 10 that is used to generate ticks (applies to continuous-numeric axes).",
4812            "order": 379,
4813            "classType": "advanced"
4814          },
4815          {
4816            "name": "orthoAxisTickExponentMin",
4817            "value": "",
4818            "type": "Float",
4819            "description": "orthoAxisTickExponentMin",
4820            "tooltip": "The minimum exponent of 10 that is used to generate ticks (applies to continuous-numeric axes).",
4821            "order": 380,
4822            "classType": "advanced"
4823          },
4824          {
4825            "name": "orthoAxisTickFormatter",
4826            "value": "",
4827            "type": "JavaScript",
4828            "description": "orthoAxisTickFormatter",
4829            "tooltip": "A tick formatter function (applies to continuous axes).",
4830            "order": 381,
4831            "classType": "advanced"
4832          },
4833          {
4834            "name": "orthoAxisTicks",
4835            "value": true,
4836            "type": "Boolean",
4837            "description": "orthoAxisTicks",
4838            "tooltip": "Indicates if ticks are shown for each tick value (does not apply to discrete-hierarchical axes).",
4839            "order": 382,
4840            "classType": "advanced"
4841          },
4842          {
4843            "name": "orthoAxisTitle",
4844            "value": "Monto de Venta",
4845            "type": "String",
4846            "description": "orthoAxisTitle",
4847            "tooltip": "The axis title and title options.",
4848            "order": 383,
4849            "classType": "advanced"
4850          },
4851          {
4852            "name": "orthoAxisTitleAlign",
4853            "value": "",
4854            "type": "cccOrthoAxisTitleAlignCustom",
4855            "description": "orthoAxisTitleAlign",
4856            "tooltip": "The alignment side of the panel (the source) that will align to a side of the parent panel (the target).",
4857            "order": 384,
4858            "classType": "advanced"
4859          },
4860          {
4861            "name": "orthoAxisTitleFont",
4862            "value": "12px sans-serif",
4863            "type": "String",
4864            "description": "orthoAxisTitleFont",
4865            "tooltip": "The font of the panel.",
4866            "order": 385,
4867            "classType": "advanced"
4868          },
4869          {
4870            "name": "orthoAxisTitleMargins",
4871            "value": "0",
4872            "type": "String",
4873            "description": "orthoAxisTitleMargins",
4874            "tooltip": "The margins of the panel.",
4875            "order": 386,
4876            "classType": "advanced"
4877          },
4878          {
4879            "name": "orthoAxisTitleSize",
4880            "value": "",
4881            "type": "String",
4882            "description": "orthoAxisTitleSize",
4883            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
4884            "order": 387,
4885            "classType": "advanced"
4886          },
4887          {
4888            "name": "orthoAxisTitleSizeMax",
4889            "value": "",
4890            "type": "String",
4891            "description": "orthoAxisTitleSizeMax",
4892            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
4893            "order": 388,
4894            "classType": "advanced"
4895          },
4896          {
4897            "name": "orthoAxisVisible",
4898            "value": true,
4899            "type": "Boolean",
4900            "description": "orthoAxisVisible",
4901            "tooltip": "Indicates if the axis panel is shown.",
4902            "order": 392,
4903            "classType": "advanced"
4904          },
4905          {
4906            "name": "orthoAxisZeroLine",
4907            "value": true,
4908            "type": "Boolean",
4909            "description": "orthoAxisZeroLine",
4910            "tooltip": "Indicates if the zero line rule is drawn, on the position of the 0-valued tick, when there is one (applies to continuous-numeric axes).",
4911            "order": 393,
4912            "classType": "advanced"
4913          },
4914          {
4915            "name": "overflowMarkersVisible",
4916            "value": true,
4917            "type": "Boolean",
4918            "description": "overflowMarkersVisible",
4919            "tooltip": "Indicates if overflow and underflow markers are shown when the bars are drawn off the plot area.",
4920            "order": 394,
4921            "classType": "advanced"
4922          },
4923          {
4924            "name": "paddings",
4925            "value": "0",
4926            "type": "String",
4927            "description": "paddings",
4928            "tooltip": "The paddings of the root chart.",
4929            "order": 395,
4930            "classType": "advanced"
4931          },
4932          {
4933            "name": "panelSizeRatio",
4934            "value": 0.9,
4935            "type": "Float",
4936            "description": "panelSizeRatio",
4937            "tooltip": "Percentage of occupied space over total space in a discrete axis band.",
4938            "order": 396,
4939            "classType": "advanced"
4940          },
4941          {
4942            "name": "percentValueFormat",
4943            "value": "",
4944            "type": "JavaScript",
4945            "description": "percentValueFormat",
4946            "tooltip": "A function used to format non-null numeric values as percentages.",
4947            "order": 397,
4948            "classType": "advanced"
4949          },
4950          {
4951            "name": "plot2",
4952            "value": false,
4953            "type": "Boolean",
4954            "description": "plot2",
4955            "tooltip": "Activates the second plot.",
4956            "order": 398,
4957            "classType": "advanced"
4958          },
4959          {
4960            "name": "plot2AreasVisible",
4961            "value": false,
4962            "type": "Boolean",
4963            "description": "plot2AreasVisible",
4964            "tooltip": "Indicates if shaded areas are shown in the plot.",
4965            "order": 399,
4966            "classType": "advanced"
4967          },
4968          {
4969            "name": "plot2ColorAxis",
4970            "value": 2,
4971            "type": "Float",
4972            "description": "plot2ColorAxis",
4973            "tooltip": "The index of the color axis to use for the plot.",
4974            "order": 400,
4975            "classType": "advanced"
4976          },
4977          {
4978            "name": "plot2DotsVisible",
4979            "value": true,
4980            "type": "Boolean",
4981            "description": "plot2DotsVisible",
4982            "tooltip": "Indicates if the visual elements show dots/markers in each point's position.",
4983            "order": 401,
4984            "classType": "advanced"
4985          },
4986          {
4987            "name": "plot2LinesVisible",
4988            "value": true,
4989            "type": "Boolean",
4990            "description": "plot2LinesVisible",
4991            "tooltip": "Indicates if the visual elements are connected with lines.",
4992            "order": 402,
4993            "classType": "advanced"
4994          },
4995          {
4996            "name": "plot2NullInterpolationMode",
4997            "value": "none",
4998            "type": "cccPlot2NullInterpolationModeCustom",
4999            "description": "plot2NullInterpolationMode",
5000            "tooltip": "The interpolation mode used to fill-in null or missing values.",
5001            "order": 403,
5002            "classType": "advanced"
5003          },
5004          {
5005            "name": "plot2OrthoAxis",
5006            "value": 1,
5007            "type": "Float",
5008            "description": "plot2OrthoAxis",
5009            "tooltip": "The index of the orthogonal cartesian axis to use for the plot.",
5010            "order": 404,
5011            "classType": "advanced"
5012          },
5013          {
5014            "name": "plot2Series",
5015            "value": "[]",
5016            "type": "Array",
5017            "description": "plot2Series",
5018            "tooltip": "The key values of the series visual role, that are to be shown in the second plot.",
5019            "order": 405,
5020            "classType": "advanced"
5021          },
5022          {
5023            "name": "plot2SeriesIndexes",
5024            "value": -1,
5025            "type": "Array",
5026            "description": "plot2SeriesIndexes",
5027            "tooltip": "The 0-based indexes of the series visual role values that are to be shown in the second plot.",
5028            "order": 406,
5029            "classType": "advanced"
5030          },
5031          {
5032            "name": "plot2Stacked",
5033            "value": false,
5034            "type": "Boolean",
5035            "description": "plot2Stacked",
5036            "tooltip": "Indicates that visual elements having identical category, but different series, are displayed on top of each other, along the plot's orthogonal direction, instead of side-by-side, along the base direction.",
5037            "order": 407,
5038            "classType": "advanced"
5039          },
5040          {
5041            "name": "plot2TrendLabel",
5042            "value": "",
5043            "type": "String",
5044            "description": "plot2TrendLabel",
5045            "tooltip": "A description to show next to the trended data.",
5046            "order": 408,
5047            "classType": "advanced"
5048          },
5049          {
5050            "name": "plot2TrendType",
5051            "value": "",
5052            "type": "String",
5053            "description": "plot2TrendType",
5054            "tooltip": "The type of trend to perform on the data of the associated plot.",
5055            "order": 409,
5056            "classType": "advanced"
5057          },
5058          {
5059            "name": "plot2ValuesAnchor",
5060            "value": "",
5061            "type": "cccPlot2ValuesAnchorCustom",
5062            "description": "plot2ValuesAnchor",
5063            "tooltip": "The alignment of a value label relative to its corresponding visual element position.",
5064            "order": 410,
5065            "classType": "advanced"
5066          },
5067          {
5068            "name": "plot2ValuesFont",
5069            "value": "10px sans-serif",
5070            "type": "String",
5071            "description": "plot2ValuesFont",
5072            "tooltip": "The font of a value label.",
5073            "order": 411,
5074            "classType": "advanced"
5075          },
5076          {
5077            "name": "plot2ValuesMask",
5078            "value": "{value}",
5079            "type": "String",
5080            "description": "plot2ValuesMask",
5081            "tooltip": "The values mask used to build the text of value labels.",
5082            "order": 412,
5083            "classType": "advanced"
5084          },
5085          {
5086            "name": "plot2ValuesVisible",
5087            "value": false,
5088            "type": "Boolean",
5089            "description": "plot2ValuesVisible",
5090            "tooltip": "Indicates if value labels are shown next to the visual elements.",
5091            "order": 413,
5092            "classType": "advanced"
5093          },
5094          {
5095            "name": "plotFrameVisible",
5096            "value": true,
5097            "type": "Boolean",
5098            "description": "plotFrameVisible",
5099            "tooltip": "Indicates whether the plot frame is drawn in leaf charts.",
5100            "order": 414,
5101            "classType": "advanced"
5102          },
5103          {
5104            "name": "renderCallback",
5105            "value": "",
5106            "type": "JavaScript",
5107            "description": "renderCallback",
5108            "tooltip": "A callback function that is called before the chart is rendered, but after if has been pre-rendered.",
5109            "order": 416,
5110            "classType": "advanced"
5111          },
5112          {
5113            "name": "selectable",
5114            "value": false,
5115            "type": "Boolean",
5116            "description": "selectable",
5117            "tooltip": "Indicates if the chart's visual elements can be selected by the user, by clicking on them or using the rubber-band.",
5118            "order": 418,
5119            "classType": "advanced"
5120          },
5121          {
5122            "name": "selectionChangedAction",
5123            "value": "",
5124            "type": "JavaScript",
5125            "description": "selectionChangedAction",
5126            "tooltip": "A callback function that is called when, after selection has changed, the chart is updated to reflect the change.",
5127            "order": 419,
5128            "classType": "advanced"
5129          },
5130          {
5131            "name": "seriesInRows",
5132            "value": false,
5133            "type": "Boolean",
5134            "description": "seriesInRows",
5135            "tooltip": "Indicates if, in the data source, the \"series\" data is in the rows, instead of, as is more usual, in the columns.",
5136            "order": 420,
5137            "classType": ""
5138          },
5139          {
5140            "name": "seriesRole",
5141            "value": "",
5142            "type": "String",
5143            "description": "seriesRole",
5144            "tooltip": "The series visual role represents a series of connected data points.",
5145            "order": 421,
5146            "classType": "advanced"
5147          },
5148          {
5149            "name": "smallAspectRatio",
5150            "value": "",
5151            "type": "Float",
5152            "description": "smallAspectRatio",
5153            "tooltip": "The ratio of the width over the height of a small chart.",
5154            "order": 428,
5155            "classType": "advanced"
5156          },
5157          {
5158            "name": "smallContentMargins",
5159            "value": "0",
5160            "type": "String",
5161            "description": "smallContentMargins",
5162            "tooltip": "The margins of the content panel of a small chart.",
5163            "order": 429,
5164            "classType": "advanced"
5165          },
5166          {
5167            "name": "smallContentPaddings",
5168            "value": "0",
5169            "type": "String",
5170            "description": "smallContentPaddings",
5171            "tooltip": "The paddings of the content panel of a small chart.",
5172            "order": 430,
5173            "classType": "advanced"
5174          },
5175          {
5176            "name": "smallHeight",
5177            "value": "",
5178            "type": "String",
5179            "description": "smallHeight",
5180            "tooltip": "Fixates the height of each small chart, in pixel units or as a percentage.",
5181            "order": 431,
5182            "classType": "advanced"
5183          },
5184          {
5185            "name": "smallMargins",
5186            "value": "2%",
5187            "type": "String",
5188            "description": "smallMargins",
5189            "tooltip": "The margins of a small chart.",
5190            "order": 432,
5191            "classType": "advanced"
5192          },
5193          {
5194            "name": "smallPaddings",
5195            "value": "0",
5196            "type": "String",
5197            "description": "smallPaddings",
5198            "tooltip": "The paddings of a small chart.",
5199            "order": 433,
5200            "classType": "advanced"
5201          },
5202          {
5203            "name": "smallTitleAlign",
5204            "value": "",
5205            "type": "cccSmallTitleAlignCustom",
5206            "description": "smallTitleAlign",
5207            "tooltip": "The alignment side of the panel (the source) that will align to a side of the parent panel (the target).",
5208            "order": 434,
5209            "classType": "advanced"
5210          },
5211          {
5212            "name": "smallTitleFont",
5213            "value": "14px sans-serif",
5214            "type": "String",
5215            "description": "smallTitleFont",
5216            "tooltip": "The font of the panel.",
5217            "order": 435,
5218            "classType": "advanced"
5219          },
5220          {
5221            "name": "smallTitleMargins",
5222            "value": "0",
5223            "type": "String",
5224            "description": "smallTitleMargins",
5225            "tooltip": "The margins of the panel.",
5226            "order": 436,
5227            "classType": "advanced"
5228          },
5229          {
5230            "name": "smallTitlePaddings",
5231            "value": "0",
5232            "type": "String",
5233            "description": "smallTitlePaddings",
5234            "tooltip": "The paddings of the panel.",
5235            "order": 437,
5236            "classType": "advanced"
5237          },
5238          {
5239            "name": "smallTitlePosition",
5240            "value": "top",
5241            "type": "cccSmallTitlePositionCustom",
5242            "description": "smallTitlePosition",
5243            "tooltip": "The docking position of the panel.",
5244            "order": 438,
5245            "classType": "advanced"
5246          },
5247          {
5248            "name": "smallTitleSize",
5249            "value": "",
5250            "type": "String",
5251            "description": "smallTitleSize",
5252            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
5253            "order": 439,
5254            "classType": "advanced"
5255          },
5256          {
5257            "name": "smallTitleSizeMax",
5258            "value": "",
5259            "type": "String",
5260            "description": "smallTitleSizeMax",
5261            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
5262            "order": 440,
5263            "classType": "advanced"
5264          },
5265          {
5266            "name": "smallWidth",
5267            "value": "",
5268            "type": "String",
5269            "description": "smallWidth",
5270            "tooltip": "Fixates the width of each small chart, in pixel units or as a percentage.",
5271            "order": 441,
5272            "classType": "advanced"
5273          },
5274          {
5275            "name": "stacked",
5276            "value": false,
5277            "type": "Boolean",
5278            "description": "stacked",
5279            "tooltip": "Indicates that visual elements having identical category, but different series, are displayed on top of each other, along the plot's orthogonal direction, instead of side-by-side, along the base direction.",
5280            "order": 442,
5281            "classType": "advanced"
5282          },
5283          {
5284            "name": "timeSeries",
5285            "value": false,
5286            "type": "Boolean",
5287            "description": "timeSeries",
5288            "tooltip": "Indicates that dimensions whose name is \"category1\", \"category2\", etc, have a Date value type, by default.",
5289            "order": 444,
5290            "classType": ""
5291          },
5292          {
5293            "name": "timeSeriesFormat",
5294            "value": "%Y-%m-%d",
5295            "type": "String",
5296            "description": "timeSeriesFormat",
5297            "tooltip": "The format string used to parse dimensions of the Date value type, by default.",
5298            "order": 445,
5299            "classType": ""
5300          },
5301          {
5302            "name": "titleAlign",
5303            "value": "",
5304            "type": "cccTitleAlignCustom",
5305            "description": "titleAlign",
5306            "tooltip": "The alignment side of the panel (the source) that will align to a side of the parent panel (the target).",
5307            "order": 446,
5308            "classType": "advanced"
5309          },
5310          {
5311            "name": "titleFont",
5312            "value": "14px sans-serif",
5313            "type": "String",
5314            "description": "titleFont",
5315            "tooltip": "The font of the panel.",
5316            "order": 447,
5317            "classType": "advanced"
5318          },
5319          {
5320            "name": "titleMargins",
5321            "value": "0",
5322            "type": "String",
5323            "description": "titleMargins",
5324            "tooltip": "The margins of the panel.",
5325            "order": 448,
5326            "classType": "advanced"
5327          },
5328          {
5329            "name": "titlePaddings",
5330            "value": "0",
5331            "type": "String",
5332            "description": "titlePaddings",
5333            "tooltip": "The paddings of the panel.",
5334            "order": 449,
5335            "classType": "advanced"
5336          },
5337          {
5338            "name": "titlePosition",
5339            "value": "top",
5340            "type": "cccTitlePositionCustom",
5341            "description": "titlePosition",
5342            "tooltip": "The docking position of the panel.",
5343            "order": 450,
5344            "classType": "advanced"
5345          },
5346          {
5347            "name": "titleSize",
5348            "value": "",
5349            "type": "String",
5350            "description": "titleSize",
5351            "tooltip": "The fixed size of the panel, in pixel units or as a percentage.",
5352            "order": 452,
5353            "classType": "advanced"
5354          },
5355          {
5356            "name": "titleSizeMax",
5357            "value": "",
5358            "type": "String",
5359            "description": "titleSizeMax",
5360            "tooltip": "The maximum size of the panel, in pixel units or as a percentage.",
5361            "order": 453,
5362            "classType": "advanced"
5363          },
5364          {
5365            "name": "tooltipArrowVisible",
5366            "value": "",
5367            "type": "Boolean",
5368            "description": "tooltipArrowVisible",
5369            "tooltip": "Indicates if the tooltip shows an arrow pointing to the visual element's anchor point.",
5370            "order": 454,
5371            "classType": "advanced"
5372          },
5373          {
5374            "name": "tooltipEnabled",
5375            "value": true,
5376            "type": "Boolean",
5377            "description": "tooltipEnabled",
5378            "tooltip": "Indicates if the tooltip is enabled.",
5379            "order": 455,
5380            "classType": "advanced"
5381          },
5382          {
5383            "name": "tooltipFade",
5384            "value": true,
5385            "type": "Boolean",
5386            "description": "tooltipFade",
5387            "tooltip": "Indicates if the tooltip fades in and out, after the corresponding delay has expired.",
5388            "order": 456,
5389            "classType": "advanced"
5390          },
5391          {
5392            "name": "tooltipFollowMouse",
5393            "value": false,
5394            "type": "Boolean",
5395            "description": "tooltipFollowMouse",
5396            "tooltip": "Indicates if the visual element's anchor point should be the current mouse position.",
5397            "order": 457,
5398            "classType": "advanced"
5399          },
5400          {
5401            "name": "tooltipFormat",
5402            "value": "",
5403            "type": "JavaScript",
5404            "description": "tooltipFormat",
5405            "tooltip": "A callback function that is called to build the tooltip of a visual element.",
5406            "order": 458,
5407            "classType": "advanced"
5408          },
5409          {
5410            "name": "tooltipGravity",
5411            "value": "",
5412            "type": "cccTooltipGravityCustom",
5413            "description": "tooltipGravity",
5414            "tooltip": "The preferred tooltip gravity.",
5415            "order": 459,
5416            "classType": "advanced"
5417          },
5418          {
5419            "name": "tooltipHtml",
5420            "value": true,
5421            "type": "Boolean",
5422            "description": "tooltipHtml",
5423            "tooltip": "Indicates if the tooltip text that the format function builds is in HTML format.",
5424            "order": 460,
5425            "classType": "advanced"
5426          },
5427          {
5428            "name": "tooltipOffset",
5429            "value": "",
5430            "type": "Float",
5431            "description": "tooltipOffset",
5432            "tooltip": "The distance of the closest tooltip edge or corner to the visual element's tooltip anchor point, in pixel units.",
5433            "order": 461,
5434            "classType": "advanced"
5435          },
5436          {
5437            "name": "tooltipOpacity",
5438            "value": 0.9,
5439            "type": "Float",
5440            "description": "tooltipOpacity",
5441            "tooltip": "The distance of the closest tooltip edge or corner to the visual element's tooltip anchor point.",
5442            "order": 462,
5443            "classType": "advanced"
5444          },
5445          {
5446            "name": "tooltipUseCorners",
5447            "value": "",
5448            "type": "Boolean",
5449            "description": "tooltipUseCorners",
5450            "tooltip": "Indicates if the collateral tooltip gravities should be aligned with corners.",
5451            "order": 463,
5452            "classType": "advanced"
5453          },
5454          {
5455            "name": "trendAreasVisible",
5456            "value": false,
5457            "type": "Boolean",
5458            "description": "trendAreasVisible",
5459            "tooltip": "Indicates if shaded areas are shown in the plot.",
5460            "order": 466,
5461            "classType": "advanced"
5462          },
5463          {
5464            "name": "trendColorAxis",
5465            "value": 2,
5466            "type": "Float",
5467            "description": "trendColorAxis",
5468            "tooltip": "The index of the color axis to use for the plot.",
5469            "order": 467,
5470            "classType": "advanced"
5471          },
5472          {
5473            "name": "trendDotsVisible",
5474            "value": false,
5475            "type": "Boolean",
5476            "description": "trendDotsVisible",
5477            "tooltip": "Indicates if the visual elements show dots/markers in each point's position.",
5478            "order": 468,
5479            "classType": "advanced"
5480          },
5481          {
5482            "name": "trendLabel",
5483            "value": "",
5484            "type": "String",
5485            "description": "trendLabel",
5486            "tooltip": "A description to show next to the trended data.",
5487            "order": 469,
5488            "classType": "advanced"
5489          },
5490          {
5491            "name": "trendLinesVisible",
5492            "value": true,
5493            "type": "Boolean",
5494            "description": "trendLinesVisible",
5495            "tooltip": "Indicates if the visual elements are connected with lines.",
5496            "order": 470,
5497            "classType": "advanced"
5498          },
5499          {
5500            "name": "trendOrthoAxis",
5501            "value": 1,
5502            "type": "Float",
5503            "description": "trendOrthoAxis",
5504            "tooltip": "The index of the orthogonal cartesian axis to use for the plot.",
5505            "order": 471,
5506            "classType": "advanced"
5507          },
5508          {
5509            "name": "trendStacked",
5510            "value": false,
5511            "type": "Boolean",
5512            "description": "trendStacked",
5513            "tooltip": "Indicates that visual elements having identical category, but different series, are displayed on top of each other, along the plot's orthogonal direction, instead of side-by-side, along the base direction.",
5514            "order": 473,
5515            "classType": "advanced"
5516          },
5517          {
5518            "name": "trendType",
5519            "value": "",
5520            "type": "String",
5521            "description": "trendType",
5522            "tooltip": "The type of trend to perform on the data of the associated plot.",
5523            "order": 474,
5524            "classType": "advanced"
5525          },
5526          {
5527            "name": "trendValuesAnchor",
5528            "value": "right",
5529            "type": "cccTrendValuesAnchorCustom",
5530            "description": "trendValuesAnchor",
5531            "tooltip": "The alignment of a value label relative to its corresponding visual element position.",
5532            "order": 475,
5533            "classType": "advanced"
5534          },
5535          {
5536            "name": "trendValuesFont",
5537            "value": "10px sans-serif",
5538            "type": "String",
5539            "description": "trendValuesFont",
5540            "tooltip": "The font of a value label.",
5541            "order": 476,
5542            "classType": "advanced"
5543          },
5544          {
5545            "name": "trendValuesMask",
5546            "value": "",
5547            "type": "String",
5548            "description": "trendValuesMask",
5549            "tooltip": "The values mask used to build the text of value labels.",
5550            "order": 477,
5551            "classType": "advanced"
5552          },
5553          {
5554            "name": "trendValuesVisible",
5555            "value": false,
5556            "type": "Boolean",
5557            "description": "trendValuesVisible",
5558            "tooltip": "Indicates if value labels are shown next to the visual elements.",
5559            "order": 478,
5560            "classType": "advanced"
5561          },
5562          {
5563            "name": "userSelectionAction",
5564            "value": "",
5565            "type": "JavaScript",
5566            "description": "userSelectionAction",
5567            "tooltip": "A callback function that is called when the user performs a selection, but before the corresponding datums' selected state is actually changed.",
5568            "order": 480,
5569            "classType": "advanced"
5570          },
5571          {
5572            "name": "valueFormat",
5573            "value": "",
5574            "type": "JavaScript",
5575            "description": "valueFormat",
5576            "tooltip": "A function that formats the non-null numeric values of the dimensions named value, value2, etc.",
5577            "order": 482,
5578            "classType": "advanced"
5579          },
5580          {
5581            "name": "valueRole",
5582            "value": "",
5583            "type": "String",
5584            "description": "valueRole",
5585            "tooltip": "The value visual role represents the main measure.",
5586            "order": 483,
5587            "classType": "advanced"
5588          },
5589          {
5590            "name": "valuesAnchor",
5591            "value": "",
5592            "type": "cccValuesAnchorCustom",
5593            "description": "valuesAnchor",
5594            "tooltip": "The alignment of a value label relative to its corresponding visual element position.",
5595            "order": 484,
5596            "classType": "advanced"
5597          },
5598          {
5599            "name": "valuesFont",
5600            "value": "10px sans-serif",
5601            "type": "String",
5602            "description": "valuesFont",
5603            "tooltip": "The font of a value label.",
5604            "order": 485,
5605            "classType": "advanced"
5606          },
5607          {
5608            "name": "valuesMask",
5609            "value": "",
5610            "type": "String",
5611            "description": "valuesMask",
5612            "tooltip": "The values mask used to build the text of value labels.",
5613            "order": 487,
5614            "classType": "advanced"
5615          },
5616          {
5617            "name": "valuesVisible",
5618            "value": "",
5619            "type": "Boolean",
5620            "description": "valuesVisible",
5621            "tooltip": "Indicates if value labels are shown next to the visual elements.",
5622            "order": 489,
5623            "classType": "advanced"
5624          }
5625        ],
5626        "meta_cdwSupport": "true"
5627      }
5628    ]
5629  },
5630  "datasources": {
5631    "rows": [
5632      {
5633        "id": "SQL",
5634        "name": "SQL Queries",
5635        "type": "Label",
5636        "typeDesc": "<i>Group</i>",
5637        "parent": "UnIqEiD",
5638        "properties": [
5639          {
5640            "name": "Group",
5641            "value": "SQL Queries",
5642            "type": "Label",
5643            "description": "Group",
5644            "tooltip": "Group"
5645          }
5646        ]
5647      },
5648      {
5649        "id": "4bb14b05-163e-7ee3-d565-8f35c99a1639",
5650        "type": "Componentssql_sqlJndi",
5651        "typeDesc": "sql over sqlJndi",
5652        "parent": "SQL",
5653        "properties": [
5654          {
5655            "name": "name",
5656            "value": "CodArancelario",
5657            "type": "Id",
5658            "description": "Name",
5659            "tooltip": "Name",
5660            "order": 5,
5661            "classType": ""
5662          },
5663          {
5664            "name": "access",
5665            "value": "public",
5666            "type": "Access",
5667            "description": "Access Level",
5668            "tooltip": "The Access Level (Scope) for this data access",
5669            "order": 11,
5670            "classType": ""
5671          },
5672          {
5673            "name": "jndi",
5674            "value": "smid",
5675            "type": "Jndi",
5676            "description": "Jndi",
5677            "tooltip": "JNDI string for the desired connection",
5678            "order": 21,
5679            "classType": ""
5680          },
5681          {
5682            "name": "query",
5683            "value": "SELECT DISTINCT\n     \"dimension_codigoarancelario\".\"codigo\" as Cod, (\"dimension_codigoarancelario\".\"codigo\" || ' - ' || \"dimension_codigoarancelario\".\"descripcion_ref\") as descr\nFROM\n     \"dimension_codigoarancelario\"\nWHERE \n    character_length(\"dimension_codigoarancelario\".\"codigo\") = 2\nORDER BY\n     Cod asc",
5684            "type": "SqlQuery",
5685            "description": "Query",
5686            "tooltip": "Query to be executed in the selected datasource",
5687            "order": 25,
5688            "classType": ""
5689          },
5690          {
5691            "name": "parameters",
5692            "value": "[]",
5693            "type": "CdaParameters",
5694            "description": "Parameters",
5695            "tooltip": "Parameters to be sent to the xaction",
5696            "order": 28,
5697            "classType": ""
5698          },
5699          {
5700            "name": "outputMode",
5701            "value": "include",
5702            "type": "OutputMode",
5703            "description": "Output Mode",
5704            "tooltip": "Whether the output columns refer to columns that should be Included or Excluded from the final output",
5705            "order": 40,
5706            "classType": ""
5707          },
5708          {
5709            "name": "cdacolumns",
5710            "value": "[]",
5711            "type": "CdaColumnsArray",
5712            "description": "Columns",
5713            "tooltip": "Column Configuration",
5714            "order": 40,
5715            "classType": ""
5716          },
5717          {
5718            "name": "cdacalculatedcolumns",
5719            "value": "[]",
5720            "type": "CdaCalculatedColumnsArray",
5721            "description": "Calculated Columns",
5722            "tooltip": "Calculated Columns",
5723            "order": 40,
5724            "classType": ""
5725          },
5726          {
5727            "name": "output",
5728            "value": "[]",
5729            "type": "IndexArray",
5730            "description": "Output Options",
5731            "tooltip": "Output options for this data access",
5732            "order": 40,
5733            "classType": ""
5734          },
5735          {
5736            "name": "cacheDuration",
5737            "value": 3600,
5738            "type": "Integer",
5739            "description": "Cache Duration",
5740            "tooltip": "Cache Duration, in seconds",
5741            "order": 50,
5742            "classType": ""
5743          },
5744          {
5745            "name": "cache",
5746            "value": "true",
5747            "type": "Boolean",
5748            "description": "Cache",
5749            "tooltip": "Is this data access's output supposed to be cached?",
5750            "order": 91,
5751            "classType": ""
5752          }
5753        ],
5754        "meta": "CDA",
5755        "meta_conntype": "sql.jndi",
5756        "meta_datype": "sql"
5757      },
5758      {
5759        "id": "fd4ea723-52fc-6df4-c185-8335d8ab49c7",
5760        "type": "Componentssql_sqlJndi",
5761        "typeDesc": "sql over sqlJndi",
5762        "parent": "SQL",
5763        "properties": [
5764          {
5765            "name": "name",
5766            "value": "CodArancelario2",
5767            "type": "Id",
5768            "description": "Name",
5769            "tooltip": "Name",
5770            "order": 5,
5771            "classType": ""
5772          },
5773          {
5774            "name": "access",
5775            "value": "public",
5776            "type": "Access",
5777            "description": "Access Level",
5778            "tooltip": "The Access Level (Scope) for this data access",
5779            "order": 11,
5780            "classType": ""
5781          },
5782          {
5783            "name": "jndi",
5784            "value": "smid",
5785            "type": "Jndi",
5786            "description": "Jndi",
5787            "tooltip": "JNDI string for the desired connection",
5788            "order": 21,
5789            "classType": ""
5790          },
5791          {
5792            "name": "query",
5793            "value": "SELECT\n     \"dimension_codigoarancelario\".\"codigo\" || ' - ' || \"dimension_codigoarancelario\".\"descripcion_ref\"\nFROM\n     \"dimension_codigoarancelario\" INNER JOIN \"hechos_bienesproducidos_empresa\" ON \"dimension_codigoarancelario\".\"id\" = \"hechos_bienesproducidos_empresa\".\"id_codigo_arancelario\"\nWHERE\n     dimension_codigoarancelario.codigo LIKE ${Codigo} || '%'\nGROUP BY\n     \"dimension_codigoarancelario\".\"codigo\",\"dimension_codigoarancelario\".\"descripcion_ref\"",
5794            "type": "SqlQuery",
5795            "description": "Query",
5796            "tooltip": "Query to be executed in the selected datasource",
5797            "order": 25,
5798            "classType": ""
5799          },
5800          {
5801            "name": "parameters",
5802            "value": "[[\"Codigo\",\"Codigo\",\"String\",\"\"]]",
5803            "type": "CdaParameters",
5804            "description": "Parameters",
5805            "tooltip": "Parameters to be sent to the xaction",
5806            "order": 28,
5807            "classType": ""
5808          },
5809          {
5810            "name": "outputMode",
5811            "value": "include",
5812            "type": "OutputMode",
5813            "description": "Output Mode",
5814            "tooltip": "Whether the output columns refer to columns that should be Included or Excluded from the final output",
5815            "order": 40,
5816            "classType": ""
5817          },
5818          {
5819            "name": "cdacolumns",
5820            "value": "[]",
5821            "type": "CdaColumnsArray",
5822            "description": "Columns",
5823            "tooltip": "Column Configuration",
5824            "order": 40,
5825            "classType": ""
5826          },
5827          {
5828            "name": "cdacalculatedcolumns",
5829            "value": "[]",
5830            "type": "CdaCalculatedColumnsArray",
5831            "description": "Calculated Columns",
5832            "tooltip": "Calculated Columns",
5833            "order": 40,
5834            "classType": ""
5835          },
5836          {
5837            "name": "output",
5838            "value": "[]",
5839            "type": "IndexArray",
5840            "description": "Output Options",
5841            "tooltip": "Output options for this data access",
5842            "order": 40,
5843            "classType": ""
5844          },
5845          {
5846            "name": "cacheDuration",
5847            "value": 3600,
5848            "type": "Integer",
5849            "description": "Cache Duration",
5850            "tooltip": "Cache Duration, in seconds",
5851            "order": 50,
5852            "classType": ""
5853          },
5854          {
5855            "name": "cache",
5856            "value": "true",
5857            "type": "Boolean",
5858            "description": "Cache",
5859            "tooltip": "Is this data access's output supposed to be cached?",
5860            "order": 91,
5861            "classType": ""
5862          }
5863        ],
5864        "meta": "CDA",
5865        "meta_conntype": "sql.jndi",
5866        "meta_datype": "sql"
5867      },
5868      {
5869        "id": "a16b869c-1bfc-f194-06c1-3bf87101d741",
5870        "type": "Componentssql_sqlJndi",
5871        "typeDesc": "sql over sqlJndi",
5872        "parent": "SQL",
5873        "properties": [
5874          {
5875            "name": "name",
5876            "value": "PlantasxCodA",
5877            "type": "Id",
5878            "description": "Name",
5879            "tooltip": "Name",
5880            "order": 5,
5881            "classType": ""
5882          },
5883          {
5884            "name": "access",
5885            "value": "public",
5886            "type": "Access",
5887            "description": "Access Level",
5888            "tooltip": "The Access Level (Scope) for this data access",
5889            "order": 11,
5890            "classType": ""
5891          },
5892          {
5893            "name": "jndi",
5894            "value": "smid",
5895            "type": "Jndi",
5896            "description": "Jndi",
5897            "tooltip": "JNDI string for the desired connection",
5898            "order": 21,
5899            "classType": ""
5900          },
5901          {
5902            "name": "query",
5903            "value": "SELECT\n     \"dimension_codigoarancelario\".\"codigo\" AS codigo,\n     \"dimension_codigoarancelario\".\"descripcion_ref\" AS Descrip,\n     count(\"hechos_plantas_ciiu_ue_tipotenencia_parroquia\".\"id_planta\") AS total\nFROM\n     \"hechos_plantas_ciiu_ue_tipotenencia_parroquia\" INNER JOIN \"hechos_bienesproducidos_empresa\" ON \"hechos_plantas_ciiu_ue_tipotenencia_parroquia\".\"id_empresa\" = \"hechos_bienesproducidos_empresa\".\"id_empresa\"\n     INNER JOIN \"dimension_codigoarancelario\" ON \"hechos_bienesproducidos_empresa\".\"id_codigo_arancelario\" = \"dimension_codigoarancelario\".\"id\"\nWHERE\n     dimension_codigoarancelario.codigo LIKE ${Codigo} || '%'\nGROUP BY\n     codigo,\n     Descrip\nORDER BY 1 ASC",
5904            "type": "SqlQuery",
5905            "description": "Query",
5906            "tooltip": "Query to be executed in the selected datasource",
5907            "order": 25,
5908            "classType": ""
5909          },
5910          {
5911            "name": "parameters",
5912            "value": "[[\"Codigo\",\"Codigo\",\"String\",\"\"]]",
5913            "type": "CdaParameters",
5914            "description": "Parameters",
5915            "tooltip": "Parameters to be sent to the xaction",
5916            "order": 28,
5917            "classType": ""
5918          },
5919          {
5920            "name": "outputMode",
5921            "value": "include",
5922            "type": "OutputMode",
5923            "description": "Output Mode",
5924            "tooltip": "Whether the output columns refer to columns that should be Included or Excluded from the final output",
5925            "order": 40,
5926            "classType": ""
5927          },
5928          {
5929            "name": "cdacolumns",
5930            "value": "[]",
5931            "type": "CdaColumnsArray",
5932            "description": "Columns",
5933            "tooltip": "Column Configuration",
5934            "order": 40,
5935            "classType": ""
5936          },
5937          {
5938            "name": "cdacalculatedcolumns",
5939            "value": "[]",
5940            "type": "CdaCalculatedColumnsArray",
5941            "description": "Calculated Columns",
5942            "tooltip": "Calculated Columns",
5943            "order": 40,
5944            "classType": ""
5945          },
5946          {
5947            "name": "output",
5948            "value": "[]",
5949            "type": "IndexArray",
5950            "description": "Output Options",
5951            "tooltip": "Output options for this data access",
5952            "order": 40,
5953            "classType": ""
5954          },
5955          {
5956            "name": "cacheDuration",
5957            "value": 3600,
5958            "type": "Integer",
5959            "description": "Cache Duration",
5960            "tooltip": "Cache Duration, in seconds",
5961            "order": 50,
5962            "classType": ""
5963          },
5964          {
5965            "name": "cache",
5966            "value": "true",
5967            "type": "Boolean",
5968            "description": "Cache",
5969            "tooltip": "Is this data access's output supposed to be cached?",
5970            "order": 91,
5971            "classType": ""
5972          }
5973        ],
5974        "meta": "CDA",
5975        "meta_conntype": "sql.jndi",
5976        "meta_datype": "sql"
5977      },
5978      {
5979        "id": "546211ef-c107-b90f-1585-1a4f5830ab63",
5980        "type": "Componentssql_sqlJndi",
5981        "typeDesc": "sql over sqlJndi",
5982        "parent": "SQL",
5983        "properties": [
5984          {
5985            "name": "name",
5986            "value": "Ventas",
5987            "type": "Id",
5988            "description": "Name",
5989            "tooltip": "Name",
5990            "order": 5,
5991            "classType": ""
5992          },
5993          {
5994            "name": "access",
5995            "value": "public",
5996            "type": "Access",
5997            "description": "Access Level",
5998            "tooltip": "The Access Level (Scope) for this data access",
5999            "order": 11,
6000            "classType": ""
6001          },
6002          {
6003            "name": "jndi",
6004            "value": "smid",
6005            "type": "Jndi",
6006            "description": "Jndi",
6007            "tooltip": "JNDI string for the desired connection",
6008            "order": 21,
6009            "classType": ""
6010          },
6011          {
6012            "name": "query",
6013            "value": "(SELECT \n\n     \"dimension_empresa\".\"razon_social\" as Empresa,\n     sum(\"hechos_totalplantas_empresa_codigoarancelario_estado\".\"medida_monto_venta\") as Monto\n     \nFROM\n     \"dimension_empresa\" INNER JOIN \"hechos_totalplantas_empresa_codigoarancelario_estado\" ON \"dimension_empresa\".\"id\" = \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_empresa\"\n     INNER JOIN \"dimension_codigoarancelario\" ON \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_codigoarancelario\" = \"dimension_codigoarancelario\".\"id\"\nWHERE\n     dimension_codigoarancelario.codigo LIKE ${cod}\nGROUP BY\n    Empresa\nORDER BY Monto DESC\nLIMIT 10)\nUNION\n(SELECT \n     'Otras Empresas' as Empresa,\n     sum(\"hechos_totalplantas_empresa_codigoarancelario_estado\".\"medida_monto_venta\") as Monto  \nFROM\n     \"dimension_empresa\" INNER JOIN \"hechos_totalplantas_empresa_codigoarancelario_estado\" ON \"dimension_empresa\".\"id\" = \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_empresa\"\n     INNER JOIN \"dimension_codigoarancelario\" ON \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_codigoarancelario\" = \"dimension_codigoarancelario\".\"id\"\nWHERE\n     dimension_codigoarancelario.codigo LIKE ${cod} and dimension_empresa.id not in (\n   SELECT\n     \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_empresa\" \nFROM\n     \"dimension_empresa\" INNER JOIN \"hechos_totalplantas_empresa_codigoarancelario_estado\" ON \"dimension_empresa\".\"id\" = \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_empresa\"\n     INNER JOIN \"dimension_codigoarancelario\" ON \"hechos_totalplantas_empresa_codigoarancelario_estado\".\"id_codigoarancelario\" = \"dimension_codigoarancelario\".\"id\"\nWHERE\n     dimension_codigoarancelario.codigo LIKE ${cod}\nGROUP BY 1   \n     )\nORDER BY Monto DESC)",
6014            "type": "SqlQuery",
6015            "description": "Query",
6016            "tooltip": "Query to be executed in the selected datasource",
6017            "order": 25,
6018            "classType": ""
6019          },
6020          {
6021            "name": "parameters",
6022            "value": "[[\"cod\",\"cod\",\"String\",\"\"]]",
6023            "type": "CdaParameters",
6024            "description": "Parameters",
6025            "tooltip": "Parameters to be sent to the xaction",
6026            "order": 28,
6027            "classType": ""
6028          },
6029          {
6030            "name": "outputMode",
6031            "value": "include",
6032            "type": "OutputMode",
6033            "description": "Output Mode",
6034            "tooltip": "Whether the output columns refer to columns that should be Included or Excluded from the final output",
6035            "order": 40,
6036            "classType": ""
6037          },
6038          {
6039            "name": "cdacolumns",
6040            "value": "[]",
6041            "type": "CdaColumnsArray",
6042            "description": "Columns",
6043            "tooltip": "Column Configuration",
6044            "order": 40,
6045            "classType": ""
6046          },
6047          {
6048            "name": "cdacalculatedcolumns",
6049            "value": "[]",
6050            "type": "CdaCalculatedColumnsArray",
6051            "description": "Calculated Columns",
6052            "tooltip": "Calculated Columns",
6053            "order": 40,
6054            "classType": ""
6055          },
6056          {
6057            "name": "output",
6058            "value": "[]",
6059            "type": "IndexArray",
6060            "description": "Output Options",
6061            "tooltip": "Output options for this data access",
6062            "order": 40,
6063            "classType": ""
6064          },
6065          {
6066            "name": "cacheDuration",
6067            "value": 3600,
6068            "type": "Integer",
6069            "description": "Cache Duration",
6070            "tooltip": "Cache Duration, in seconds",
6071            "order": 50,
6072            "classType": ""
6073          },
6074          {
6075            "name": "cache",
6076            "value": "true",
6077            "type": "Boolean",
6078            "description": "Cache",
6079            "tooltip": "Is this data access's output supposed to be cached?",
6080            "order": 91,
6081            "classType": ""
6082          }
6083        ],
6084        "meta": "CDA",
6085        "meta_conntype": "sql.jndi",
6086        "meta_datype": "sql"
6087      }
6088    ]
6089  },
6090  "filename": "/cde/dashboard/Cuadro 2_tmp.cdfde"
6091}
Note: See TracBrowser for help on using the repository browser.