@datarailsshared/dr_renderer 1.5.105 → 1.5.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5017 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart area-chart defaults match snapshot 1`] = `
4
+ Object {
5
+ "advanced": Object {
6
+ "error_policy": "None",
7
+ "from_latest": "",
8
+ },
9
+ "axisX": Object {
10
+ "autoxlabel": true,
11
+ "label_step": null,
12
+ "max": null,
13
+ "min": null,
14
+ "name": "",
15
+ "zoom_x": false,
16
+ },
17
+ "axisY": Object {
18
+ "autoylabel": true,
19
+ "max": null,
20
+ "min": null,
21
+ "name": "",
22
+ },
23
+ "chart": Object {
24
+ "colors_offset": 0,
25
+ "dislay_empty_values": false,
26
+ "show": true,
27
+ "showAllLegends": false,
28
+ },
29
+ "delta_column": Object {
30
+ "chart": "",
31
+ "color": "",
32
+ "field": "",
33
+ "formula": "x2-x1",
34
+ "is_percentage": false,
35
+ "name": "_Variance",
36
+ "only_variant": false,
37
+ "same_xaxis": false,
38
+ "same_yaxis": false,
39
+ },
40
+ "label": Object {
41
+ "font_color": "#151a41",
42
+ "font_size": "11",
43
+ "font_style": "Poppins",
44
+ "overlap": false,
45
+ "show": true,
46
+ "show_out_of_data_series": false,
47
+ "show_out_of_x_axis": false,
48
+ "show_value": true,
49
+ "vertical": false,
50
+ },
51
+ "legends_position": Object {
52
+ "value": "",
53
+ },
54
+ "negative_number_format": Object {
55
+ "format": "",
56
+ },
57
+ "subtitle": Object {
58
+ "subtitle": "",
59
+ },
60
+ "table_design_options": Object {
61
+ "columns_font_size": "11",
62
+ "columns_font_style": "Poppins",
63
+ "columns_text_alignment": "left",
64
+ "rows_font_size": "11",
65
+ "rows_font_style": "Poppins",
66
+ "rows_text_alignment": "left",
67
+ "subtotals_font_size": "11",
68
+ "subtotals_font_style": "Poppins",
69
+ "subtotals_text_alignment": "right",
70
+ "values_font_size": "11",
71
+ "values_font_style": "Poppins",
72
+ "values_text_alignment": "right",
73
+ },
74
+ "table_options": Object {
75
+ "colorize_headers": true,
76
+ "eliminate_calc_totals": false,
77
+ "freeze_panes": false,
78
+ "hide_nulls_in_headers": true,
79
+ "remove_underscores": true,
80
+ "show_all": false,
81
+ "show_column_total": true,
82
+ "show_more_than_thousand_rows": false,
83
+ "show_row_total": true,
84
+ "show_subtotals_for_columns": false,
85
+ "show_subtotals_for_rows": false,
86
+ "show_subtotals_in_brackets": false,
87
+ "start_collapsed_columns": false,
88
+ "start_collapsed_rows": false,
89
+ "table_colors_offset": 0,
90
+ "transpose_table": true,
91
+ "use_handsOnTable": false,
92
+ "use_new_table_design": true,
93
+ },
94
+ "tooltips": Object {
95
+ "font_color": "#545a6b",
96
+ "font_size": "12",
97
+ "font_style": "Poppins",
98
+ "show": true,
99
+ "show_data_series": true,
100
+ "show_out_of_data_series": false,
101
+ "show_out_of_x_axis": false,
102
+ "show_value": true,
103
+ "show_x_axis": true,
104
+ },
105
+ "widget_library": Object {
106
+ "categories": "",
107
+ "description": "",
108
+ "tags": Array [],
109
+ },
110
+ }
111
+ `;
112
+
113
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart area-chart-smooth defaults match snapshot 1`] = `
114
+ Object {
115
+ "advanced": Object {
116
+ "error_policy": "None",
117
+ "from_latest": "",
118
+ },
119
+ "axisX": Object {
120
+ "autoxlabel": true,
121
+ "label_step": null,
122
+ "max": null,
123
+ "min": null,
124
+ "name": "",
125
+ "zoom_x": false,
126
+ },
127
+ "axisY": Object {
128
+ "autoylabel": true,
129
+ "max": null,
130
+ "min": null,
131
+ "name": "",
132
+ },
133
+ "chart": Object {
134
+ "colors_offset": 0,
135
+ "dislay_empty_values": false,
136
+ "show": true,
137
+ "showAllLegends": false,
138
+ },
139
+ "delta_column": Object {
140
+ "chart": "",
141
+ "color": "",
142
+ "field": "",
143
+ "formula": "x2-x1",
144
+ "is_percentage": false,
145
+ "name": "_Variance",
146
+ "only_variant": false,
147
+ "same_xaxis": false,
148
+ "same_yaxis": false,
149
+ },
150
+ "label": Object {
151
+ "font_color": "#151a41",
152
+ "font_size": "11",
153
+ "font_style": "Poppins",
154
+ "overlap": false,
155
+ "show": true,
156
+ "show_out_of_data_series": false,
157
+ "show_out_of_x_axis": false,
158
+ "show_value": true,
159
+ "vertical": false,
160
+ },
161
+ "legends_position": Object {
162
+ "value": "",
163
+ },
164
+ "negative_number_format": Object {
165
+ "format": "",
166
+ },
167
+ "subtitle": Object {
168
+ "subtitle": "",
169
+ },
170
+ "table_design_options": Object {
171
+ "columns_font_size": "11",
172
+ "columns_font_style": "Poppins",
173
+ "columns_text_alignment": "left",
174
+ "rows_font_size": "11",
175
+ "rows_font_style": "Poppins",
176
+ "rows_text_alignment": "left",
177
+ "subtotals_font_size": "11",
178
+ "subtotals_font_style": "Poppins",
179
+ "subtotals_text_alignment": "right",
180
+ "values_font_size": "11",
181
+ "values_font_style": "Poppins",
182
+ "values_text_alignment": "right",
183
+ },
184
+ "table_options": Object {
185
+ "colorize_headers": true,
186
+ "eliminate_calc_totals": false,
187
+ "freeze_panes": false,
188
+ "hide_nulls_in_headers": true,
189
+ "remove_underscores": true,
190
+ "show_all": false,
191
+ "show_column_total": true,
192
+ "show_more_than_thousand_rows": false,
193
+ "show_row_total": true,
194
+ "show_subtotals_for_columns": false,
195
+ "show_subtotals_for_rows": false,
196
+ "show_subtotals_in_brackets": false,
197
+ "start_collapsed_columns": false,
198
+ "start_collapsed_rows": false,
199
+ "table_colors_offset": 0,
200
+ "transpose_table": true,
201
+ "use_handsOnTable": false,
202
+ "use_new_table_design": true,
203
+ },
204
+ "tooltips": Object {
205
+ "font_color": "#545a6b",
206
+ "font_size": "12",
207
+ "font_style": "Poppins",
208
+ "show": true,
209
+ "show_data_series": true,
210
+ "show_out_of_data_series": false,
211
+ "show_out_of_x_axis": false,
212
+ "show_value": true,
213
+ "show_x_axis": true,
214
+ },
215
+ "widget_library": Object {
216
+ "categories": "",
217
+ "description": "",
218
+ "tags": Array [],
219
+ },
220
+ }
221
+ `;
222
+
223
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart bar-chart defaults match snapshot 1`] = `
224
+ Object {
225
+ "advanced": Object {
226
+ "error_policy": "None",
227
+ "from_latest": "",
228
+ },
229
+ "axisX": Object {
230
+ "autoxlabel": true,
231
+ "label_step": null,
232
+ "max": null,
233
+ "min": null,
234
+ "name": "",
235
+ "zoom_x": false,
236
+ },
237
+ "axisY": Object {
238
+ "autoylabel": true,
239
+ "max": null,
240
+ "min": null,
241
+ "name": "",
242
+ },
243
+ "chart": Object {
244
+ "colors_offset": 0,
245
+ "dislay_empty_values": false,
246
+ "show": true,
247
+ "showAllLegends": false,
248
+ },
249
+ "delta_column": Object {
250
+ "chart": "",
251
+ "color": "",
252
+ "field": "",
253
+ "formula": "x2-x1",
254
+ "is_percentage": false,
255
+ "name": "_Variance",
256
+ "only_variant": false,
257
+ "same_xaxis": false,
258
+ "same_yaxis": false,
259
+ },
260
+ "label": Object {
261
+ "font_color": "#151a41",
262
+ "font_size": "11",
263
+ "font_style": "Poppins",
264
+ "overlap": false,
265
+ "show": true,
266
+ "show_out_of_data_series": false,
267
+ "show_out_of_x_axis": false,
268
+ "show_value": true,
269
+ "vertical": false,
270
+ },
271
+ "legends_position": Object {
272
+ "value": "",
273
+ },
274
+ "negative_number_format": Object {
275
+ "format": "",
276
+ },
277
+ "subtitle": Object {
278
+ "subtitle": "",
279
+ },
280
+ "table_design_options": Object {
281
+ "columns_font_size": "11",
282
+ "columns_font_style": "Poppins",
283
+ "columns_text_alignment": "left",
284
+ "rows_font_size": "11",
285
+ "rows_font_style": "Poppins",
286
+ "rows_text_alignment": "left",
287
+ "subtotals_font_size": "11",
288
+ "subtotals_font_style": "Poppins",
289
+ "subtotals_text_alignment": "right",
290
+ "values_font_size": "11",
291
+ "values_font_style": "Poppins",
292
+ "values_text_alignment": "right",
293
+ },
294
+ "table_options": Object {
295
+ "colorize_headers": true,
296
+ "eliminate_calc_totals": false,
297
+ "freeze_panes": false,
298
+ "hide_nulls_in_headers": true,
299
+ "remove_underscores": true,
300
+ "show_all": false,
301
+ "show_column_total": true,
302
+ "show_more_than_thousand_rows": false,
303
+ "show_row_total": true,
304
+ "show_subtotals_for_columns": false,
305
+ "show_subtotals_for_rows": false,
306
+ "show_subtotals_in_brackets": false,
307
+ "start_collapsed_columns": false,
308
+ "start_collapsed_rows": false,
309
+ "table_colors_offset": 0,
310
+ "transpose_table": true,
311
+ "use_handsOnTable": false,
312
+ "use_new_table_design": true,
313
+ },
314
+ "tooltips": Object {
315
+ "font_color": "#545a6b",
316
+ "font_size": "12",
317
+ "font_style": "Poppins",
318
+ "show": true,
319
+ "show_data_series": true,
320
+ "show_out_of_data_series": false,
321
+ "show_out_of_x_axis": false,
322
+ "show_value": true,
323
+ "show_x_axis": true,
324
+ },
325
+ "widget_library": Object {
326
+ "categories": "",
327
+ "description": "",
328
+ "tags": Array [],
329
+ },
330
+ }
331
+ `;
332
+
333
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart bar-chart-stacked defaults match snapshot 1`] = `
334
+ Object {
335
+ "advanced": Object {
336
+ "error_policy": "None",
337
+ "from_latest": "",
338
+ },
339
+ "axisX": Object {
340
+ "autoxlabel": true,
341
+ "label_step": null,
342
+ "max": null,
343
+ "min": null,
344
+ "name": "",
345
+ "zoom_x": false,
346
+ },
347
+ "axisY": Object {
348
+ "autoylabel": true,
349
+ "max": null,
350
+ "min": null,
351
+ "name": "",
352
+ },
353
+ "chart": Object {
354
+ "colors_offset": 0,
355
+ "dislay_empty_values": false,
356
+ "show": true,
357
+ "showAllLegends": false,
358
+ },
359
+ "delta_column": Object {
360
+ "chart": "",
361
+ "color": "",
362
+ "field": "",
363
+ "formula": "x2-x1",
364
+ "is_percentage": false,
365
+ "name": "_Variance",
366
+ "only_variant": false,
367
+ "same_xaxis": false,
368
+ "same_yaxis": false,
369
+ },
370
+ "label": Object {
371
+ "font_color": "#151a41",
372
+ "font_size": "11",
373
+ "font_style": "Poppins",
374
+ "overlap": false,
375
+ "show": true,
376
+ "show_out_of_data_series": false,
377
+ "show_out_of_x_axis": false,
378
+ "show_value": true,
379
+ "vertical": false,
380
+ },
381
+ "legends_position": Object {
382
+ "value": "",
383
+ },
384
+ "negative_number_format": Object {
385
+ "format": "",
386
+ },
387
+ "subtitle": Object {
388
+ "subtitle": "",
389
+ },
390
+ "table_design_options": Object {
391
+ "columns_font_size": "11",
392
+ "columns_font_style": "Poppins",
393
+ "columns_text_alignment": "left",
394
+ "rows_font_size": "11",
395
+ "rows_font_style": "Poppins",
396
+ "rows_text_alignment": "left",
397
+ "subtotals_font_size": "11",
398
+ "subtotals_font_style": "Poppins",
399
+ "subtotals_text_alignment": "right",
400
+ "values_font_size": "11",
401
+ "values_font_style": "Poppins",
402
+ "values_text_alignment": "right",
403
+ },
404
+ "table_options": Object {
405
+ "colorize_headers": true,
406
+ "eliminate_calc_totals": false,
407
+ "freeze_panes": false,
408
+ "hide_nulls_in_headers": true,
409
+ "remove_underscores": true,
410
+ "show_all": false,
411
+ "show_column_total": true,
412
+ "show_more_than_thousand_rows": false,
413
+ "show_row_total": true,
414
+ "show_subtotals_for_columns": false,
415
+ "show_subtotals_for_rows": false,
416
+ "show_subtotals_in_brackets": false,
417
+ "start_collapsed_columns": false,
418
+ "start_collapsed_rows": false,
419
+ "table_colors_offset": 0,
420
+ "transpose_table": true,
421
+ "use_handsOnTable": false,
422
+ "use_new_table_design": true,
423
+ },
424
+ "tooltips": Object {
425
+ "font_color": "#545a6b",
426
+ "font_size": "12",
427
+ "font_style": "Poppins",
428
+ "show": true,
429
+ "show_data_series": true,
430
+ "show_out_of_data_series": false,
431
+ "show_out_of_x_axis": false,
432
+ "show_value": true,
433
+ "show_x_axis": true,
434
+ },
435
+ "widget_library": Object {
436
+ "categories": "",
437
+ "description": "",
438
+ "tags": Array [],
439
+ },
440
+ }
441
+ `;
442
+
443
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart bar-chart-stacked-percent defaults match snapshot 1`] = `
444
+ Object {
445
+ "advanced": Object {
446
+ "error_policy": "None",
447
+ "from_latest": "",
448
+ },
449
+ "axisX": Object {
450
+ "autoxlabel": true,
451
+ "label_step": null,
452
+ "max": null,
453
+ "min": null,
454
+ "name": "",
455
+ "zoom_x": false,
456
+ },
457
+ "axisY": Object {
458
+ "autoylabel": true,
459
+ "name": "",
460
+ },
461
+ "chart": Object {
462
+ "colors_offset": 0,
463
+ "dislay_empty_values": false,
464
+ "show": true,
465
+ "showAllLegends": false,
466
+ },
467
+ "label": Object {
468
+ "font_color": "#151a41",
469
+ "font_size": "11",
470
+ "font_style": "Poppins",
471
+ "hide_subtotals": false,
472
+ "overlap": false,
473
+ "shadow": false,
474
+ "show": true,
475
+ "show_out_of_data_series": false,
476
+ "show_out_of_x_axis": false,
477
+ "show_value": true,
478
+ "vertical": false,
479
+ },
480
+ "legends_position": Object {
481
+ "value": "",
482
+ },
483
+ "subtitle": Object {
484
+ "subtitle": "",
485
+ },
486
+ "table_design_options": Object {
487
+ "columns_font_size": "11",
488
+ "columns_font_style": "Poppins",
489
+ "columns_text_alignment": "left",
490
+ "rows_font_size": "11",
491
+ "rows_font_style": "Poppins",
492
+ "rows_text_alignment": "left",
493
+ "subtotals_font_size": "11",
494
+ "subtotals_font_style": "Poppins",
495
+ "subtotals_text_alignment": "right",
496
+ "values_font_size": "11",
497
+ "values_font_style": "Poppins",
498
+ "values_text_alignment": "right",
499
+ },
500
+ "table_options": Object {
501
+ "colorize_headers": true,
502
+ "eliminate_calc_totals": false,
503
+ "freeze_panes": false,
504
+ "hide_nulls_in_headers": true,
505
+ "remove_underscores": true,
506
+ "show_all": false,
507
+ "show_column_total": true,
508
+ "show_more_than_thousand_rows": false,
509
+ "show_row_total": true,
510
+ "show_subtotals_for_columns": false,
511
+ "show_subtotals_for_rows": false,
512
+ "show_subtotals_in_brackets": false,
513
+ "start_collapsed_columns": false,
514
+ "start_collapsed_rows": false,
515
+ "table_colors_offset": 0,
516
+ "transpose_table": true,
517
+ "use_handsOnTable": false,
518
+ "use_new_table_design": true,
519
+ },
520
+ "tooltips": Object {
521
+ "font_color": "#545a6b",
522
+ "font_size": "12",
523
+ "font_style": "Poppins",
524
+ "show": true,
525
+ "show_data_series": true,
526
+ "show_out_of_data_series": false,
527
+ "show_out_of_x_axis": false,
528
+ "show_value": true,
529
+ "show_x_axis": true,
530
+ },
531
+ "widget_library": Object {
532
+ "categories": "",
533
+ "description": "",
534
+ "tags": Array [],
535
+ },
536
+ }
537
+ `;
538
+
539
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart column-chart defaults match snapshot 1`] = `
540
+ Object {
541
+ "advanced": Object {
542
+ "error_policy": "None",
543
+ "from_latest": "",
544
+ },
545
+ "axisX": Object {
546
+ "autoxlabel": true,
547
+ "label_step": null,
548
+ "max": null,
549
+ "min": null,
550
+ "name": "",
551
+ "zoom_x": false,
552
+ },
553
+ "axisY": Object {
554
+ "autoylabel": true,
555
+ "max": null,
556
+ "min": null,
557
+ "name": "",
558
+ },
559
+ "chart": Object {
560
+ "colors_offset": 0,
561
+ "dislay_empty_values": false,
562
+ "show": true,
563
+ "zoom_type": "None",
564
+ },
565
+ "delta_column": Object {
566
+ "chart": "",
567
+ "color": "",
568
+ "field": "",
569
+ "formula": "x2-x1",
570
+ "is_filter_zero": false,
571
+ "is_percentage": false,
572
+ "name": "_Variance",
573
+ "only_variant": false,
574
+ "same_xaxis": false,
575
+ "same_yaxis": false,
576
+ },
577
+ "label": Object {
578
+ "font_color": "#151a41",
579
+ "font_size": "11",
580
+ "font_style": "Poppins",
581
+ "overlap": false,
582
+ "show": true,
583
+ "show_out_of_data_series": false,
584
+ "show_out_of_x_axis": false,
585
+ "show_value": true,
586
+ "vertical": false,
587
+ },
588
+ "legends_position": Object {
589
+ "value": "",
590
+ },
591
+ "negative_number_format": Object {
592
+ "format": "",
593
+ },
594
+ "subtitle": Object {
595
+ "subtitle": "",
596
+ },
597
+ "table_design_options": Object {
598
+ "columns_font_size": "11",
599
+ "columns_font_style": "Poppins",
600
+ "columns_text_alignment": "left",
601
+ "rows_font_size": "11",
602
+ "rows_font_style": "Poppins",
603
+ "rows_text_alignment": "left",
604
+ "subtotals_font_size": "11",
605
+ "subtotals_font_style": "Poppins",
606
+ "subtotals_text_alignment": "right",
607
+ "values_font_size": "11",
608
+ "values_font_style": "Poppins",
609
+ "values_text_alignment": "right",
610
+ },
611
+ "table_options": Object {
612
+ "colorize_headers": true,
613
+ "eliminate_calc_totals": false,
614
+ "freeze_panes": false,
615
+ "hide_nulls_in_headers": true,
616
+ "remove_underscores": true,
617
+ "show_all": false,
618
+ "show_column_total": true,
619
+ "show_row_total": true,
620
+ "show_subtotals_for_columns": false,
621
+ "show_subtotals_for_rows": false,
622
+ "show_subtotals_in_brackets": false,
623
+ "start_collapsed_columns": false,
624
+ "start_collapsed_rows": false,
625
+ "table_colors_offset": 0,
626
+ "transpose_table": false,
627
+ "use_handsOnTable": false,
628
+ "use_new_table_design": true,
629
+ },
630
+ "tooltips": Object {
631
+ "font_color": "#545a6b",
632
+ "font_size": "12",
633
+ "font_style": "Poppins",
634
+ "show": true,
635
+ "show_data_series": true,
636
+ "show_out_of_data_series": false,
637
+ "show_out_of_x_axis": false,
638
+ "show_value": true,
639
+ "show_x_axis": true,
640
+ },
641
+ "widget_library": Object {
642
+ "categories": "",
643
+ "description": "",
644
+ "tags": Array [],
645
+ },
646
+ }
647
+ `;
648
+
649
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart column-chart-stacked defaults match snapshot 1`] = `
650
+ Object {
651
+ "advanced": Object {
652
+ "error_policy": "None",
653
+ "from_latest": "",
654
+ },
655
+ "axisX": Object {
656
+ "autoxlabel": true,
657
+ "label_step": null,
658
+ "max": null,
659
+ "min": null,
660
+ "name": "",
661
+ "zoom_x": false,
662
+ },
663
+ "axisY": Object {
664
+ "autoylabel": true,
665
+ "max": null,
666
+ "min": null,
667
+ "name": "",
668
+ },
669
+ "chart": Object {
670
+ "colors_offset": 0,
671
+ "dislay_empty_values": false,
672
+ "show": true,
673
+ "showAllLegends": false,
674
+ },
675
+ "delta_column": Object {
676
+ "chart": "",
677
+ "color": "",
678
+ "field": "",
679
+ "formula": "x2-x1",
680
+ "is_percentage": false,
681
+ "name": "_Variance",
682
+ "only_variant": false,
683
+ "same_xaxis": false,
684
+ "same_yaxis": false,
685
+ },
686
+ "label": Object {
687
+ "font_color": "#151a41",
688
+ "font_size": "11",
689
+ "font_style": "Poppins",
690
+ "hide_subtotals": false,
691
+ "overlap": false,
692
+ "present_total": false,
693
+ "shadow": false,
694
+ "show": true,
695
+ "show_out_of_data_series": false,
696
+ "show_out_of_x_axis": false,
697
+ "show_percentage": false,
698
+ "show_value": true,
699
+ "vertical": false,
700
+ },
701
+ "legends_position": Object {
702
+ "value": "",
703
+ },
704
+ "subtitle": Object {
705
+ "subtitle": "",
706
+ },
707
+ "table_design_options": Object {
708
+ "columns_font_size": "11",
709
+ "columns_font_style": "Poppins",
710
+ "columns_text_alignment": "left",
711
+ "rows_font_size": "11",
712
+ "rows_font_style": "Poppins",
713
+ "rows_text_alignment": "left",
714
+ "subtotals_font_size": "11",
715
+ "subtotals_font_style": "Poppins",
716
+ "subtotals_text_alignment": "right",
717
+ "values_font_size": "11",
718
+ "values_font_style": "Poppins",
719
+ "values_text_alignment": "right",
720
+ },
721
+ "table_options": Object {
722
+ "colorize_headers": true,
723
+ "eliminate_calc_totals": false,
724
+ "freeze_panes": false,
725
+ "hide_nulls_in_headers": true,
726
+ "remove_underscores": true,
727
+ "show_all": false,
728
+ "show_column_total": true,
729
+ "show_row_total": true,
730
+ "show_subtotals_for_columns": false,
731
+ "show_subtotals_for_rows": false,
732
+ "show_subtotals_in_brackets": false,
733
+ "start_collapsed_columns": false,
734
+ "start_collapsed_rows": false,
735
+ "table_colors_offset": 0,
736
+ "transpose_table": false,
737
+ "use_handsOnTable": false,
738
+ "use_new_table_design": true,
739
+ },
740
+ "tooltips": Object {
741
+ "font_color": "#545a6b",
742
+ "font_size": "12",
743
+ "font_style": "Poppins",
744
+ "show": true,
745
+ "show_data_series": true,
746
+ "show_out_of_data_series": false,
747
+ "show_out_of_x_axis": false,
748
+ "show_value": true,
749
+ "show_x_axis": true,
750
+ },
751
+ "widget_library": Object {
752
+ "categories": "",
753
+ "description": "",
754
+ "tags": Array [],
755
+ },
756
+ }
757
+ `;
758
+
759
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart column-chart-stacked-percent defaults match snapshot 1`] = `
760
+ Object {
761
+ "advanced": Object {
762
+ "error_policy": "None",
763
+ "from_latest": "",
764
+ },
765
+ "axisX": Object {
766
+ "autoxlabel": true,
767
+ "label_step": null,
768
+ "max": null,
769
+ "min": null,
770
+ "name": "",
771
+ "zoom_x": false,
772
+ },
773
+ "axisY": Object {
774
+ "autoylabel": true,
775
+ "name": "",
776
+ },
777
+ "chart": Object {
778
+ "colors_offset": 0,
779
+ "dislay_empty_values": false,
780
+ "show": true,
781
+ "showAllLegends": false,
782
+ },
783
+ "label": Object {
784
+ "font_color": "#151a41",
785
+ "font_size": "11",
786
+ "font_style": "Poppins",
787
+ "hide_subtotals": false,
788
+ "overlap": false,
789
+ "shadow": false,
790
+ "show": true,
791
+ "show_out_of_data_series": false,
792
+ "show_out_of_x_axis": false,
793
+ "show_value": true,
794
+ "vertical": false,
795
+ },
796
+ "legends_position": Object {
797
+ "value": "",
798
+ },
799
+ "subtitle": Object {
800
+ "subtitle": "",
801
+ },
802
+ "table_design_options": Object {
803
+ "columns_font_size": "11",
804
+ "columns_font_style": "Poppins",
805
+ "columns_text_alignment": "left",
806
+ "rows_font_size": "11",
807
+ "rows_font_style": "Poppins",
808
+ "rows_text_alignment": "left",
809
+ "subtotals_font_size": "11",
810
+ "subtotals_font_style": "Poppins",
811
+ "subtotals_text_alignment": "right",
812
+ "values_font_size": "11",
813
+ "values_font_style": "Poppins",
814
+ "values_text_alignment": "right",
815
+ },
816
+ "table_options": Object {
817
+ "colorize_headers": true,
818
+ "eliminate_calc_totals": false,
819
+ "freeze_panes": false,
820
+ "hide_nulls_in_headers": true,
821
+ "remove_underscores": true,
822
+ "show_all": false,
823
+ "show_column_total": true,
824
+ "show_row_total": true,
825
+ "show_subtotals_for_columns": false,
826
+ "show_subtotals_for_rows": false,
827
+ "show_subtotals_in_brackets": false,
828
+ "start_collapsed_columns": false,
829
+ "start_collapsed_rows": false,
830
+ "table_colors_offset": 0,
831
+ "transpose_table": false,
832
+ "use_handsOnTable": false,
833
+ "use_new_table_design": true,
834
+ },
835
+ "tooltips": Object {
836
+ "font_color": "#545a6b",
837
+ "font_size": "12",
838
+ "font_style": "Poppins",
839
+ "show": true,
840
+ "show_data_series": true,
841
+ "show_out_of_data_series": false,
842
+ "show_out_of_x_axis": false,
843
+ "show_value": true,
844
+ "show_x_axis": true,
845
+ },
846
+ "widget_library": Object {
847
+ "categories": "",
848
+ "description": "",
849
+ "tags": Array [],
850
+ },
851
+ }
852
+ `;
853
+
854
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart donut-chart defaults match snapshot 1`] = `
855
+ Object {
856
+ "advanced": Object {
857
+ "error_policy": "None",
858
+ "from_latest": "",
859
+ },
860
+ "chart": Object {
861
+ "colors_offset": 0,
862
+ "dislay_empty_values": false,
863
+ "show": true,
864
+ "zoom_type": "None",
865
+ },
866
+ "chart_position": Object {
867
+ "margin_bottom": 0,
868
+ "margin_left": 0,
869
+ "margin_right": 0,
870
+ "margin_top": 0,
871
+ "spacing_bottom": 0,
872
+ "spacing_left": 0,
873
+ "spacing_right": 0,
874
+ "spacing_top": 0,
875
+ },
876
+ "label_pie": Object {
877
+ "font_color": "#151a41",
878
+ "font_size": "11",
879
+ "font_style": "Poppins",
880
+ "overlap": false,
881
+ "show": false,
882
+ "show_percentage_in_labels": false,
883
+ "show_value_in_labels": true,
884
+ "use_area_color": false,
885
+ },
886
+ "legends_position": Object {
887
+ "value": "",
888
+ },
889
+ "negative_number_format": Object {
890
+ "format": "",
891
+ },
892
+ "subtitle": Object {
893
+ "subtitle": "",
894
+ },
895
+ "table_design_options": Object {
896
+ "columns_font_size": "11",
897
+ "columns_font_style": "Poppins",
898
+ "columns_text_alignment": "left",
899
+ "rows_font_size": "11",
900
+ "rows_font_style": "Poppins",
901
+ "rows_text_alignment": "left",
902
+ "subtotals_font_size": "11",
903
+ "subtotals_font_style": "Poppins",
904
+ "subtotals_text_alignment": "right",
905
+ "values_font_size": "11",
906
+ "values_font_style": "Poppins",
907
+ "values_text_alignment": "right",
908
+ },
909
+ "table_options": Object {
910
+ "colorize_headers": true,
911
+ "eliminate_calc_totals": false,
912
+ "freeze_panes": false,
913
+ "hide_nulls_in_headers": true,
914
+ "remove_underscores": true,
915
+ "show_all": false,
916
+ "show_column_total": true,
917
+ "show_more_than_thousand_rows": false,
918
+ "show_row_total": true,
919
+ "show_subtotals_for_columns": false,
920
+ "show_subtotals_for_rows": false,
921
+ "show_subtotals_in_brackets": false,
922
+ "start_collapsed_columns": false,
923
+ "start_collapsed_rows": false,
924
+ "table_colors_offset": 0,
925
+ "transpose_table": true,
926
+ "use_handsOnTable": false,
927
+ "use_new_table_design": true,
928
+ },
929
+ "tooltips": Object {
930
+ "font_color": "#545a6b",
931
+ "font_size": "12",
932
+ "font_style": "Poppins",
933
+ "show": true,
934
+ "show_percentage": false,
935
+ "show_value": true,
936
+ },
937
+ "total_value_label": Object {
938
+ "total_value_label_text": "Total",
939
+ },
940
+ "widget_library": Object {
941
+ "categories": "",
942
+ "description": "",
943
+ "tags": Array [],
944
+ },
945
+ }
946
+ `;
947
+
948
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart gauge-chart-enhanced defaults match snapshot 1`] = `
949
+ Object {
950
+ "goal": Object {
951
+ "title": "Goal",
952
+ "value": 1000000,
953
+ },
954
+ "isAbsoluteValue": false,
955
+ "label": Object {
956
+ "font_color": "#333",
957
+ "font_size": 16,
958
+ "font_style": "Poppins",
959
+ "goal_name": "Goal",
960
+ "show": true,
961
+ "show_goal_name": true,
962
+ "show_percentage_in_segments": false,
963
+ "show_percentage_in_value": false,
964
+ },
965
+ "segments": Array [
966
+ Object {
967
+ "color": "#BF1D30",
968
+ "from": 0,
969
+ "title": "Low",
970
+ "to": 50,
971
+ },
972
+ Object {
973
+ "color": "#FFA310",
974
+ "from": 50,
975
+ "title": "Medium",
976
+ "to": 90,
977
+ },
978
+ Object {
979
+ "color": "#037C5A",
980
+ "from": 90,
981
+ "title": "High",
982
+ "to": 100,
983
+ },
984
+ ],
985
+ "subtitle": Object {
986
+ "subtitle": "",
987
+ },
988
+ "table_design_options": Object {
989
+ "columns_font_size": "11",
990
+ "columns_font_style": "Poppins",
991
+ "columns_text_alignment": "left",
992
+ "rows_font_size": "11",
993
+ "rows_font_style": "Poppins",
994
+ "rows_text_alignment": "left",
995
+ "subtotals_font_size": "11",
996
+ "subtotals_font_style": "Poppins",
997
+ "subtotals_text_alignment": "right",
998
+ "values_font_size": "11",
999
+ "values_font_style": "Poppins",
1000
+ "values_text_alignment": "right",
1001
+ },
1002
+ "table_options": Object {
1003
+ "show_column_total": true,
1004
+ "table_colors_offset": 0,
1005
+ },
1006
+ "tooltips": Object {
1007
+ "font_color": "#545a6b",
1008
+ "font_size": "12",
1009
+ "font_style": "Poppins",
1010
+ "show": true,
1011
+ },
1012
+ }
1013
+ `;
1014
+
1015
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart kpi-widget defaults match snapshot 1`] = `
1016
+ Object {
1017
+ "legends_position": Object {
1018
+ "value": "",
1019
+ },
1020
+ "name": Object {
1021
+ "name": "",
1022
+ },
1023
+ "negative_number_format": Object {
1024
+ "format": "",
1025
+ },
1026
+ "range": Object {
1027
+ "high": 90,
1028
+ "low": 10,
1029
+ "max": 1000,
1030
+ "medium": 50,
1031
+ },
1032
+ "table_design_options": Object {
1033
+ "columns_font_size": "11",
1034
+ "columns_font_style": "Poppins",
1035
+ "columns_text_alignment": "left",
1036
+ "rows_font_size": "11",
1037
+ "rows_font_style": "Poppins",
1038
+ "rows_text_alignment": "left",
1039
+ "subtotals_font_size": "11",
1040
+ "subtotals_font_style": "Poppins",
1041
+ "subtotals_text_alignment": "right",
1042
+ "values_font_size": "11",
1043
+ "values_font_style": "Poppins",
1044
+ "values_text_alignment": "right",
1045
+ },
1046
+ "table_options": Object {
1047
+ "colorize_headers": true,
1048
+ "eliminate_calc_totals": false,
1049
+ "freeze_panes": false,
1050
+ "hide_nulls_in_headers": true,
1051
+ "remove_underscores": true,
1052
+ "show_all": false,
1053
+ "show_column_total": true,
1054
+ "show_more_than_thousand_rows": false,
1055
+ "show_row_total": true,
1056
+ "show_subtotals_for_columns": false,
1057
+ "show_subtotals_for_rows": false,
1058
+ "show_subtotals_in_brackets": false,
1059
+ "start_collapsed_columns": false,
1060
+ "start_collapsed_rows": false,
1061
+ "table_colors_offset": 0,
1062
+ "transpose_table": true,
1063
+ "use_handsOnTable": false,
1064
+ "use_new_table_design": true,
1065
+ },
1066
+ "value": Object {
1067
+ "value": "Sum",
1068
+ },
1069
+ "widget_library": Object {
1070
+ "categories": "",
1071
+ "description": "",
1072
+ "tags": Array [],
1073
+ },
1074
+ }
1075
+ `;
1076
+
1077
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart line-chart defaults match snapshot 1`] = `
1078
+ Object {
1079
+ "advanced": Object {
1080
+ "error_policy": "None",
1081
+ "from_latest": "",
1082
+ },
1083
+ "axisX": Object {
1084
+ "autoxlabel": true,
1085
+ "label_step": null,
1086
+ "max": null,
1087
+ "min": null,
1088
+ "name": "",
1089
+ "zoom_x": false,
1090
+ },
1091
+ "axisY": Object {
1092
+ "autoylabel": true,
1093
+ "max": null,
1094
+ "min": null,
1095
+ "name": "",
1096
+ },
1097
+ "chart": Object {
1098
+ "colors_offset": 0,
1099
+ "dislay_empty_values": false,
1100
+ "show": true,
1101
+ "showAllLegends": false,
1102
+ },
1103
+ "delta_column": Object {
1104
+ "chart": "",
1105
+ "color": "",
1106
+ "field": "",
1107
+ "formula": "x2-x1",
1108
+ "is_percentage": false,
1109
+ "name": "_Variance",
1110
+ "only_variant": false,
1111
+ "same_xaxis": false,
1112
+ "same_yaxis": false,
1113
+ },
1114
+ "label": Object {
1115
+ "font_color": "#151a41",
1116
+ "font_size": "11",
1117
+ "font_style": "Poppins",
1118
+ "overlap": false,
1119
+ "show": true,
1120
+ "show_out_of_data_series": false,
1121
+ "show_out_of_x_axis": false,
1122
+ "show_value": true,
1123
+ "vertical": false,
1124
+ },
1125
+ "legends_position": Object {
1126
+ "value": "",
1127
+ },
1128
+ "negative_number_format": Object {
1129
+ "format": "",
1130
+ },
1131
+ "subtitle": Object {
1132
+ "subtitle": "",
1133
+ },
1134
+ "table_design_options": Object {
1135
+ "columns_font_size": "11",
1136
+ "columns_font_style": "Poppins",
1137
+ "columns_text_alignment": "left",
1138
+ "rows_font_size": "11",
1139
+ "rows_font_style": "Poppins",
1140
+ "rows_text_alignment": "left",
1141
+ "subtotals_font_size": "11",
1142
+ "subtotals_font_style": "Poppins",
1143
+ "subtotals_text_alignment": "right",
1144
+ "values_font_size": "11",
1145
+ "values_font_style": "Poppins",
1146
+ "values_text_alignment": "right",
1147
+ },
1148
+ "table_options": Object {
1149
+ "colorize_headers": true,
1150
+ "eliminate_calc_totals": false,
1151
+ "freeze_panes": false,
1152
+ "hide_nulls_in_headers": true,
1153
+ "remove_underscores": true,
1154
+ "show_all": false,
1155
+ "show_column_total": true,
1156
+ "show_more_than_thousand_rows": false,
1157
+ "show_row_total": true,
1158
+ "show_subtotals_for_columns": false,
1159
+ "show_subtotals_for_rows": false,
1160
+ "show_subtotals_in_brackets": false,
1161
+ "start_collapsed_columns": false,
1162
+ "start_collapsed_rows": false,
1163
+ "table_colors_offset": 0,
1164
+ "transpose_table": true,
1165
+ "use_handsOnTable": false,
1166
+ "use_new_table_design": true,
1167
+ },
1168
+ "tooltips": Object {
1169
+ "font_color": "#545a6b",
1170
+ "font_size": "12",
1171
+ "font_style": "Poppins",
1172
+ "show": true,
1173
+ "show_data_series": true,
1174
+ "show_out_of_data_series": false,
1175
+ "show_out_of_x_axis": false,
1176
+ "show_value": true,
1177
+ "show_x_axis": true,
1178
+ },
1179
+ "widget_library": Object {
1180
+ "categories": "",
1181
+ "description": "",
1182
+ "tags": Array [],
1183
+ },
1184
+ }
1185
+ `;
1186
+
1187
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart line-chart-forecast defaults match snapshot 1`] = `
1188
+ Object {
1189
+ "advanced": Object {
1190
+ "error_policy": "None",
1191
+ "from_latest": "",
1192
+ },
1193
+ "axisX": Object {
1194
+ "autoxlabel": true,
1195
+ "label_step": null,
1196
+ "max": null,
1197
+ "min": null,
1198
+ "name": "",
1199
+ "zoom_x": false,
1200
+ },
1201
+ "axisY": Object {
1202
+ "autoylabel": true,
1203
+ "max": null,
1204
+ "min": null,
1205
+ "name": "",
1206
+ },
1207
+ "chart": Object {
1208
+ "actuals": "Solid",
1209
+ "colors_offset": 0,
1210
+ "dislay_empty_values": false,
1211
+ "forecast": "Dash",
1212
+ "show": true,
1213
+ "showAllLegends": false,
1214
+ "smart_query": true,
1215
+ },
1216
+ "delta_column": Object {
1217
+ "chart": "",
1218
+ "color": "",
1219
+ "field": "",
1220
+ "formula": "x2-x1",
1221
+ "is_percentage": false,
1222
+ "name": "_Variance",
1223
+ "only_variant": false,
1224
+ "same_xaxis": false,
1225
+ "same_yaxis": false,
1226
+ },
1227
+ "label": Object {
1228
+ "font_color": "#151a41",
1229
+ "font_size": "11",
1230
+ "font_style": "Poppins",
1231
+ "overlap": false,
1232
+ "show": true,
1233
+ "show_out_of_data_series": false,
1234
+ "show_out_of_x_axis": false,
1235
+ "show_value": true,
1236
+ "vertical": false,
1237
+ },
1238
+ "legends_position": Object {
1239
+ "value": "",
1240
+ },
1241
+ "negative_number_format": Object {
1242
+ "format": "",
1243
+ },
1244
+ "subtitle": Object {
1245
+ "subtitle": "",
1246
+ },
1247
+ "table_design_options": Object {
1248
+ "columns_font_size": "11",
1249
+ "columns_font_style": "Poppins",
1250
+ "columns_text_alignment": "left",
1251
+ "rows_font_size": "11",
1252
+ "rows_font_style": "Poppins",
1253
+ "rows_text_alignment": "left",
1254
+ "subtotals_font_size": "11",
1255
+ "subtotals_font_style": "Poppins",
1256
+ "subtotals_text_alignment": "right",
1257
+ "values_font_size": "11",
1258
+ "values_font_style": "Poppins",
1259
+ "values_text_alignment": "right",
1260
+ },
1261
+ "table_options": Object {
1262
+ "colorize_headers": true,
1263
+ "eliminate_calc_totals": false,
1264
+ "freeze_panes": false,
1265
+ "hide_nulls_in_headers": true,
1266
+ "remove_underscores": true,
1267
+ "show_all": false,
1268
+ "show_column_total": true,
1269
+ "show_more_than_thousand_rows": false,
1270
+ "show_row_total": true,
1271
+ "show_subtotals_for_columns": false,
1272
+ "show_subtotals_for_rows": false,
1273
+ "show_subtotals_in_brackets": false,
1274
+ "start_collapsed_columns": false,
1275
+ "start_collapsed_rows": false,
1276
+ "table_colors_offset": 0,
1277
+ "transpose_table": true,
1278
+ "use_handsOnTable": false,
1279
+ "use_new_table_design": true,
1280
+ },
1281
+ "tooltips": Object {
1282
+ "font_color": "#545a6b",
1283
+ "font_size": "12",
1284
+ "font_style": "Poppins",
1285
+ "show": true,
1286
+ "show_data_series": true,
1287
+ "show_out_of_data_series": false,
1288
+ "show_out_of_x_axis": false,
1289
+ "show_value": true,
1290
+ "show_x_axis": true,
1291
+ },
1292
+ "widget_library": Object {
1293
+ "categories": "",
1294
+ "description": "",
1295
+ "tags": Array [],
1296
+ },
1297
+ }
1298
+ `;
1299
+
1300
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart line-chart-smooth defaults match snapshot 1`] = `
1301
+ Object {
1302
+ "advanced": Object {
1303
+ "error_policy": "None",
1304
+ "from_latest": "",
1305
+ },
1306
+ "axisX": Object {
1307
+ "autoxlabel": true,
1308
+ "label_step": null,
1309
+ "max": null,
1310
+ "min": null,
1311
+ "name": "",
1312
+ "zoom_x": false,
1313
+ },
1314
+ "axisY": Object {
1315
+ "autoylabel": true,
1316
+ "max": null,
1317
+ "min": null,
1318
+ "name": "",
1319
+ },
1320
+ "chart": Object {
1321
+ "colors_offset": 0,
1322
+ "dislay_empty_values": false,
1323
+ "show": true,
1324
+ "showAllLegends": false,
1325
+ },
1326
+ "delta_column": Object {
1327
+ "chart": "",
1328
+ "color": "",
1329
+ "field": "",
1330
+ "formula": "x2-x1",
1331
+ "is_percentage": false,
1332
+ "name": "_Variance",
1333
+ "only_variant": false,
1334
+ "same_xaxis": false,
1335
+ "same_yaxis": false,
1336
+ },
1337
+ "label": Object {
1338
+ "font_color": "#151a41",
1339
+ "font_size": "11",
1340
+ "font_style": "Poppins",
1341
+ "overlap": false,
1342
+ "show": true,
1343
+ "show_out_of_data_series": false,
1344
+ "show_out_of_x_axis": false,
1345
+ "show_value": true,
1346
+ "vertical": false,
1347
+ },
1348
+ "legends_position": Object {
1349
+ "value": "",
1350
+ },
1351
+ "negative_number_format": Object {
1352
+ "format": "",
1353
+ },
1354
+ "subtitle": Object {
1355
+ "subtitle": "",
1356
+ },
1357
+ "table_design_options": Object {
1358
+ "columns_font_size": "11",
1359
+ "columns_font_style": "Poppins",
1360
+ "columns_text_alignment": "left",
1361
+ "rows_font_size": "11",
1362
+ "rows_font_style": "Poppins",
1363
+ "rows_text_alignment": "left",
1364
+ "subtotals_font_size": "11",
1365
+ "subtotals_font_style": "Poppins",
1366
+ "subtotals_text_alignment": "right",
1367
+ "values_font_size": "11",
1368
+ "values_font_style": "Poppins",
1369
+ "values_text_alignment": "right",
1370
+ },
1371
+ "table_options": Object {
1372
+ "colorize_headers": true,
1373
+ "eliminate_calc_totals": false,
1374
+ "freeze_panes": false,
1375
+ "hide_nulls_in_headers": true,
1376
+ "remove_underscores": true,
1377
+ "show_all": false,
1378
+ "show_column_total": true,
1379
+ "show_more_than_thousand_rows": false,
1380
+ "show_row_total": true,
1381
+ "show_subtotals_for_columns": false,
1382
+ "show_subtotals_for_rows": false,
1383
+ "show_subtotals_in_brackets": false,
1384
+ "start_collapsed_columns": false,
1385
+ "start_collapsed_rows": false,
1386
+ "table_colors_offset": 0,
1387
+ "transpose_table": true,
1388
+ "use_handsOnTable": false,
1389
+ "use_new_table_design": true,
1390
+ },
1391
+ "tooltips": Object {
1392
+ "font_color": "#545a6b",
1393
+ "font_size": "12",
1394
+ "font_style": "Poppins",
1395
+ "show": true,
1396
+ "show_data_series": true,
1397
+ "show_out_of_data_series": false,
1398
+ "show_out_of_x_axis": false,
1399
+ "show_value": true,
1400
+ "show_x_axis": true,
1401
+ },
1402
+ "widget_library": Object {
1403
+ "categories": "",
1404
+ "description": "",
1405
+ "tags": Array [],
1406
+ },
1407
+ }
1408
+ `;
1409
+
1410
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart pie-chart defaults match snapshot 1`] = `
1411
+ Object {
1412
+ "advanced": Object {
1413
+ "error_policy": "None",
1414
+ "from_latest": "",
1415
+ },
1416
+ "chart": Object {
1417
+ "colors_offset": 0,
1418
+ "dislay_empty_values": false,
1419
+ "show": true,
1420
+ "zoom_type": "None",
1421
+ },
1422
+ "label_pie": Object {
1423
+ "font_color": "#151a41",
1424
+ "font_size": "11",
1425
+ "font_style": "Poppins",
1426
+ "overlap": false,
1427
+ "show": false,
1428
+ "show_percentage_in_labels": false,
1429
+ "show_value_in_labels": true,
1430
+ "use_area_color": false,
1431
+ },
1432
+ "legends_position": Object {
1433
+ "value": "",
1434
+ },
1435
+ "negative_number_format": Object {
1436
+ "format": "",
1437
+ },
1438
+ "subtitle": Object {
1439
+ "subtitle": "",
1440
+ },
1441
+ "table_design_options": Object {
1442
+ "columns_font_size": "11",
1443
+ "columns_font_style": "Poppins",
1444
+ "columns_text_alignment": "left",
1445
+ "rows_font_size": "11",
1446
+ "rows_font_style": "Poppins",
1447
+ "rows_text_alignment": "left",
1448
+ "subtotals_font_size": "11",
1449
+ "subtotals_font_style": "Poppins",
1450
+ "subtotals_text_alignment": "right",
1451
+ "values_font_size": "11",
1452
+ "values_font_style": "Poppins",
1453
+ "values_text_alignment": "right",
1454
+ },
1455
+ "table_options": Object {
1456
+ "colorize_headers": true,
1457
+ "eliminate_calc_totals": false,
1458
+ "freeze_panes": false,
1459
+ "hide_nulls_in_headers": true,
1460
+ "remove_underscores": true,
1461
+ "show_all": false,
1462
+ "show_column_total": true,
1463
+ "show_more_than_thousand_rows": false,
1464
+ "show_row_total": true,
1465
+ "show_subtotals_for_columns": false,
1466
+ "show_subtotals_for_rows": false,
1467
+ "show_subtotals_in_brackets": false,
1468
+ "start_collapsed_columns": false,
1469
+ "start_collapsed_rows": false,
1470
+ "table_colors_offset": 0,
1471
+ "transpose_table": true,
1472
+ "use_handsOnTable": false,
1473
+ "use_new_table_design": true,
1474
+ },
1475
+ "tooltips": Object {
1476
+ "font_color": "#545a6b",
1477
+ "font_size": "12",
1478
+ "font_style": "Poppins",
1479
+ "show": true,
1480
+ "show_percentage": false,
1481
+ "show_value": true,
1482
+ },
1483
+ "widget_library": Object {
1484
+ "categories": "",
1485
+ "description": "",
1486
+ "tags": Array [],
1487
+ },
1488
+ }
1489
+ `;
1490
+
1491
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart pie-chart-drilldown defaults match snapshot 1`] = `
1492
+ Object {
1493
+ "advanced": Object {
1494
+ "error_policy": "None",
1495
+ "from_latest": "",
1496
+ },
1497
+ "chart": Object {
1498
+ "colors_offset": 0,
1499
+ "dislay_empty_values": false,
1500
+ "show": true,
1501
+ "zoom_type": "None",
1502
+ },
1503
+ "label_pie": Object {
1504
+ "font_color": "#151a41",
1505
+ "font_size": "11",
1506
+ "font_style": "Poppins",
1507
+ "overlap": false,
1508
+ "show": false,
1509
+ "show_percentage_in_labels": false,
1510
+ "show_value_in_labels": true,
1511
+ "use_area_color": false,
1512
+ },
1513
+ "legends_position": Object {
1514
+ "value": "",
1515
+ },
1516
+ "negative_number_format": Object {
1517
+ "format": "",
1518
+ },
1519
+ "subtitle": Object {
1520
+ "subtitle": "",
1521
+ },
1522
+ "table_design_options": Object {
1523
+ "columns_font_size": "11",
1524
+ "columns_font_style": "Poppins",
1525
+ "columns_text_alignment": "left",
1526
+ "rows_font_size": "11",
1527
+ "rows_font_style": "Poppins",
1528
+ "rows_text_alignment": "left",
1529
+ "subtotals_font_size": "11",
1530
+ "subtotals_font_style": "Poppins",
1531
+ "subtotals_text_alignment": "right",
1532
+ "values_font_size": "11",
1533
+ "values_font_style": "Poppins",
1534
+ "values_text_alignment": "right",
1535
+ },
1536
+ "table_options": Object {
1537
+ "colorize_headers": true,
1538
+ "eliminate_calc_totals": false,
1539
+ "freeze_panes": false,
1540
+ "hide_nulls_in_headers": true,
1541
+ "remove_underscores": true,
1542
+ "show_all": false,
1543
+ "show_column_total": true,
1544
+ "show_more_than_thousand_rows": false,
1545
+ "show_row_total": true,
1546
+ "show_subtotals_for_columns": false,
1547
+ "show_subtotals_for_rows": false,
1548
+ "show_subtotals_in_brackets": false,
1549
+ "start_collapsed_columns": false,
1550
+ "start_collapsed_rows": false,
1551
+ "table_colors_offset": 0,
1552
+ "transpose_table": true,
1553
+ "use_handsOnTable": false,
1554
+ "use_new_table_design": true,
1555
+ },
1556
+ "tooltips": Object {
1557
+ "font_color": "#545a6b",
1558
+ "font_size": "12",
1559
+ "font_style": "Poppins",
1560
+ "show": true,
1561
+ "show_percentage": false,
1562
+ "show_value": true,
1563
+ },
1564
+ "widget_library": Object {
1565
+ "categories": "",
1566
+ "description": "",
1567
+ "tags": Array [],
1568
+ },
1569
+ }
1570
+ `;
1571
+
1572
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart polygon-chart defaults match snapshot 1`] = `
1573
+ Object {
1574
+ "advanced": Object {
1575
+ "error_policy": "None",
1576
+ "from_latest": "",
1577
+ },
1578
+ "delta_column": Object {
1579
+ "chart": "",
1580
+ "color": "",
1581
+ "field": "",
1582
+ "formula": "x2-x1",
1583
+ "is_percentage": false,
1584
+ "name": "_Variance",
1585
+ "only_variant": false,
1586
+ "same_xaxis": false,
1587
+ "same_yaxis": false,
1588
+ },
1589
+ "label": Object {
1590
+ "font_color": "#151a41",
1591
+ "font_size": "11",
1592
+ "font_style": "Poppins",
1593
+ "overlap": false,
1594
+ "show": true,
1595
+ "show_out_of_data_series": false,
1596
+ "show_out_of_x_axis": false,
1597
+ "show_value": true,
1598
+ "vertical": false,
1599
+ },
1600
+ "legends_position": Object {
1601
+ "value": "",
1602
+ },
1603
+ "negative_number_format": Object {
1604
+ "format": "",
1605
+ },
1606
+ "subtitle": Object {
1607
+ "subtitle": "",
1608
+ },
1609
+ "table_design_options": Object {
1610
+ "columns_font_size": "11",
1611
+ "columns_font_style": "Poppins",
1612
+ "columns_text_alignment": "left",
1613
+ "rows_font_size": "11",
1614
+ "rows_font_style": "Poppins",
1615
+ "rows_text_alignment": "left",
1616
+ "subtotals_font_size": "11",
1617
+ "subtotals_font_style": "Poppins",
1618
+ "subtotals_text_alignment": "right",
1619
+ "values_font_size": "11",
1620
+ "values_font_style": "Poppins",
1621
+ "values_text_alignment": "right",
1622
+ },
1623
+ "table_options": Object {
1624
+ "colorize_headers": true,
1625
+ "eliminate_calc_totals": false,
1626
+ "freeze_panes": false,
1627
+ "hide_nulls_in_headers": true,
1628
+ "remove_underscores": true,
1629
+ "show_all": false,
1630
+ "show_column_total": true,
1631
+ "show_more_than_thousand_rows": false,
1632
+ "show_row_total": true,
1633
+ "show_subtotals_for_columns": false,
1634
+ "show_subtotals_for_rows": false,
1635
+ "show_subtotals_in_brackets": false,
1636
+ "start_collapsed_columns": false,
1637
+ "start_collapsed_rows": false,
1638
+ "table_colors_offset": 0,
1639
+ "transpose_table": true,
1640
+ "use_handsOnTable": false,
1641
+ "use_new_table_design": true,
1642
+ },
1643
+ "tooltips": Object {
1644
+ "font_color": "#545a6b",
1645
+ "font_size": "12",
1646
+ "font_style": "Poppins",
1647
+ "show": true,
1648
+ "show_data_series": true,
1649
+ "show_out_of_data_series": false,
1650
+ "show_out_of_x_axis": false,
1651
+ "show_value": true,
1652
+ "show_x_axis": true,
1653
+ },
1654
+ "widget_library": Object {
1655
+ "categories": "",
1656
+ "description": "",
1657
+ "tags": Array [],
1658
+ },
1659
+ }
1660
+ `;
1661
+
1662
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart scatter-chart defaults match snapshot 1`] = `
1663
+ Object {
1664
+ "advanced": Object {
1665
+ "error_policy": "None",
1666
+ "from_latest": "",
1667
+ },
1668
+ "axisX": Object {
1669
+ "autoxlabel": true,
1670
+ "label_step": null,
1671
+ "max": null,
1672
+ "min": null,
1673
+ "name": "",
1674
+ "zoom_x": false,
1675
+ },
1676
+ "axisY": Object {
1677
+ "autoylabel": true,
1678
+ "max": null,
1679
+ "min": null,
1680
+ "name": "",
1681
+ },
1682
+ "chart": Object {
1683
+ "colors_offset": 0,
1684
+ "dislay_empty_values": false,
1685
+ "show": true,
1686
+ "showAllLegends": false,
1687
+ },
1688
+ "delta_column": Object {
1689
+ "chart": "",
1690
+ "color": "",
1691
+ "field": "",
1692
+ "formula": "x2-x1",
1693
+ "is_percentage": false,
1694
+ "name": "_Variance",
1695
+ "only_variant": false,
1696
+ "same_xaxis": false,
1697
+ "same_yaxis": false,
1698
+ },
1699
+ "label": Object {
1700
+ "font_color": "#151a41",
1701
+ "font_size": "11",
1702
+ "font_style": "Poppins",
1703
+ "overlap": false,
1704
+ "show": true,
1705
+ "show_out_of_data_series": false,
1706
+ "show_out_of_x_axis": false,
1707
+ "show_value": true,
1708
+ "vertical": false,
1709
+ },
1710
+ "legends_position": Object {
1711
+ "value": "",
1712
+ },
1713
+ "negative_number_format": Object {
1714
+ "format": "",
1715
+ },
1716
+ "subtitle": Object {
1717
+ "subtitle": "",
1718
+ },
1719
+ "table_design_options": Object {
1720
+ "columns_font_size": "11",
1721
+ "columns_font_style": "Poppins",
1722
+ "columns_text_alignment": "left",
1723
+ "rows_font_size": "11",
1724
+ "rows_font_style": "Poppins",
1725
+ "rows_text_alignment": "left",
1726
+ "subtotals_font_size": "11",
1727
+ "subtotals_font_style": "Poppins",
1728
+ "subtotals_text_alignment": "right",
1729
+ "values_font_size": "11",
1730
+ "values_font_style": "Poppins",
1731
+ "values_text_alignment": "right",
1732
+ },
1733
+ "table_options": Object {
1734
+ "colorize_headers": true,
1735
+ "eliminate_calc_totals": false,
1736
+ "freeze_panes": false,
1737
+ "hide_nulls_in_headers": true,
1738
+ "remove_underscores": true,
1739
+ "show_all": false,
1740
+ "show_column_total": true,
1741
+ "show_more_than_thousand_rows": false,
1742
+ "show_row_total": true,
1743
+ "show_subtotals_for_columns": false,
1744
+ "show_subtotals_for_rows": false,
1745
+ "show_subtotals_in_brackets": false,
1746
+ "start_collapsed_columns": false,
1747
+ "start_collapsed_rows": false,
1748
+ "table_colors_offset": 0,
1749
+ "transpose_table": true,
1750
+ "use_handsOnTable": false,
1751
+ "use_new_table_design": true,
1752
+ },
1753
+ "tooltips": Object {
1754
+ "font_color": "#545a6b",
1755
+ "font_size": "12",
1756
+ "font_style": "Poppins",
1757
+ "show": true,
1758
+ "show_data_series": true,
1759
+ "show_out_of_data_series": false,
1760
+ "show_out_of_x_axis": false,
1761
+ "show_value": true,
1762
+ "show_x_axis": true,
1763
+ },
1764
+ "widget_library": Object {
1765
+ "categories": "",
1766
+ "description": "",
1767
+ "tags": Array [],
1768
+ },
1769
+ }
1770
+ `;
1771
+
1772
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart table_only defaults match snapshot 1`] = `
1773
+ Object {
1774
+ "advanced": Object {
1775
+ "error_policy": "None",
1776
+ "from_latest": "",
1777
+ },
1778
+ "delta_column": Object {
1779
+ "chart": "",
1780
+ "color": "",
1781
+ "field": "",
1782
+ "formula": "x2-x1",
1783
+ "is_percentage": false,
1784
+ "name": "_Variance",
1785
+ "only_variant": false,
1786
+ "same_xaxis": false,
1787
+ "same_yaxis": false,
1788
+ },
1789
+ "negative_number_format": Object {
1790
+ "format": "",
1791
+ },
1792
+ "subtitle": Object {
1793
+ "subtitle": "",
1794
+ },
1795
+ "table_design_options": Object {
1796
+ "columns_font_size": "11",
1797
+ "columns_font_style": "Poppins",
1798
+ "columns_text_alignment": "left",
1799
+ "rows_font_size": "11",
1800
+ "rows_font_style": "Poppins",
1801
+ "rows_text_alignment": "left",
1802
+ "subtotals_font_size": "11",
1803
+ "subtotals_font_style": "Poppins",
1804
+ "subtotals_text_alignment": "right",
1805
+ "values_font_size": "11",
1806
+ "values_font_style": "Poppins",
1807
+ "values_text_alignment": "right",
1808
+ },
1809
+ "table_options": Object {
1810
+ "colorize_headers": true,
1811
+ "eliminate_calc_totals": false,
1812
+ "freeze_panes": false,
1813
+ "hide_nulls_in_headers": true,
1814
+ "remove_underscores": true,
1815
+ "show_all": false,
1816
+ "show_column_total": true,
1817
+ "show_more_than_thousand_rows": false,
1818
+ "show_row_total": true,
1819
+ "show_subtotals_for_columns": false,
1820
+ "show_subtotals_for_rows": false,
1821
+ "show_subtotals_in_brackets": false,
1822
+ "start_collapsed_columns": false,
1823
+ "start_collapsed_rows": false,
1824
+ "table_colors_offset": 0,
1825
+ "transpose_table": true,
1826
+ "use_handsOnTable": false,
1827
+ "use_new_table_design": true,
1828
+ },
1829
+ "widget_library": Object {
1830
+ "categories": "",
1831
+ "description": "",
1832
+ "tags": Array [],
1833
+ },
1834
+ }
1835
+ `;
1836
+
1837
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart text-widget defaults match snapshot 1`] = `
1838
+ Object {
1839
+ "legends_position": Object {
1840
+ "value": "",
1841
+ },
1842
+ "name": Object {
1843
+ "name": "",
1844
+ },
1845
+ "negative_number_format": Object {
1846
+ "format": "",
1847
+ },
1848
+ "table_design_options": Object {
1849
+ "columns_font_size": "11",
1850
+ "columns_font_style": "Poppins",
1851
+ "columns_text_alignment": "left",
1852
+ "rows_font_size": "11",
1853
+ "rows_font_style": "Poppins",
1854
+ "rows_text_alignment": "left",
1855
+ "subtotals_font_size": "11",
1856
+ "subtotals_font_style": "Poppins",
1857
+ "subtotals_text_alignment": "right",
1858
+ "values_font_size": "11",
1859
+ "values_font_style": "Poppins",
1860
+ "values_text_alignment": "right",
1861
+ },
1862
+ "table_options": Object {
1863
+ "colorize_headers": true,
1864
+ "eliminate_calc_totals": false,
1865
+ "freeze_panes": false,
1866
+ "hide_nulls_in_headers": true,
1867
+ "remove_underscores": true,
1868
+ "show_all": false,
1869
+ "show_column_total": true,
1870
+ "show_more_than_thousand_rows": false,
1871
+ "show_row_total": true,
1872
+ "show_subtotals_for_columns": false,
1873
+ "show_subtotals_for_rows": false,
1874
+ "show_subtotals_in_brackets": false,
1875
+ "start_collapsed_columns": false,
1876
+ "start_collapsed_rows": false,
1877
+ "table_colors_offset": 0,
1878
+ "transpose_table": true,
1879
+ "use_handsOnTable": false,
1880
+ "use_new_table_design": true,
1881
+ },
1882
+ "widget_library": Object {
1883
+ "categories": "",
1884
+ "description": "",
1885
+ "tags": Array [],
1886
+ },
1887
+ }
1888
+ `;
1889
+
1890
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart waterfall-chart-breakdown defaults match snapshot 1`] = `
1891
+ Object {
1892
+ "advanced": Object {
1893
+ "error_policy": "None",
1894
+ "from_latest": "",
1895
+ },
1896
+ "axisX": Object {
1897
+ "autoxlabel": true,
1898
+ "label_step": null,
1899
+ "max": null,
1900
+ "min": null,
1901
+ "name": "",
1902
+ "zoom_x": false,
1903
+ },
1904
+ "axisY": Object {
1905
+ "autoylabel": true,
1906
+ "max": null,
1907
+ "min": null,
1908
+ "name": "",
1909
+ },
1910
+ "chart": Object {
1911
+ "colors_offset": 0,
1912
+ "dislay_empty_values": false,
1913
+ "show": true,
1914
+ "zoom_type": "None",
1915
+ },
1916
+ "label": Object {
1917
+ "font_color": "#151a41",
1918
+ "font_size": "11",
1919
+ "font_style": "Poppins",
1920
+ "overlap": false,
1921
+ "show": true,
1922
+ "show_out_of_data_series": false,
1923
+ "show_out_of_x_axis": false,
1924
+ "show_value": true,
1925
+ "vertical": false,
1926
+ },
1927
+ "legends_position": Object {
1928
+ "value": "",
1929
+ },
1930
+ "negative_number_format": Object {
1931
+ "format": "",
1932
+ },
1933
+ "subtitle": Object {
1934
+ "subtitle": "",
1935
+ },
1936
+ "tooltips": Object {
1937
+ "font_color": "#545a6b",
1938
+ "font_size": "12",
1939
+ "font_style": "Poppins",
1940
+ "show": true,
1941
+ "show_data_series": true,
1942
+ "show_out_of_data_series": false,
1943
+ "show_out_of_x_axis": false,
1944
+ "show_value": true,
1945
+ "show_x_axis": true,
1946
+ },
1947
+ "widget_library": Object {
1948
+ "categories": "",
1949
+ "description": "",
1950
+ "tags": Array [],
1951
+ },
1952
+ }
1953
+ `;
1954
+
1955
+ exports[`highchartsRenderer.suboptions getDefaultValueForChart waterfall-chart-walkthrough defaults match snapshot 1`] = `
1956
+ Object {
1957
+ "advanced": Object {
1958
+ "error_policy": "None",
1959
+ "from_latest": "",
1960
+ },
1961
+ "axisX": Object {
1962
+ "autoxlabel": true,
1963
+ "label_step": null,
1964
+ "max": null,
1965
+ "min": null,
1966
+ "name": "",
1967
+ "zoom_x": false,
1968
+ },
1969
+ "axisY": Object {
1970
+ "autoylabel": true,
1971
+ "max": null,
1972
+ "min": null,
1973
+ "name": "",
1974
+ },
1975
+ "chart": Object {
1976
+ "colors_offset": 0,
1977
+ "dislay_empty_values": false,
1978
+ "show": true,
1979
+ "zoom_type": "None",
1980
+ },
1981
+ "label": Object {
1982
+ "font_color": "#151a41",
1983
+ "font_size": "11",
1984
+ "font_style": "Poppins",
1985
+ "overlap": false,
1986
+ "show": true,
1987
+ "show_out_of_data_series": false,
1988
+ "show_out_of_x_axis": false,
1989
+ "show_value": true,
1990
+ "vertical": false,
1991
+ },
1992
+ "legends_position": Object {
1993
+ "value": "",
1994
+ },
1995
+ "negative_number_format": Object {
1996
+ "format": "",
1997
+ },
1998
+ "subtitle": Object {
1999
+ "subtitle": "",
2000
+ },
2001
+ "tooltips": Object {
2002
+ "font_color": "#545a6b",
2003
+ "font_size": "12",
2004
+ "font_style": "Poppins",
2005
+ "show": true,
2006
+ "show_data_series": true,
2007
+ "show_out_of_data_series": false,
2008
+ "show_out_of_x_axis": false,
2009
+ "show_value": true,
2010
+ "show_x_axis": true,
2011
+ },
2012
+ "widget_library": Object {
2013
+ "categories": "",
2014
+ "description": "",
2015
+ "tags": Array [],
2016
+ },
2017
+ }
2018
+ `;
2019
+
2020
+ exports[`highchartsRenderer.suboptions structure snapshots advanced structure matches snapshot 1`] = `
2021
+ Object {
2022
+ "category_class": "google-visualization-charteditor-mini-more",
2023
+ "category_label": "Advanced",
2024
+ "category_type": "advanced",
2025
+ "elements": Array [
2026
+ Object {
2027
+ "default_value": "None",
2028
+ "element_label": "Error Policy",
2029
+ "element_options": Array [
2030
+ Object {
2031
+ "label": "None",
2032
+ "value": "None",
2033
+ },
2034
+ Object {
2035
+ "label": "Error",
2036
+ "value": "Error",
2037
+ },
2038
+ Object {
2039
+ "label": "Zero (0)",
2040
+ "value": "0",
2041
+ },
2042
+ ],
2043
+ "element_type": "radio",
2044
+ "value_name": "error_policy",
2045
+ },
2046
+ Object {
2047
+ "default_value": "",
2048
+ "element_label": "Version",
2049
+ "element_options": Array [
2050
+ Object {
2051
+ "label": "All time dimensions",
2052
+ "value": "",
2053
+ },
2054
+ Object {
2055
+ "label": "Submitted",
2056
+ "value": "latest_submitted",
2057
+ },
2058
+ Object {
2059
+ "label": "Most recent time period",
2060
+ "value": "latest_in_last_chronology_date_dimension",
2061
+ },
2062
+ Object {
2063
+ "label": "Most recent time period in each filebox",
2064
+ "value": "latest_in_last_chronology_date_dimension_in_every_fbs",
2065
+ },
2066
+ ],
2067
+ "element_sub_title": "From latest:",
2068
+ "element_type": "radio",
2069
+ "value_name": "from_latest",
2070
+ },
2071
+ ],
2072
+ }
2073
+ `;
2074
+
2075
+ exports[`highchartsRenderer.suboptions structure snapshots axisX structure matches snapshot 1`] = `
2076
+ Object {
2077
+ "category_class": "google-visualization-charteditor-mini-more",
2078
+ "category_label": "X Axis",
2079
+ "category_type": "axisX",
2080
+ "elements": Array [
2081
+ Object {
2082
+ "default_value": true,
2083
+ "element_label": "Auto label x axis",
2084
+ "element_type": "checkbox",
2085
+ "value_name": "autoxlabel",
2086
+ },
2087
+ Object {
2088
+ "default_value": "",
2089
+ "element_label": "X axis label",
2090
+ "element_type": "input",
2091
+ "onChange": "[Function]",
2092
+ "value_name": "name",
2093
+ },
2094
+ Object {
2095
+ "default_value": null,
2096
+ "element_label": "Min",
2097
+ "element_type": "input",
2098
+ "value_name": "min",
2099
+ },
2100
+ Object {
2101
+ "default_value": null,
2102
+ "element_label": "Max",
2103
+ "element_type": "input",
2104
+ "value_name": "max",
2105
+ },
2106
+ Object {
2107
+ "default_value": null,
2108
+ "element_label": "Label step",
2109
+ "element_type": "input",
2110
+ "label_tooltip": "Show indicators at custom numeric interval",
2111
+ "value_name": "label_step",
2112
+ },
2113
+ Object {
2114
+ "default_value": false,
2115
+ "element_label": "Zoom x",
2116
+ "element_type": "checkbox",
2117
+ "value_name": "zoom_x",
2118
+ },
2119
+ ],
2120
+ }
2121
+ `;
2122
+
2123
+ exports[`highchartsRenderer.suboptions structure snapshots axisY structure matches snapshot 1`] = `
2124
+ Object {
2125
+ "category_class": "google-visualization-charteditor-mini-more",
2126
+ "category_label": "Y Axis",
2127
+ "category_type": "axisY",
2128
+ "elements": Array [
2129
+ Object {
2130
+ "default_value": true,
2131
+ "element_label": "Auto label y axis",
2132
+ "element_type": "checkbox",
2133
+ "value_name": "autoylabel",
2134
+ },
2135
+ Object {
2136
+ "default_value": "",
2137
+ "element_label": "Y axis label",
2138
+ "element_type": "input",
2139
+ "onChange": "[Function]",
2140
+ "value_name": "name",
2141
+ },
2142
+ Object {
2143
+ "default_value": null,
2144
+ "element_label": "Min",
2145
+ "element_type": "input",
2146
+ "value_name": "min",
2147
+ },
2148
+ Object {
2149
+ "default_value": null,
2150
+ "element_label": "Max",
2151
+ "element_type": "input",
2152
+ "value_name": "max",
2153
+ },
2154
+ ],
2155
+ }
2156
+ `;
2157
+
2158
+ exports[`highchartsRenderer.suboptions structure snapshots axisY_percent_stacked structure matches snapshot 1`] = `
2159
+ Object {
2160
+ "category_class": "google-visualization-charteditor-mini-more",
2161
+ "category_label": "Y Axis",
2162
+ "category_type": "axisY",
2163
+ "elements": Array [
2164
+ Object {
2165
+ "default_value": true,
2166
+ "element_label": "Auto label y axis",
2167
+ "element_type": "checkbox",
2168
+ "value_name": "autoylabel",
2169
+ },
2170
+ Object {
2171
+ "default_value": "",
2172
+ "element_label": "Y axis label",
2173
+ "element_type": "input",
2174
+ "onChange": "[Function]",
2175
+ "value_name": "name",
2176
+ },
2177
+ ],
2178
+ }
2179
+ `;
2180
+
2181
+ exports[`highchartsRenderer.suboptions structure snapshots chart structure matches snapshot 1`] = `
2182
+ Object {
2183
+ "category_class": "google-visualization-charteditor-mini-more",
2184
+ "category_label": "Chart",
2185
+ "category_type": "chart",
2186
+ "elements": Array [
2187
+ Object {
2188
+ "default_value": 0,
2189
+ "element_label": "Colors offset",
2190
+ "element_type": "input",
2191
+ "value_name": "colors_offset",
2192
+ },
2193
+ Object {
2194
+ "default_value": "None",
2195
+ "element_label": "Zoom type",
2196
+ "element_options": Array [
2197
+ Object {
2198
+ "label": "None",
2199
+ "value": "None",
2200
+ },
2201
+ Object {
2202
+ "label": "x",
2203
+ "value": "x",
2204
+ },
2205
+ Object {
2206
+ "label": "y",
2207
+ "value": "y",
2208
+ },
2209
+ Object {
2210
+ "label": "xy",
2211
+ "value": "xy",
2212
+ },
2213
+ ],
2214
+ "element_type": "radio",
2215
+ "value_name": "zoom_type",
2216
+ },
2217
+ Object {
2218
+ "default_value": true,
2219
+ "element_label": "Show grid",
2220
+ "element_type": "checkbox",
2221
+ "value_name": "show",
2222
+ },
2223
+ Object {
2224
+ "default_value": false,
2225
+ "element_label": "Display empty values",
2226
+ "element_type": "checkbox",
2227
+ "value_name": "dislay_empty_values",
2228
+ },
2229
+ ],
2230
+ }
2231
+ `;
2232
+
2233
+ exports[`highchartsRenderer.suboptions structure snapshots chart_forecast structure matches snapshot 1`] = `
2234
+ Object {
2235
+ "category_class": "google-visualization-charteditor-mini-more",
2236
+ "category_label": "Chart",
2237
+ "category_type": "chart",
2238
+ "elements": Array [
2239
+ Object {
2240
+ "default_value": 0,
2241
+ "element_label": "Colors offset",
2242
+ "element_type": "input",
2243
+ "value_name": "colors_offset",
2244
+ },
2245
+ Object {
2246
+ "default_value": true,
2247
+ "element_label": "Show grid",
2248
+ "element_type": "checkbox",
2249
+ "value_name": "show",
2250
+ },
2251
+ Object {
2252
+ "default_value": false,
2253
+ "element_label": "Show legends over 10",
2254
+ "element_type": "checkbox",
2255
+ "value_name": "showAllLegends",
2256
+ },
2257
+ Object {
2258
+ "default_value": false,
2259
+ "element_label": "Display empty values",
2260
+ "element_type": "checkbox",
2261
+ "value_name": "dislay_empty_values",
2262
+ },
2263
+ Object {
2264
+ "element_label": "Chart Patterns",
2265
+ "element_type": "devider",
2266
+ },
2267
+ Object {
2268
+ "default_value": true,
2269
+ "element_label": "Forecast Chart",
2270
+ "element_type": "text",
2271
+ "value_name": "smart_query",
2272
+ },
2273
+ Object {
2274
+ "default_value": "Solid",
2275
+ "element_label": "Actuals",
2276
+ "element_options": Array [
2277
+ Object {
2278
+ "label": "Solid",
2279
+ "value": "solid",
2280
+ },
2281
+ Object {
2282
+ "label": "Dash",
2283
+ "value": "dash",
2284
+ },
2285
+ ],
2286
+ "element_type": "select",
2287
+ "value_name": "actuals",
2288
+ },
2289
+ Object {
2290
+ "default_value": "Dash",
2291
+ "element_label": "Forecast",
2292
+ "element_options": Array [
2293
+ Object {
2294
+ "label": "Solid",
2295
+ "value": "solid",
2296
+ },
2297
+ Object {
2298
+ "label": "Dash",
2299
+ "value": "dash",
2300
+ },
2301
+ ],
2302
+ "element_type": "select",
2303
+ "value_name": "forecast",
2304
+ },
2305
+ ],
2306
+ }
2307
+ `;
2308
+
2309
+ exports[`highchartsRenderer.suboptions structure snapshots chart_grid structure matches snapshot 1`] = `
2310
+ Object {
2311
+ "category_class": "google-visualization-charteditor-mini-more",
2312
+ "category_label": "Chart",
2313
+ "category_type": "chart",
2314
+ "elements": Array [
2315
+ Object {
2316
+ "default_value": 0,
2317
+ "element_label": "Colors offset",
2318
+ "element_type": "input",
2319
+ "value_name": "colors_offset",
2320
+ },
2321
+ Object {
2322
+ "default_value": true,
2323
+ "element_label": "Show grid",
2324
+ "element_type": "checkbox",
2325
+ "value_name": "show",
2326
+ },
2327
+ Object {
2328
+ "default_value": false,
2329
+ "element_label": "Show legends over 10",
2330
+ "element_type": "checkbox",
2331
+ "value_name": "showAllLegends",
2332
+ },
2333
+ Object {
2334
+ "default_value": false,
2335
+ "element_label": "Display empty values",
2336
+ "element_type": "checkbox",
2337
+ "value_name": "dislay_empty_values",
2338
+ },
2339
+ ],
2340
+ }
2341
+ `;
2342
+
2343
+ exports[`highchartsRenderer.suboptions structure snapshots chart_position structure matches snapshot 1`] = `
2344
+ Object {
2345
+ "category_class": "google-visualization-charteditor-mini-more",
2346
+ "category_label": "Chart position",
2347
+ "category_type": "chart_position",
2348
+ "elements": Array [
2349
+ Object {
2350
+ "default_value": 0,
2351
+ "element_label": "Marging top",
2352
+ "element_type": "input",
2353
+ "value_name": "margin_top",
2354
+ },
2355
+ Object {
2356
+ "default_value": 0,
2357
+ "element_label": "Marging right",
2358
+ "element_type": "input",
2359
+ "value_name": "margin_right",
2360
+ },
2361
+ Object {
2362
+ "default_value": 0,
2363
+ "element_label": "Marging bottom",
2364
+ "element_type": "input",
2365
+ "value_name": "margin_bottom",
2366
+ },
2367
+ Object {
2368
+ "default_value": 0,
2369
+ "element_label": "Marging left",
2370
+ "element_type": "input",
2371
+ "value_name": "margin_left",
2372
+ },
2373
+ Object {
2374
+ "default_value": 0,
2375
+ "element_label": "Spacing top",
2376
+ "element_type": "input",
2377
+ "value_name": "spacing_top",
2378
+ },
2379
+ Object {
2380
+ "default_value": 0,
2381
+ "element_label": "Spacing right",
2382
+ "element_type": "input",
2383
+ "value_name": "spacing_right",
2384
+ },
2385
+ Object {
2386
+ "default_value": 0,
2387
+ "element_label": "Spacing bottom",
2388
+ "element_type": "input",
2389
+ "value_name": "spacing_bottom",
2390
+ },
2391
+ Object {
2392
+ "default_value": 0,
2393
+ "element_label": "Spacing left",
2394
+ "element_type": "input",
2395
+ "value_name": "spacing_left",
2396
+ },
2397
+ ],
2398
+ }
2399
+ `;
2400
+
2401
+ exports[`highchartsRenderer.suboptions structure snapshots delta_column structure matches snapshot 1`] = `
2402
+ Object {
2403
+ "category_class": "google-visualization-charteditor-mini-more",
2404
+ "category_label": "Variance",
2405
+ "category_type": "delta_column",
2406
+ "elements": Array [
2407
+ Object {
2408
+ "default_value": "",
2409
+ "element_label": "Select Field",
2410
+ "element_options": Array [
2411
+ Object {
2412
+ "label": "None",
2413
+ "value": "",
2414
+ },
2415
+ Object {
2416
+ "label": "Axis",
2417
+ "value": "category",
2418
+ },
2419
+ Object {
2420
+ "label": "Legend",
2421
+ "value": "series",
2422
+ },
2423
+ ],
2424
+ "element_type": "radio",
2425
+ "value_name": "field",
2426
+ },
2427
+ Object {
2428
+ "default_value": "_Variance",
2429
+ "element_label": "Name",
2430
+ "element_type": "input",
2431
+ "value_name": "name",
2432
+ },
2433
+ Object {
2434
+ "default_value": "x2-x1",
2435
+ "element_label": "Formula",
2436
+ "element_type": "input",
2437
+ "value_name": "formula",
2438
+ },
2439
+ Object {
2440
+ "default_value": "",
2441
+ "element_label": "Color",
2442
+ "element_type": "input",
2443
+ "value_name": "color",
2444
+ },
2445
+ Object {
2446
+ "default_value": "",
2447
+ "element_label": "Chart",
2448
+ "element_options": Array [
2449
+ Object {
2450
+ "label": "Markers",
2451
+ "value": "",
2452
+ },
2453
+ Object {
2454
+ "label": "Line",
2455
+ "value": "line",
2456
+ },
2457
+ Object {
2458
+ "label": "Smooth Line",
2459
+ "value": "spline",
2460
+ },
2461
+ Object {
2462
+ "label": "Column",
2463
+ "value": "column",
2464
+ },
2465
+ Object {
2466
+ "label": "Area",
2467
+ "value": "area",
2468
+ },
2469
+ Object {
2470
+ "label": "Smooth Area",
2471
+ "value": "areaspline",
2472
+ },
2473
+ ],
2474
+ "element_type": "radio",
2475
+ "value_name": "chart",
2476
+ },
2477
+ Object {
2478
+ "default_value": false,
2479
+ "element_label": "Only variance",
2480
+ "element_type": "checkbox",
2481
+ "value_name": "only_variant",
2482
+ },
2483
+ Object {
2484
+ "default_value": false,
2485
+ "element_label": "Same yAxis",
2486
+ "element_type": "checkbox",
2487
+ "hidden": true,
2488
+ "value_name": "same_yaxis",
2489
+ },
2490
+ Object {
2491
+ "default_value": false,
2492
+ "element_label": "Same xAxis",
2493
+ "element_type": "checkbox",
2494
+ "value_name": "same_xaxis",
2495
+ },
2496
+ Object {
2497
+ "default_value": false,
2498
+ "element_label": "Percentage",
2499
+ "element_type": "checkbox",
2500
+ "hidden": true,
2501
+ "value_name": "is_percentage",
2502
+ },
2503
+ ],
2504
+ }
2505
+ `;
2506
+
2507
+ exports[`highchartsRenderer.suboptions structure snapshots delta_column_for_drill_down structure matches snapshot 1`] = `
2508
+ Object {
2509
+ "category_class": "google-visualization-charteditor-mini-more",
2510
+ "category_label": "Variance",
2511
+ "category_type": "delta_column",
2512
+ "elements": Array [
2513
+ Object {
2514
+ "default_value": "",
2515
+ "element_label": "Select Field",
2516
+ "element_options": Array [
2517
+ Object {
2518
+ "label": "None",
2519
+ "value": "",
2520
+ },
2521
+ Object {
2522
+ "label": "Axis",
2523
+ "value": "category",
2524
+ },
2525
+ Object {
2526
+ "label": "Legend",
2527
+ "value": "series",
2528
+ },
2529
+ ],
2530
+ "element_type": "radio",
2531
+ "value_name": "field",
2532
+ },
2533
+ Object {
2534
+ "default_value": "_Variance",
2535
+ "element_label": "Name",
2536
+ "element_type": "input",
2537
+ "value_name": "name",
2538
+ },
2539
+ Object {
2540
+ "default_value": "x2-x1",
2541
+ "element_label": "Formula",
2542
+ "element_type": "input",
2543
+ "value_name": "formula",
2544
+ },
2545
+ Object {
2546
+ "default_value": "",
2547
+ "element_label": "Color",
2548
+ "element_type": "input",
2549
+ "value_name": "color",
2550
+ },
2551
+ Object {
2552
+ "default_value": "",
2553
+ "element_label": "Chart",
2554
+ "element_options": Array [
2555
+ Object {
2556
+ "label": "Markers",
2557
+ "value": "",
2558
+ },
2559
+ Object {
2560
+ "label": "Line",
2561
+ "value": "line",
2562
+ },
2563
+ Object {
2564
+ "label": "Smooth Line",
2565
+ "value": "spline",
2566
+ },
2567
+ Object {
2568
+ "label": "Column",
2569
+ "value": "column",
2570
+ },
2571
+ Object {
2572
+ "label": "Area",
2573
+ "value": "area",
2574
+ },
2575
+ Object {
2576
+ "label": "Smooth Area",
2577
+ "value": "areaspline",
2578
+ },
2579
+ ],
2580
+ "element_type": "radio",
2581
+ "value_name": "chart",
2582
+ },
2583
+ Object {
2584
+ "default_value": false,
2585
+ "element_label": "Only variance",
2586
+ "element_type": "checkbox",
2587
+ "value_name": "only_variant",
2588
+ },
2589
+ Object {
2590
+ "default_value": false,
2591
+ "element_label": "Same yAxis",
2592
+ "element_type": "checkbox",
2593
+ "hidden": true,
2594
+ "value_name": "same_yaxis",
2595
+ },
2596
+ Object {
2597
+ "default_value": false,
2598
+ "element_label": "Same xAxis",
2599
+ "element_type": "checkbox",
2600
+ "value_name": "same_xaxis",
2601
+ },
2602
+ Object {
2603
+ "default_value": false,
2604
+ "element_label": "Percentage",
2605
+ "element_type": "checkbox",
2606
+ "hidden": true,
2607
+ "value_name": "is_percentage",
2608
+ },
2609
+ Object {
2610
+ "default_value": false,
2611
+ "element_label": "Filter zero values",
2612
+ "element_type": "checkbox",
2613
+ "value_name": "is_filter_zero",
2614
+ },
2615
+ ],
2616
+ }
2617
+ `;
2618
+
2619
+ exports[`highchartsRenderer.suboptions structure snapshots gauge_goal structure matches snapshot 1`] = `
2620
+ Object {
2621
+ "category_class": "google-visualization-charteditor-mini-more",
2622
+ "category_label": "Gauge goal",
2623
+ "category_type": "goal",
2624
+ "elements": Array [
2625
+ Object {
2626
+ "default_value": "Goal",
2627
+ "element_label": "Goal title",
2628
+ "element_type": "input",
2629
+ "value_name": "title",
2630
+ },
2631
+ Object {
2632
+ "default_value": 1000000,
2633
+ "element_label": "Goal value",
2634
+ "element_type": "input",
2635
+ "value_name": "value",
2636
+ },
2637
+ ],
2638
+ "is_hidden": true,
2639
+ }
2640
+ `;
2641
+
2642
+ exports[`highchartsRenderer.suboptions structure snapshots gauge_is_absolute structure matches snapshot 1`] = `
2643
+ Object {
2644
+ "category_class": "google-visualization-charteditor-mini-more",
2645
+ "category_label": "Gauge is absolute value",
2646
+ "category_type": "isAbsoluteValue",
2647
+ "default_value": false,
2648
+ "is_hidden": true,
2649
+ }
2650
+ `;
2651
+
2652
+ exports[`highchartsRenderer.suboptions structure snapshots gauge_segments structure matches snapshot 1`] = `
2653
+ Object {
2654
+ "category_class": "google-visualization-charteditor-mini-more",
2655
+ "category_label": "Gauge segments",
2656
+ "category_type": "segments",
2657
+ "default_value": Array [
2658
+ Object {
2659
+ "color": "#BF1D30",
2660
+ "from": 0,
2661
+ "title": "Low",
2662
+ "to": 50,
2663
+ },
2664
+ Object {
2665
+ "color": "#FFA310",
2666
+ "from": 50,
2667
+ "title": "Medium",
2668
+ "to": 90,
2669
+ },
2670
+ Object {
2671
+ "color": "#037C5A",
2672
+ "from": 90,
2673
+ "title": "High",
2674
+ "to": 100,
2675
+ },
2676
+ ],
2677
+ "is_hidden": true,
2678
+ }
2679
+ `;
2680
+
2681
+ exports[`highchartsRenderer.suboptions structure snapshots label structure matches snapshot 1`] = `
2682
+ Object {
2683
+ "category_class": "google-visualization-charteditor-mini-more",
2684
+ "category_label": "Label",
2685
+ "category_type": "label",
2686
+ "elements": Array [
2687
+ Object {
2688
+ "default_value": true,
2689
+ "disabled_fn": "[Function]",
2690
+ "disabled_str": "!{var}.show_out_of_x_axis && !{var}.show_out_of_data_series && !{var}.show_value",
2691
+ "element_label": "Show",
2692
+ "element_type": "toggle",
2693
+ "value_name": "show",
2694
+ },
2695
+ Object {
2696
+ "default_value": false,
2697
+ "element_label": "Overlap",
2698
+ "element_type": "toggle",
2699
+ "value_name": "overlap",
2700
+ },
2701
+ Object {
2702
+ "default_value": false,
2703
+ "element_label": "Vertical",
2704
+ "element_type": "toggle",
2705
+ "showFn": "[Function]",
2706
+ "value_name": "vertical",
2707
+ },
2708
+ Object {
2709
+ "element_type": "devider",
2710
+ },
2711
+ Object {
2712
+ "element_label": "Label Style",
2713
+ "element_type": "devider",
2714
+ },
2715
+ Object {
2716
+ "default_value": "Poppins",
2717
+ "element_label": "Font style",
2718
+ "element_options": Array [
2719
+ "Arial",
2720
+ "Arial Black",
2721
+ "Comic Sans MS",
2722
+ "Courier New",
2723
+ "Helvetica",
2724
+ "Impact",
2725
+ "Nunito Sans",
2726
+ "Tahoma",
2727
+ "Times New Roman",
2728
+ "Verdana",
2729
+ "Poppins",
2730
+ ],
2731
+ "element_type": "select",
2732
+ "value_name": "font_style",
2733
+ },
2734
+ Object {
2735
+ "default_value": "11",
2736
+ "element_label": "Font size",
2737
+ "element_options": Array [
2738
+ Object {
2739
+ "label": 6,
2740
+ "value": 6,
2741
+ },
2742
+ Object {
2743
+ "label": 7,
2744
+ "value": 7,
2745
+ },
2746
+ Object {
2747
+ "label": 8,
2748
+ "value": 8,
2749
+ },
2750
+ Object {
2751
+ "label": 9,
2752
+ "value": 9,
2753
+ },
2754
+ Object {
2755
+ "label": 10,
2756
+ "value": 10,
2757
+ },
2758
+ Object {
2759
+ "label": 11,
2760
+ "value": 11,
2761
+ },
2762
+ Object {
2763
+ "label": 12,
2764
+ "value": 12,
2765
+ },
2766
+ Object {
2767
+ "label": 13,
2768
+ "value": 13,
2769
+ },
2770
+ Object {
2771
+ "label": 14,
2772
+ "value": 14,
2773
+ },
2774
+ Object {
2775
+ "label": 15,
2776
+ "value": 15,
2777
+ },
2778
+ Object {
2779
+ "label": 16,
2780
+ "value": 16,
2781
+ },
2782
+ Object {
2783
+ "label": 17,
2784
+ "value": 17,
2785
+ },
2786
+ Object {
2787
+ "label": 18,
2788
+ "value": 18,
2789
+ },
2790
+ Object {
2791
+ "label": 19,
2792
+ "value": 19,
2793
+ },
2794
+ Object {
2795
+ "label": 20,
2796
+ "value": 20,
2797
+ },
2798
+ Object {
2799
+ "label": 21,
2800
+ "value": 21,
2801
+ },
2802
+ Object {
2803
+ "label": 22,
2804
+ "value": 22,
2805
+ },
2806
+ Object {
2807
+ "label": 23,
2808
+ "value": 23,
2809
+ },
2810
+ Object {
2811
+ "label": 24,
2812
+ "value": 24,
2813
+ },
2814
+ ],
2815
+ "element_type": "select",
2816
+ "value_name": "font_size",
2817
+ },
2818
+ Object {
2819
+ "default_value": "#151a41",
2820
+ "element_label": "Font Color",
2821
+ "element_type": "color_picker",
2822
+ "value_name": "font_color",
2823
+ },
2824
+ Object {
2825
+ "element_type": "devider",
2826
+ },
2827
+ Object {
2828
+ "clickFn": "[Function]",
2829
+ "default_value": true,
2830
+ "element_label": "Value",
2831
+ "element_type": "checkbox",
2832
+ "value_name": "show_value",
2833
+ },
2834
+ Object {
2835
+ "clickFn": "[Function]",
2836
+ "default_value": false,
2837
+ "element_label": "% Out of [X Axis]",
2838
+ "element_type": "checkbox",
2839
+ "value_name": "show_out_of_x_axis",
2840
+ },
2841
+ Object {
2842
+ "clickFn": "[Function]",
2843
+ "default_value": false,
2844
+ "element_label": "% Out of [Data Series]",
2845
+ "element_type": "checkbox",
2846
+ "value_name": "show_out_of_data_series",
2847
+ },
2848
+ ],
2849
+ }
2850
+ `;
2851
+
2852
+ exports[`highchartsRenderer.suboptions structure snapshots label_gauge structure matches snapshot 1`] = `
2853
+ Object {
2854
+ "category_class": "google-visualization-charteditor-mini-more",
2855
+ "category_label": "Label",
2856
+ "category_type": "label",
2857
+ "elements": Array [
2858
+ Object {
2859
+ "default_value": true,
2860
+ "element_label": "Show",
2861
+ "element_type": "toggle",
2862
+ "value_name": "show",
2863
+ },
2864
+ Object {
2865
+ "element_type": "devider",
2866
+ },
2867
+ Object {
2868
+ "element_label": "Label Style",
2869
+ "element_type": "devider",
2870
+ },
2871
+ Object {
2872
+ "default_value": "Poppins",
2873
+ "element_label": "Font style",
2874
+ "element_options": Array [
2875
+ "Arial",
2876
+ "Arial Black",
2877
+ "Comic Sans MS",
2878
+ "Courier New",
2879
+ "Helvetica",
2880
+ "Impact",
2881
+ "Nunito Sans",
2882
+ "Tahoma",
2883
+ "Times New Roman",
2884
+ "Verdana",
2885
+ "Poppins",
2886
+ ],
2887
+ "element_type": "select",
2888
+ "value_name": "font_style",
2889
+ },
2890
+ Object {
2891
+ "default_value": 16,
2892
+ "element_label": "Font size",
2893
+ "element_options": Array [
2894
+ Object {
2895
+ "label": 6,
2896
+ "value": 6,
2897
+ },
2898
+ Object {
2899
+ "label": 7,
2900
+ "value": 7,
2901
+ },
2902
+ Object {
2903
+ "label": 8,
2904
+ "value": 8,
2905
+ },
2906
+ Object {
2907
+ "label": 9,
2908
+ "value": 9,
2909
+ },
2910
+ Object {
2911
+ "label": 10,
2912
+ "value": 10,
2913
+ },
2914
+ Object {
2915
+ "label": 11,
2916
+ "value": 11,
2917
+ },
2918
+ Object {
2919
+ "label": 12,
2920
+ "value": 12,
2921
+ },
2922
+ Object {
2923
+ "label": 13,
2924
+ "value": 13,
2925
+ },
2926
+ Object {
2927
+ "label": 14,
2928
+ "value": 14,
2929
+ },
2930
+ Object {
2931
+ "label": 15,
2932
+ "value": 15,
2933
+ },
2934
+ Object {
2935
+ "label": 16,
2936
+ "value": 16,
2937
+ },
2938
+ Object {
2939
+ "label": 17,
2940
+ "value": 17,
2941
+ },
2942
+ Object {
2943
+ "label": 18,
2944
+ "value": 18,
2945
+ },
2946
+ Object {
2947
+ "label": 19,
2948
+ "value": 19,
2949
+ },
2950
+ Object {
2951
+ "label": 20,
2952
+ "value": 20,
2953
+ },
2954
+ Object {
2955
+ "label": 21,
2956
+ "value": 21,
2957
+ },
2958
+ Object {
2959
+ "label": 22,
2960
+ "value": 22,
2961
+ },
2962
+ Object {
2963
+ "label": 23,
2964
+ "value": 23,
2965
+ },
2966
+ Object {
2967
+ "label": 24,
2968
+ "value": 24,
2969
+ },
2970
+ ],
2971
+ "element_type": "select",
2972
+ "value_name": "font_size",
2973
+ },
2974
+ Object {
2975
+ "default_value": "#333",
2976
+ "element_label": "Font Color",
2977
+ "element_type": "color_picker",
2978
+ "value_name": "font_color",
2979
+ },
2980
+ Object {
2981
+ "element_type": "devider",
2982
+ },
2983
+ Object {
2984
+ "default_value": false,
2985
+ "element_label": "Value % out of Goal",
2986
+ "element_type": "checkbox",
2987
+ "value_name": "show_percentage_in_value",
2988
+ },
2989
+ Object {
2990
+ "default_value": false,
2991
+ "element_label": "Segment % out Goal",
2992
+ "element_type": "checkbox",
2993
+ "value_name": "show_percentage_in_segments",
2994
+ },
2995
+ Object {
2996
+ "default_value": true,
2997
+ "element_label": "Show Goal label",
2998
+ "element_type": "checkbox",
2999
+ "value_name": "show_goal_name",
3000
+ },
3001
+ Object {
3002
+ "default_value": "Goal",
3003
+ "element_label": "Goal name",
3004
+ "element_type": "input",
3005
+ "showFn": "[Function]",
3006
+ "show_in_one_row": true,
3007
+ "value_name": "goal_name",
3008
+ },
3009
+ ],
3010
+ }
3011
+ `;
3012
+
3013
+ exports[`highchartsRenderer.suboptions structure snapshots label_pie structure matches snapshot 1`] = `
3014
+ Object {
3015
+ "category_class": "google-visualization-charteditor-mini-more",
3016
+ "category_label": "Label",
3017
+ "category_type": "label_pie",
3018
+ "elements": Array [
3019
+ Object {
3020
+ "default_value": false,
3021
+ "disabled_fn": "[Function]",
3022
+ "disabled_str": "!{var}.show_percentage_in_labels && !{var}.show_value_in_labels",
3023
+ "element_label": "Show",
3024
+ "element_type": "toggle",
3025
+ "value_name": "show",
3026
+ },
3027
+ Object {
3028
+ "default_value": false,
3029
+ "element_label": "Overlap",
3030
+ "element_type": "toggle",
3031
+ "value_name": "overlap",
3032
+ },
3033
+ Object {
3034
+ "default_value": false,
3035
+ "element_label": "Use area color",
3036
+ "element_type": "toggle",
3037
+ "value_name": "use_area_color",
3038
+ },
3039
+ Object {
3040
+ "element_type": "devider",
3041
+ },
3042
+ Object {
3043
+ "element_label": "Label Style",
3044
+ "element_type": "devider",
3045
+ },
3046
+ Object {
3047
+ "default_value": "Poppins",
3048
+ "element_label": "Font style",
3049
+ "element_options": Array [
3050
+ "Arial",
3051
+ "Arial Black",
3052
+ "Comic Sans MS",
3053
+ "Courier New",
3054
+ "Helvetica",
3055
+ "Impact",
3056
+ "Nunito Sans",
3057
+ "Tahoma",
3058
+ "Times New Roman",
3059
+ "Verdana",
3060
+ "Poppins",
3061
+ ],
3062
+ "element_type": "select",
3063
+ "value_name": "font_style",
3064
+ },
3065
+ Object {
3066
+ "default_value": "11",
3067
+ "element_label": "Font size",
3068
+ "element_options": Array [
3069
+ Object {
3070
+ "label": 6,
3071
+ "value": 6,
3072
+ },
3073
+ Object {
3074
+ "label": 7,
3075
+ "value": 7,
3076
+ },
3077
+ Object {
3078
+ "label": 8,
3079
+ "value": 8,
3080
+ },
3081
+ Object {
3082
+ "label": 9,
3083
+ "value": 9,
3084
+ },
3085
+ Object {
3086
+ "label": 10,
3087
+ "value": 10,
3088
+ },
3089
+ Object {
3090
+ "label": 11,
3091
+ "value": 11,
3092
+ },
3093
+ Object {
3094
+ "label": 12,
3095
+ "value": 12,
3096
+ },
3097
+ Object {
3098
+ "label": 13,
3099
+ "value": 13,
3100
+ },
3101
+ Object {
3102
+ "label": 14,
3103
+ "value": 14,
3104
+ },
3105
+ Object {
3106
+ "label": 15,
3107
+ "value": 15,
3108
+ },
3109
+ Object {
3110
+ "label": 16,
3111
+ "value": 16,
3112
+ },
3113
+ Object {
3114
+ "label": 17,
3115
+ "value": 17,
3116
+ },
3117
+ Object {
3118
+ "label": 18,
3119
+ "value": 18,
3120
+ },
3121
+ Object {
3122
+ "label": 19,
3123
+ "value": 19,
3124
+ },
3125
+ Object {
3126
+ "label": 20,
3127
+ "value": 20,
3128
+ },
3129
+ Object {
3130
+ "label": 21,
3131
+ "value": 21,
3132
+ },
3133
+ Object {
3134
+ "label": 22,
3135
+ "value": 22,
3136
+ },
3137
+ Object {
3138
+ "label": 23,
3139
+ "value": 23,
3140
+ },
3141
+ Object {
3142
+ "label": 24,
3143
+ "value": 24,
3144
+ },
3145
+ ],
3146
+ "element_type": "select",
3147
+ "value_name": "font_size",
3148
+ },
3149
+ Object {
3150
+ "default_value": "#151a41",
3151
+ "element_label": "Font Color",
3152
+ "element_type": "color_picker",
3153
+ "value_name": "font_color",
3154
+ },
3155
+ Object {
3156
+ "element_type": "devider",
3157
+ },
3158
+ Object {
3159
+ "clickFn": "[Function]",
3160
+ "default_value": true,
3161
+ "element_label": "Value",
3162
+ "element_type": "checkbox",
3163
+ "value_name": "show_value_in_labels",
3164
+ },
3165
+ Object {
3166
+ "clickFn": "[Function]",
3167
+ "default_value": false,
3168
+ "element_label": "Show %",
3169
+ "element_type": "checkbox",
3170
+ "value_name": "show_percentage_in_labels",
3171
+ },
3172
+ ],
3173
+ }
3174
+ `;
3175
+
3176
+ exports[`highchartsRenderer.suboptions structure snapshots label_with_percentage structure matches snapshot 1`] = `
3177
+ Object {
3178
+ "category_class": "google-visualization-charteditor-mini-more",
3179
+ "category_label": "Label",
3180
+ "category_type": "label",
3181
+ "elements": Array [
3182
+ Object {
3183
+ "default_value": true,
3184
+ "disabled_fn": "[Function]",
3185
+ "disabled_str": "!{var}.show_out_of_x_axis && !{var}.show_out_of_data_series && !{var}.show_value",
3186
+ "element_label": "Show",
3187
+ "element_type": "toggle",
3188
+ "value_name": "show",
3189
+ },
3190
+ Object {
3191
+ "default_value": false,
3192
+ "element_label": "Overlap",
3193
+ "element_type": "toggle",
3194
+ "value_name": "overlap",
3195
+ },
3196
+ Object {
3197
+ "default_value": false,
3198
+ "element_label": "Vertical",
3199
+ "element_type": "toggle",
3200
+ "showFn": "[Function]",
3201
+ "value_name": "vertical",
3202
+ },
3203
+ Object {
3204
+ "default_value": false,
3205
+ "element_label": "Shadow",
3206
+ "element_type": "toggle",
3207
+ "value_name": "shadow",
3208
+ },
3209
+ Object {
3210
+ "default_value": false,
3211
+ "element_label": "Hide subtotals",
3212
+ "element_type": "toggle",
3213
+ "value_name": "hide_subtotals",
3214
+ },
3215
+ Object {
3216
+ "element_type": "devider",
3217
+ },
3218
+ Object {
3219
+ "element_label": "Label Style",
3220
+ "element_type": "devider",
3221
+ },
3222
+ Object {
3223
+ "default_value": "Poppins",
3224
+ "element_label": "Font style",
3225
+ "element_options": Array [
3226
+ "Arial",
3227
+ "Arial Black",
3228
+ "Comic Sans MS",
3229
+ "Courier New",
3230
+ "Helvetica",
3231
+ "Impact",
3232
+ "Nunito Sans",
3233
+ "Tahoma",
3234
+ "Times New Roman",
3235
+ "Verdana",
3236
+ "Poppins",
3237
+ ],
3238
+ "element_type": "select",
3239
+ "value_name": "font_style",
3240
+ },
3241
+ Object {
3242
+ "default_value": "11",
3243
+ "element_label": "Font size",
3244
+ "element_options": Array [
3245
+ Object {
3246
+ "label": 6,
3247
+ "value": 6,
3248
+ },
3249
+ Object {
3250
+ "label": 7,
3251
+ "value": 7,
3252
+ },
3253
+ Object {
3254
+ "label": 8,
3255
+ "value": 8,
3256
+ },
3257
+ Object {
3258
+ "label": 9,
3259
+ "value": 9,
3260
+ },
3261
+ Object {
3262
+ "label": 10,
3263
+ "value": 10,
3264
+ },
3265
+ Object {
3266
+ "label": 11,
3267
+ "value": 11,
3268
+ },
3269
+ Object {
3270
+ "label": 12,
3271
+ "value": 12,
3272
+ },
3273
+ Object {
3274
+ "label": 13,
3275
+ "value": 13,
3276
+ },
3277
+ Object {
3278
+ "label": 14,
3279
+ "value": 14,
3280
+ },
3281
+ Object {
3282
+ "label": 15,
3283
+ "value": 15,
3284
+ },
3285
+ Object {
3286
+ "label": 16,
3287
+ "value": 16,
3288
+ },
3289
+ Object {
3290
+ "label": 17,
3291
+ "value": 17,
3292
+ },
3293
+ Object {
3294
+ "label": 18,
3295
+ "value": 18,
3296
+ },
3297
+ Object {
3298
+ "label": 19,
3299
+ "value": 19,
3300
+ },
3301
+ Object {
3302
+ "label": 20,
3303
+ "value": 20,
3304
+ },
3305
+ Object {
3306
+ "label": 21,
3307
+ "value": 21,
3308
+ },
3309
+ Object {
3310
+ "label": 22,
3311
+ "value": 22,
3312
+ },
3313
+ Object {
3314
+ "label": 23,
3315
+ "value": 23,
3316
+ },
3317
+ Object {
3318
+ "label": 24,
3319
+ "value": 24,
3320
+ },
3321
+ ],
3322
+ "element_type": "select",
3323
+ "value_name": "font_size",
3324
+ },
3325
+ Object {
3326
+ "default_value": "#151a41",
3327
+ "element_label": "Font Color",
3328
+ "element_type": "color_picker",
3329
+ "value_name": "font_color",
3330
+ },
3331
+ Object {
3332
+ "element_type": "devider",
3333
+ },
3334
+ Object {
3335
+ "clickFn": "[Function]",
3336
+ "default_value": true,
3337
+ "element_label": "Value",
3338
+ "element_type": "checkbox",
3339
+ "value_name": "show_value",
3340
+ },
3341
+ Object {
3342
+ "clickFn": "[Function]",
3343
+ "default_value": false,
3344
+ "element_label": "% Out of [X Axis]",
3345
+ "element_type": "checkbox",
3346
+ "value_name": "show_out_of_x_axis",
3347
+ },
3348
+ Object {
3349
+ "clickFn": "[Function]",
3350
+ "default_value": false,
3351
+ "element_label": "% Out of [Data Series]",
3352
+ "element_type": "checkbox",
3353
+ "value_name": "show_out_of_data_series",
3354
+ },
3355
+ Object {
3356
+ "default_value": false,
3357
+ "element_label": "Show total",
3358
+ "element_type": "checkbox",
3359
+ "value_name": "present_total",
3360
+ },
3361
+ Object {
3362
+ "default_value": false,
3363
+ "element_label": "Show total %",
3364
+ "element_type": "checkbox",
3365
+ "value_name": "show_percentage",
3366
+ },
3367
+ ],
3368
+ }
3369
+ `;
3370
+
3371
+ exports[`highchartsRenderer.suboptions structure snapshots label_with_percentage_percent_stacked structure matches snapshot 1`] = `
3372
+ Object {
3373
+ "category_class": "google-visualization-charteditor-mini-more",
3374
+ "category_label": "Label",
3375
+ "category_type": "label",
3376
+ "elements": Array [
3377
+ Object {
3378
+ "default_value": true,
3379
+ "disabled_fn": "[Function]",
3380
+ "disabled_str": "!{var}.show_out_of_x_axis && !{var}.show_out_of_data_series && !{var}.show_value",
3381
+ "element_label": "Show",
3382
+ "element_type": "toggle",
3383
+ "value_name": "show",
3384
+ },
3385
+ Object {
3386
+ "default_value": false,
3387
+ "element_label": "Overlap",
3388
+ "element_type": "toggle",
3389
+ "value_name": "overlap",
3390
+ },
3391
+ Object {
3392
+ "default_value": false,
3393
+ "element_label": "Vertical",
3394
+ "element_type": "toggle",
3395
+ "showFn": "[Function]",
3396
+ "value_name": "vertical",
3397
+ },
3398
+ Object {
3399
+ "default_value": false,
3400
+ "element_label": "Shadow",
3401
+ "element_type": "toggle",
3402
+ "value_name": "shadow",
3403
+ },
3404
+ Object {
3405
+ "default_value": false,
3406
+ "element_label": "Hide subtotals",
3407
+ "element_type": "toggle",
3408
+ "value_name": "hide_subtotals",
3409
+ },
3410
+ Object {
3411
+ "element_type": "devider",
3412
+ },
3413
+ Object {
3414
+ "element_label": "Label Style",
3415
+ "element_type": "devider",
3416
+ },
3417
+ Object {
3418
+ "default_value": "Poppins",
3419
+ "element_label": "Font style",
3420
+ "element_options": Array [
3421
+ "Arial",
3422
+ "Arial Black",
3423
+ "Comic Sans MS",
3424
+ "Courier New",
3425
+ "Helvetica",
3426
+ "Impact",
3427
+ "Nunito Sans",
3428
+ "Tahoma",
3429
+ "Times New Roman",
3430
+ "Verdana",
3431
+ "Poppins",
3432
+ ],
3433
+ "element_type": "select",
3434
+ "value_name": "font_style",
3435
+ },
3436
+ Object {
3437
+ "default_value": "11",
3438
+ "element_label": "Font size",
3439
+ "element_options": Array [
3440
+ Object {
3441
+ "label": 6,
3442
+ "value": 6,
3443
+ },
3444
+ Object {
3445
+ "label": 7,
3446
+ "value": 7,
3447
+ },
3448
+ Object {
3449
+ "label": 8,
3450
+ "value": 8,
3451
+ },
3452
+ Object {
3453
+ "label": 9,
3454
+ "value": 9,
3455
+ },
3456
+ Object {
3457
+ "label": 10,
3458
+ "value": 10,
3459
+ },
3460
+ Object {
3461
+ "label": 11,
3462
+ "value": 11,
3463
+ },
3464
+ Object {
3465
+ "label": 12,
3466
+ "value": 12,
3467
+ },
3468
+ Object {
3469
+ "label": 13,
3470
+ "value": 13,
3471
+ },
3472
+ Object {
3473
+ "label": 14,
3474
+ "value": 14,
3475
+ },
3476
+ Object {
3477
+ "label": 15,
3478
+ "value": 15,
3479
+ },
3480
+ Object {
3481
+ "label": 16,
3482
+ "value": 16,
3483
+ },
3484
+ Object {
3485
+ "label": 17,
3486
+ "value": 17,
3487
+ },
3488
+ Object {
3489
+ "label": 18,
3490
+ "value": 18,
3491
+ },
3492
+ Object {
3493
+ "label": 19,
3494
+ "value": 19,
3495
+ },
3496
+ Object {
3497
+ "label": 20,
3498
+ "value": 20,
3499
+ },
3500
+ Object {
3501
+ "label": 21,
3502
+ "value": 21,
3503
+ },
3504
+ Object {
3505
+ "label": 22,
3506
+ "value": 22,
3507
+ },
3508
+ Object {
3509
+ "label": 23,
3510
+ "value": 23,
3511
+ },
3512
+ Object {
3513
+ "label": 24,
3514
+ "value": 24,
3515
+ },
3516
+ ],
3517
+ "element_type": "select",
3518
+ "value_name": "font_size",
3519
+ },
3520
+ Object {
3521
+ "default_value": "#151a41",
3522
+ "element_label": "Font Color",
3523
+ "element_type": "color_picker",
3524
+ "value_name": "font_color",
3525
+ },
3526
+ Object {
3527
+ "element_type": "devider",
3528
+ },
3529
+ Object {
3530
+ "clickFn": "[Function]",
3531
+ "default_value": true,
3532
+ "element_label": "Value",
3533
+ "element_type": "checkbox",
3534
+ "value_name": "show_value",
3535
+ },
3536
+ Object {
3537
+ "clickFn": "[Function]",
3538
+ "default_value": false,
3539
+ "element_label": "% Out of [X Axis]",
3540
+ "element_type": "checkbox",
3541
+ "value_name": "show_out_of_x_axis",
3542
+ },
3543
+ Object {
3544
+ "clickFn": "[Function]",
3545
+ "default_value": false,
3546
+ "element_label": "% Out of [Data Series]",
3547
+ "element_type": "checkbox",
3548
+ "value_name": "show_out_of_data_series",
3549
+ },
3550
+ ],
3551
+ }
3552
+ `;
3553
+
3554
+ exports[`highchartsRenderer.suboptions structure snapshots legends structure matches snapshot 1`] = `
3555
+ Object {
3556
+ "category_class": "google-visualization-charteditor-mini-more",
3557
+ "category_label": "Legends",
3558
+ "category_type": "legends_position",
3559
+ "elements": Array [
3560
+ Object {
3561
+ "default_value": "",
3562
+ "element_label": "Position",
3563
+ "element_options": Array [
3564
+ Object {
3565
+ "label": "Top",
3566
+ "value": "top",
3567
+ },
3568
+ Object {
3569
+ "label": "Bottom",
3570
+ "value": "bottom",
3571
+ },
3572
+ Object {
3573
+ "label": "Left",
3574
+ "value": "left",
3575
+ },
3576
+ Object {
3577
+ "label": "Right",
3578
+ "value": "right",
3579
+ },
3580
+ Object {
3581
+ "label": "None",
3582
+ "value": "none",
3583
+ },
3584
+ ],
3585
+ "element_type": "radio",
3586
+ "value_name": "value",
3587
+ },
3588
+ ],
3589
+ }
3590
+ `;
3591
+
3592
+ exports[`highchartsRenderer.suboptions structure snapshots name structure matches snapshot 1`] = `
3593
+ Object {
3594
+ "category_class": "google-visualization-charteditor-mini-more",
3595
+ "category_label": "Name",
3596
+ "category_type": "name",
3597
+ "elements": Array [
3598
+ Object {
3599
+ "default_value": "",
3600
+ "element_label": "Name",
3601
+ "element_type": "input",
3602
+ "value_name": "name",
3603
+ },
3604
+ ],
3605
+ }
3606
+ `;
3607
+
3608
+ exports[`highchartsRenderer.suboptions structure snapshots negative_number_format structure matches snapshot 1`] = `
3609
+ Object {
3610
+ "category_class": "google-visualization-charteditor-mini-more",
3611
+ "category_label": "Negative format",
3612
+ "category_type": "negative_number_format",
3613
+ "elements": Array [
3614
+ Object {
3615
+ "default_value": "",
3616
+ "element_label": "Format",
3617
+ "element_options": Array [
3618
+ Object {
3619
+ "label": "-1234",
3620
+ "value": "",
3621
+ },
3622
+ Object {
3623
+ "label": "(1234)",
3624
+ "value": "brackets",
3625
+ },
3626
+ ],
3627
+ "element_type": "radio",
3628
+ "value_name": "format",
3629
+ },
3630
+ ],
3631
+ }
3632
+ `;
3633
+
3634
+ exports[`highchartsRenderer.suboptions structure snapshots range structure matches snapshot 1`] = `
3635
+ Object {
3636
+ "category_class": "google-visualization-charteditor-mini-more",
3637
+ "category_label": "Range",
3638
+ "category_type": "range",
3639
+ "elements": Array [
3640
+ Object {
3641
+ "default_value": 10,
3642
+ "element_label": "Low %",
3643
+ "element_type": "input",
3644
+ "value_name": "low",
3645
+ "value_type": "number",
3646
+ },
3647
+ Object {
3648
+ "default_value": 50,
3649
+ "element_label": "Medium %",
3650
+ "element_type": "input",
3651
+ "value_name": "medium",
3652
+ "value_type": "number",
3653
+ },
3654
+ Object {
3655
+ "default_value": 90,
3656
+ "element_label": "High %",
3657
+ "element_type": "input",
3658
+ "value_name": "high",
3659
+ "value_type": "number",
3660
+ },
3661
+ Object {
3662
+ "default_value": 1000,
3663
+ "element_label": "Max",
3664
+ "element_type": "input",
3665
+ "value_name": "max",
3666
+ "value_type": "number",
3667
+ },
3668
+ ],
3669
+ }
3670
+ `;
3671
+
3672
+ exports[`highchartsRenderer.suboptions structure snapshots subtitle structure matches snapshot 1`] = `
3673
+ Object {
3674
+ "category_class": "google-visualization-charteditor-mini-more",
3675
+ "category_label": "Subtitle",
3676
+ "category_type": "subtitle",
3677
+ "elements": Array [
3678
+ Object {
3679
+ "default_value": "",
3680
+ "element_label": "Subtitle",
3681
+ "element_type": "input",
3682
+ "value_name": "subtitle",
3683
+ },
3684
+ ],
3685
+ }
3686
+ `;
3687
+
3688
+ exports[`highchartsRenderer.suboptions structure snapshots table_design_options structure matches snapshot 1`] = `
3689
+ Object {
3690
+ "category_class": "google-visualization-charteditor-mini-more",
3691
+ "category_label": "Table design",
3692
+ "category_type": "table_design_options",
3693
+ "elements": Array [
3694
+ Object {
3695
+ "element_label": "Columns",
3696
+ "element_type": "devider",
3697
+ },
3698
+ Object {
3699
+ "default_value": "Poppins",
3700
+ "element_label": "Font style",
3701
+ "element_options": Array [
3702
+ "Arial",
3703
+ "Arial Black",
3704
+ "Comic Sans MS",
3705
+ "Courier New",
3706
+ "Helvetica",
3707
+ "Impact",
3708
+ "Nunito Sans",
3709
+ "Tahoma",
3710
+ "Times New Roman",
3711
+ "Verdana",
3712
+ "Poppins",
3713
+ ],
3714
+ "element_type": "select",
3715
+ "value_name": "columns_font_style",
3716
+ },
3717
+ Object {
3718
+ "default_value": "11",
3719
+ "element_label": "Font size",
3720
+ "element_options": Array [
3721
+ Object {
3722
+ "label": 6,
3723
+ "value": 6,
3724
+ },
3725
+ Object {
3726
+ "label": 7,
3727
+ "value": 7,
3728
+ },
3729
+ Object {
3730
+ "label": 8,
3731
+ "value": 8,
3732
+ },
3733
+ Object {
3734
+ "label": 9,
3735
+ "value": 9,
3736
+ },
3737
+ Object {
3738
+ "label": 10,
3739
+ "value": 10,
3740
+ },
3741
+ Object {
3742
+ "label": 11,
3743
+ "value": 11,
3744
+ },
3745
+ Object {
3746
+ "label": 12,
3747
+ "value": 12,
3748
+ },
3749
+ Object {
3750
+ "label": 13,
3751
+ "value": 13,
3752
+ },
3753
+ Object {
3754
+ "label": 14,
3755
+ "value": 14,
3756
+ },
3757
+ Object {
3758
+ "label": 15,
3759
+ "value": 15,
3760
+ },
3761
+ Object {
3762
+ "label": 16,
3763
+ "value": 16,
3764
+ },
3765
+ Object {
3766
+ "label": 17,
3767
+ "value": 17,
3768
+ },
3769
+ Object {
3770
+ "label": 18,
3771
+ "value": 18,
3772
+ },
3773
+ Object {
3774
+ "label": 19,
3775
+ "value": 19,
3776
+ },
3777
+ Object {
3778
+ "label": 20,
3779
+ "value": 20,
3780
+ },
3781
+ Object {
3782
+ "label": 21,
3783
+ "value": 21,
3784
+ },
3785
+ Object {
3786
+ "label": 22,
3787
+ "value": 22,
3788
+ },
3789
+ Object {
3790
+ "label": 23,
3791
+ "value": 23,
3792
+ },
3793
+ Object {
3794
+ "label": 24,
3795
+ "value": 24,
3796
+ },
3797
+ ],
3798
+ "element_type": "select",
3799
+ "value_name": "columns_font_size",
3800
+ },
3801
+ Object {
3802
+ "default_value": "left",
3803
+ "element_label": "Text alignment",
3804
+ "element_options": Array [
3805
+ Object {
3806
+ "label": "Left",
3807
+ "value": "left",
3808
+ },
3809
+ Object {
3810
+ "label": "Center",
3811
+ "value": "center",
3812
+ },
3813
+ Object {
3814
+ "label": "Right",
3815
+ "value": "right",
3816
+ },
3817
+ ],
3818
+ "element_type": "select",
3819
+ "value_name": "columns_text_alignment",
3820
+ },
3821
+ Object {
3822
+ "element_label": "Rows",
3823
+ "element_type": "devider",
3824
+ },
3825
+ Object {
3826
+ "default_value": "Poppins",
3827
+ "element_label": "Font style",
3828
+ "element_options": Array [
3829
+ "Arial",
3830
+ "Arial Black",
3831
+ "Comic Sans MS",
3832
+ "Courier New",
3833
+ "Helvetica",
3834
+ "Impact",
3835
+ "Nunito Sans",
3836
+ "Tahoma",
3837
+ "Times New Roman",
3838
+ "Verdana",
3839
+ "Poppins",
3840
+ ],
3841
+ "element_type": "select",
3842
+ "value_name": "rows_font_style",
3843
+ },
3844
+ Object {
3845
+ "default_value": "11",
3846
+ "element_label": "Font size",
3847
+ "element_options": Array [
3848
+ Object {
3849
+ "label": 6,
3850
+ "value": 6,
3851
+ },
3852
+ Object {
3853
+ "label": 7,
3854
+ "value": 7,
3855
+ },
3856
+ Object {
3857
+ "label": 8,
3858
+ "value": 8,
3859
+ },
3860
+ Object {
3861
+ "label": 9,
3862
+ "value": 9,
3863
+ },
3864
+ Object {
3865
+ "label": 10,
3866
+ "value": 10,
3867
+ },
3868
+ Object {
3869
+ "label": 11,
3870
+ "value": 11,
3871
+ },
3872
+ Object {
3873
+ "label": 12,
3874
+ "value": 12,
3875
+ },
3876
+ Object {
3877
+ "label": 13,
3878
+ "value": 13,
3879
+ },
3880
+ Object {
3881
+ "label": 14,
3882
+ "value": 14,
3883
+ },
3884
+ Object {
3885
+ "label": 15,
3886
+ "value": 15,
3887
+ },
3888
+ Object {
3889
+ "label": 16,
3890
+ "value": 16,
3891
+ },
3892
+ Object {
3893
+ "label": 17,
3894
+ "value": 17,
3895
+ },
3896
+ Object {
3897
+ "label": 18,
3898
+ "value": 18,
3899
+ },
3900
+ Object {
3901
+ "label": 19,
3902
+ "value": 19,
3903
+ },
3904
+ Object {
3905
+ "label": 20,
3906
+ "value": 20,
3907
+ },
3908
+ Object {
3909
+ "label": 21,
3910
+ "value": 21,
3911
+ },
3912
+ Object {
3913
+ "label": 22,
3914
+ "value": 22,
3915
+ },
3916
+ Object {
3917
+ "label": 23,
3918
+ "value": 23,
3919
+ },
3920
+ Object {
3921
+ "label": 24,
3922
+ "value": 24,
3923
+ },
3924
+ ],
3925
+ "element_type": "select",
3926
+ "value_name": "rows_font_size",
3927
+ },
3928
+ Object {
3929
+ "default_value": "left",
3930
+ "element_label": "Text alignment",
3931
+ "element_options": Array [
3932
+ Object {
3933
+ "label": "Left",
3934
+ "value": "left",
3935
+ },
3936
+ Object {
3937
+ "label": "Center",
3938
+ "value": "center",
3939
+ },
3940
+ Object {
3941
+ "label": "Right",
3942
+ "value": "right",
3943
+ },
3944
+ ],
3945
+ "element_type": "select",
3946
+ "value_name": "rows_text_alignment",
3947
+ },
3948
+ Object {
3949
+ "element_label": "Values",
3950
+ "element_type": "devider",
3951
+ },
3952
+ Object {
3953
+ "default_value": "Poppins",
3954
+ "element_label": "Font style",
3955
+ "element_options": Array [
3956
+ "Arial",
3957
+ "Arial Black",
3958
+ "Comic Sans MS",
3959
+ "Courier New",
3960
+ "Helvetica",
3961
+ "Impact",
3962
+ "Nunito Sans",
3963
+ "Tahoma",
3964
+ "Times New Roman",
3965
+ "Verdana",
3966
+ "Poppins",
3967
+ ],
3968
+ "element_type": "select",
3969
+ "value_name": "values_font_style",
3970
+ },
3971
+ Object {
3972
+ "default_value": "11",
3973
+ "element_label": "Font size",
3974
+ "element_options": Array [
3975
+ Object {
3976
+ "label": 6,
3977
+ "value": 6,
3978
+ },
3979
+ Object {
3980
+ "label": 7,
3981
+ "value": 7,
3982
+ },
3983
+ Object {
3984
+ "label": 8,
3985
+ "value": 8,
3986
+ },
3987
+ Object {
3988
+ "label": 9,
3989
+ "value": 9,
3990
+ },
3991
+ Object {
3992
+ "label": 10,
3993
+ "value": 10,
3994
+ },
3995
+ Object {
3996
+ "label": 11,
3997
+ "value": 11,
3998
+ },
3999
+ Object {
4000
+ "label": 12,
4001
+ "value": 12,
4002
+ },
4003
+ Object {
4004
+ "label": 13,
4005
+ "value": 13,
4006
+ },
4007
+ Object {
4008
+ "label": 14,
4009
+ "value": 14,
4010
+ },
4011
+ Object {
4012
+ "label": 15,
4013
+ "value": 15,
4014
+ },
4015
+ Object {
4016
+ "label": 16,
4017
+ "value": 16,
4018
+ },
4019
+ Object {
4020
+ "label": 17,
4021
+ "value": 17,
4022
+ },
4023
+ Object {
4024
+ "label": 18,
4025
+ "value": 18,
4026
+ },
4027
+ Object {
4028
+ "label": 19,
4029
+ "value": 19,
4030
+ },
4031
+ Object {
4032
+ "label": 20,
4033
+ "value": 20,
4034
+ },
4035
+ Object {
4036
+ "label": 21,
4037
+ "value": 21,
4038
+ },
4039
+ Object {
4040
+ "label": 22,
4041
+ "value": 22,
4042
+ },
4043
+ Object {
4044
+ "label": 23,
4045
+ "value": 23,
4046
+ },
4047
+ Object {
4048
+ "label": 24,
4049
+ "value": 24,
4050
+ },
4051
+ ],
4052
+ "element_type": "select",
4053
+ "value_name": "values_font_size",
4054
+ },
4055
+ Object {
4056
+ "default_value": "right",
4057
+ "element_label": "Text alignment",
4058
+ "element_options": Array [
4059
+ Object {
4060
+ "label": "Left",
4061
+ "value": "left",
4062
+ },
4063
+ Object {
4064
+ "label": "Center",
4065
+ "value": "center",
4066
+ },
4067
+ Object {
4068
+ "label": "Right",
4069
+ "value": "right",
4070
+ },
4071
+ ],
4072
+ "element_type": "select",
4073
+ "value_name": "values_text_alignment",
4074
+ },
4075
+ Object {
4076
+ "element_label": "Subtotals",
4077
+ "element_type": "devider",
4078
+ },
4079
+ Object {
4080
+ "default_value": "Poppins",
4081
+ "element_label": "Font style",
4082
+ "element_options": Array [
4083
+ "Arial",
4084
+ "Arial Black",
4085
+ "Comic Sans MS",
4086
+ "Courier New",
4087
+ "Helvetica",
4088
+ "Impact",
4089
+ "Nunito Sans",
4090
+ "Tahoma",
4091
+ "Times New Roman",
4092
+ "Verdana",
4093
+ "Poppins",
4094
+ ],
4095
+ "element_type": "select",
4096
+ "value_name": "subtotals_font_style",
4097
+ },
4098
+ Object {
4099
+ "default_value": "11",
4100
+ "element_label": "Font size",
4101
+ "element_options": Array [
4102
+ Object {
4103
+ "label": 6,
4104
+ "value": 6,
4105
+ },
4106
+ Object {
4107
+ "label": 7,
4108
+ "value": 7,
4109
+ },
4110
+ Object {
4111
+ "label": 8,
4112
+ "value": 8,
4113
+ },
4114
+ Object {
4115
+ "label": 9,
4116
+ "value": 9,
4117
+ },
4118
+ Object {
4119
+ "label": 10,
4120
+ "value": 10,
4121
+ },
4122
+ Object {
4123
+ "label": 11,
4124
+ "value": 11,
4125
+ },
4126
+ Object {
4127
+ "label": 12,
4128
+ "value": 12,
4129
+ },
4130
+ Object {
4131
+ "label": 13,
4132
+ "value": 13,
4133
+ },
4134
+ Object {
4135
+ "label": 14,
4136
+ "value": 14,
4137
+ },
4138
+ Object {
4139
+ "label": 15,
4140
+ "value": 15,
4141
+ },
4142
+ Object {
4143
+ "label": 16,
4144
+ "value": 16,
4145
+ },
4146
+ Object {
4147
+ "label": 17,
4148
+ "value": 17,
4149
+ },
4150
+ Object {
4151
+ "label": 18,
4152
+ "value": 18,
4153
+ },
4154
+ Object {
4155
+ "label": 19,
4156
+ "value": 19,
4157
+ },
4158
+ Object {
4159
+ "label": 20,
4160
+ "value": 20,
4161
+ },
4162
+ Object {
4163
+ "label": 21,
4164
+ "value": 21,
4165
+ },
4166
+ Object {
4167
+ "label": 22,
4168
+ "value": 22,
4169
+ },
4170
+ Object {
4171
+ "label": 23,
4172
+ "value": 23,
4173
+ },
4174
+ Object {
4175
+ "label": 24,
4176
+ "value": 24,
4177
+ },
4178
+ ],
4179
+ "element_type": "select",
4180
+ "value_name": "subtotals_font_size",
4181
+ },
4182
+ Object {
4183
+ "default_value": "right",
4184
+ "element_label": "Text alignment",
4185
+ "element_options": Array [
4186
+ Object {
4187
+ "label": "Left",
4188
+ "value": "left",
4189
+ },
4190
+ Object {
4191
+ "label": "Center",
4192
+ "value": "center",
4193
+ },
4194
+ Object {
4195
+ "label": "Right",
4196
+ "value": "right",
4197
+ },
4198
+ ],
4199
+ "element_type": "select",
4200
+ "value_name": "subtotals_text_alignment",
4201
+ },
4202
+ ],
4203
+ }
4204
+ `;
4205
+
4206
+ exports[`highchartsRenderer.suboptions structure snapshots table_options structure matches snapshot 1`] = `
4207
+ Object {
4208
+ "category_class": "google-visualization-charteditor-mini-more",
4209
+ "category_label": "Table",
4210
+ "category_type": "table_options",
4211
+ "elements": Array [
4212
+ Object {
4213
+ "default_value": 0,
4214
+ "element_label": "Colors offset",
4215
+ "element_type": "input",
4216
+ "value_name": "table_colors_offset",
4217
+ },
4218
+ Object {
4219
+ "default_value": true,
4220
+ "element_label": "Column totals",
4221
+ "element_type": "checkbox",
4222
+ "value_name": "show_column_total",
4223
+ },
4224
+ Object {
4225
+ "default_value": true,
4226
+ "element_label": "Row totals",
4227
+ "element_type": "checkbox",
4228
+ "value_name": "show_row_total",
4229
+ },
4230
+ Object {
4231
+ "default_value": false,
4232
+ "element_label": "Subtotals for columns",
4233
+ "element_type": "checkbox",
4234
+ "value_name": "show_subtotals_for_columns",
4235
+ },
4236
+ Object {
4237
+ "default_value": false,
4238
+ "element_label": "Subtotals for rows",
4239
+ "element_type": "checkbox",
4240
+ "value_name": "show_subtotals_for_rows",
4241
+ },
4242
+ Object {
4243
+ "default_value": false,
4244
+ "element_label": "Subtotals in brackets",
4245
+ "element_type": "checkbox",
4246
+ "value_name": "show_subtotals_in_brackets",
4247
+ },
4248
+ Object {
4249
+ "default_value": false,
4250
+ "element_label": "Transpose",
4251
+ "element_type": "checkbox",
4252
+ "value_name": "transpose_table",
4253
+ },
4254
+ Object {
4255
+ "default_value": false,
4256
+ "element_label": "Start collapsed rows <small>(old table only)</small>",
4257
+ "element_type": "checkbox",
4258
+ "value_name": "start_collapsed_rows",
4259
+ },
4260
+ Object {
4261
+ "default_value": false,
4262
+ "element_label": "Start collapsed columns <small>(old table only)</small>",
4263
+ "element_type": "checkbox",
4264
+ "value_name": "start_collapsed_columns",
4265
+ },
4266
+ Object {
4267
+ "default_value": true,
4268
+ "element_label": "Colorize headers",
4269
+ "element_type": "checkbox",
4270
+ "value_name": "colorize_headers",
4271
+ },
4272
+ Object {
4273
+ "default_value": true,
4274
+ "element_label": "Remove underscores",
4275
+ "element_type": "checkbox",
4276
+ "value_name": "remove_underscores",
4277
+ },
4278
+ Object {
4279
+ "default_value": false,
4280
+ "element_label": "Use big data table",
4281
+ "element_type": "checkbox",
4282
+ "value_name": "use_handsOnTable",
4283
+ },
4284
+ Object {
4285
+ "default_value": true,
4286
+ "element_label": "Use new table design",
4287
+ "element_type": "checkbox",
4288
+ "value_name": "use_new_table_design",
4289
+ },
4290
+ Object {
4291
+ "default_value": true,
4292
+ "element_label": "Null values appear as blank",
4293
+ "element_type": "checkbox",
4294
+ "value_name": "hide_nulls_in_headers",
4295
+ },
4296
+ Object {
4297
+ "default_value": false,
4298
+ "element_label": "Show All",
4299
+ "element_type": "checkbox",
4300
+ "value_name": "show_all",
4301
+ },
4302
+ Object {
4303
+ "default_value": false,
4304
+ "element_label": "Freeze panes <small>(old table only)</small>",
4305
+ "element_type": "checkbox",
4306
+ "value_name": "freeze_panes",
4307
+ },
4308
+ Object {
4309
+ "default_value": false,
4310
+ "element_label": "Eliminate grand totals for calculated values",
4311
+ "element_type": "checkbox",
4312
+ "value_name": "eliminate_calc_totals",
4313
+ },
4314
+ ],
4315
+ }
4316
+ `;
4317
+
4318
+ exports[`highchartsRenderer.suboptions structure snapshots table_options_gauge structure matches snapshot 1`] = `
4319
+ Object {
4320
+ "category_class": "google-visualization-charteditor-mini-more",
4321
+ "category_label": "Table",
4322
+ "category_type": "table_options",
4323
+ "elements": Array [
4324
+ Object {
4325
+ "default_value": 0,
4326
+ "element_label": "Colors offset",
4327
+ "element_type": "input",
4328
+ "value_name": "table_colors_offset",
4329
+ },
4330
+ Object {
4331
+ "default_value": true,
4332
+ "element_label": "Column totals",
4333
+ "element_type": "checkbox",
4334
+ "value_name": "show_column_total",
4335
+ },
4336
+ ],
4337
+ }
4338
+ `;
4339
+
4340
+ exports[`highchartsRenderer.suboptions structure snapshots table_options_transpose structure matches snapshot 1`] = `
4341
+ Object {
4342
+ "category_class": "google-visualization-charteditor-mini-more",
4343
+ "category_label": "Table",
4344
+ "category_type": "table_options",
4345
+ "elements": Array [
4346
+ Object {
4347
+ "default_value": 0,
4348
+ "element_label": "Colors offset",
4349
+ "element_type": "input",
4350
+ "value_name": "table_colors_offset",
4351
+ },
4352
+ Object {
4353
+ "default_value": true,
4354
+ "element_label": "Column totals",
4355
+ "element_type": "checkbox",
4356
+ "value_name": "show_column_total",
4357
+ },
4358
+ Object {
4359
+ "default_value": true,
4360
+ "element_label": "Row totals",
4361
+ "element_type": "checkbox",
4362
+ "value_name": "show_row_total",
4363
+ },
4364
+ Object {
4365
+ "default_value": false,
4366
+ "element_label": "Subtotals for columns",
4367
+ "element_type": "checkbox",
4368
+ "value_name": "show_subtotals_for_columns",
4369
+ },
4370
+ Object {
4371
+ "default_value": false,
4372
+ "element_label": "Subtotals for rows",
4373
+ "element_type": "checkbox",
4374
+ "value_name": "show_subtotals_for_rows",
4375
+ },
4376
+ Object {
4377
+ "default_value": false,
4378
+ "element_label": "Subtotals in brackets",
4379
+ "element_type": "checkbox",
4380
+ "value_name": "show_subtotals_in_brackets",
4381
+ },
4382
+ Object {
4383
+ "default_value": true,
4384
+ "element_label": "Transpose",
4385
+ "element_type": "checkbox",
4386
+ "value_name": "transpose_table",
4387
+ },
4388
+ Object {
4389
+ "default_value": false,
4390
+ "element_label": "Start collapsed rows <small>(old table only)</small>",
4391
+ "element_type": "checkbox",
4392
+ "value_name": "start_collapsed_rows",
4393
+ },
4394
+ Object {
4395
+ "default_value": false,
4396
+ "element_label": "Start collapsed columns <small>(old table only)</small>",
4397
+ "element_type": "checkbox",
4398
+ "value_name": "start_collapsed_columns",
4399
+ },
4400
+ Object {
4401
+ "default_value": true,
4402
+ "element_label": "Colorize headers",
4403
+ "element_type": "checkbox",
4404
+ "value_name": "colorize_headers",
4405
+ },
4406
+ Object {
4407
+ "default_value": true,
4408
+ "element_label": "Remove underscores",
4409
+ "element_type": "checkbox",
4410
+ "value_name": "remove_underscores",
4411
+ },
4412
+ Object {
4413
+ "default_value": false,
4414
+ "element_label": "Use big data table",
4415
+ "element_type": "checkbox",
4416
+ "value_name": "use_handsOnTable",
4417
+ },
4418
+ Object {
4419
+ "default_value": true,
4420
+ "element_label": "Use new table design",
4421
+ "element_type": "checkbox",
4422
+ "value_name": "use_new_table_design",
4423
+ },
4424
+ Object {
4425
+ "default_value": true,
4426
+ "element_label": "Null values appear as blank",
4427
+ "element_type": "checkbox",
4428
+ "value_name": "hide_nulls_in_headers",
4429
+ },
4430
+ Object {
4431
+ "default_value": false,
4432
+ "element_label": "Show All",
4433
+ "element_type": "checkbox",
4434
+ "value_name": "show_all",
4435
+ },
4436
+ Object {
4437
+ "default_value": false,
4438
+ "element_label": "Freeze panes <small>(old table only)</small>",
4439
+ "element_type": "checkbox",
4440
+ "value_name": "freeze_panes",
4441
+ },
4442
+ Object {
4443
+ "default_value": false,
4444
+ "element_label": "Eliminate grand totals for calculated values",
4445
+ "element_type": "checkbox",
4446
+ "value_name": "eliminate_calc_totals",
4447
+ },
4448
+ Object {
4449
+ "default_value": false,
4450
+ "disabled_fn": "[Function]",
4451
+ "element_label": "Show data in dashboard if more than 1000 rows",
4452
+ "element_type": "checkbox",
4453
+ "showFn": "[Function]",
4454
+ "value_name": "show_more_than_thousand_rows",
4455
+ },
4456
+ ],
4457
+ }
4458
+ `;
4459
+
4460
+ exports[`highchartsRenderer.suboptions structure snapshots ticks structure matches snapshot 1`] = `
4461
+ Object {
4462
+ "category_class": "google-visualization-charteditor-mini-more",
4463
+ "category_label": "Ticks",
4464
+ "category_type": "ticks",
4465
+ "elements": Array [
4466
+ Object {
4467
+ "default_value": true,
4468
+ "element_label": "Show",
4469
+ "element_type": "checkbox",
4470
+ "value_name": "show",
4471
+ },
4472
+ ],
4473
+ }
4474
+ `;
4475
+
4476
+ exports[`highchartsRenderer.suboptions structure snapshots tooltips structure matches snapshot 1`] = `
4477
+ Object {
4478
+ "category_class": "google-visualization-charteditor-mini-more",
4479
+ "category_label": "Tooltip",
4480
+ "category_type": "tooltips",
4481
+ "elements": Array [
4482
+ Object {
4483
+ "default_value": true,
4484
+ "disabled_fn": "[Function]",
4485
+ "disabled_str": "!{var}.show_out_of_x_axis && !{var}.show_out_of_data_series && !{var}.show_value && !{var}.show_x_axis && !{var}.show_data_series",
4486
+ "element_label": "Show",
4487
+ "element_type": "toggle",
4488
+ "value_name": "show",
4489
+ },
4490
+ Object {
4491
+ "element_type": "devider",
4492
+ },
4493
+ Object {
4494
+ "element_label": "Tooltip Style",
4495
+ "element_type": "devider",
4496
+ },
4497
+ Object {
4498
+ "default_value": "Poppins",
4499
+ "element_label": "Font style",
4500
+ "element_options": Array [
4501
+ "Arial",
4502
+ "Arial Black",
4503
+ "Comic Sans MS",
4504
+ "Courier New",
4505
+ "Helvetica",
4506
+ "Impact",
4507
+ "Nunito Sans",
4508
+ "Tahoma",
4509
+ "Times New Roman",
4510
+ "Verdana",
4511
+ "Poppins",
4512
+ ],
4513
+ "element_type": "select",
4514
+ "value_name": "font_style",
4515
+ },
4516
+ Object {
4517
+ "default_value": "12",
4518
+ "element_label": "Font size",
4519
+ "element_options": Array [
4520
+ Object {
4521
+ "label": 6,
4522
+ "value": 6,
4523
+ },
4524
+ Object {
4525
+ "label": 7,
4526
+ "value": 7,
4527
+ },
4528
+ Object {
4529
+ "label": 8,
4530
+ "value": 8,
4531
+ },
4532
+ Object {
4533
+ "label": 9,
4534
+ "value": 9,
4535
+ },
4536
+ Object {
4537
+ "label": 10,
4538
+ "value": 10,
4539
+ },
4540
+ Object {
4541
+ "label": 11,
4542
+ "value": 11,
4543
+ },
4544
+ Object {
4545
+ "label": 12,
4546
+ "value": 12,
4547
+ },
4548
+ Object {
4549
+ "label": 13,
4550
+ "value": 13,
4551
+ },
4552
+ Object {
4553
+ "label": 14,
4554
+ "value": 14,
4555
+ },
4556
+ Object {
4557
+ "label": 15,
4558
+ "value": 15,
4559
+ },
4560
+ Object {
4561
+ "label": 16,
4562
+ "value": 16,
4563
+ },
4564
+ Object {
4565
+ "label": 17,
4566
+ "value": 17,
4567
+ },
4568
+ Object {
4569
+ "label": 18,
4570
+ "value": 18,
4571
+ },
4572
+ Object {
4573
+ "label": 19,
4574
+ "value": 19,
4575
+ },
4576
+ Object {
4577
+ "label": 20,
4578
+ "value": 20,
4579
+ },
4580
+ Object {
4581
+ "label": 21,
4582
+ "value": 21,
4583
+ },
4584
+ Object {
4585
+ "label": 22,
4586
+ "value": 22,
4587
+ },
4588
+ Object {
4589
+ "label": 23,
4590
+ "value": 23,
4591
+ },
4592
+ Object {
4593
+ "label": 24,
4594
+ "value": 24,
4595
+ },
4596
+ ],
4597
+ "element_type": "select",
4598
+ "value_name": "font_size",
4599
+ },
4600
+ Object {
4601
+ "default_value": "#545a6b",
4602
+ "element_label": "Font Color",
4603
+ "element_type": "color_picker",
4604
+ "value_name": "font_color",
4605
+ },
4606
+ Object {
4607
+ "element_type": "devider",
4608
+ },
4609
+ Object {
4610
+ "clickFn": "[Function]",
4611
+ "default_value": true,
4612
+ "element_label": "[X Axis]",
4613
+ "element_type": "checkbox",
4614
+ "value_name": "show_x_axis",
4615
+ },
4616
+ Object {
4617
+ "clickFn": "[Function]",
4618
+ "default_value": true,
4619
+ "element_label": "[Data Series]",
4620
+ "element_type": "checkbox",
4621
+ "value_name": "show_data_series",
4622
+ },
4623
+ Object {
4624
+ "clickFn": "[Function]",
4625
+ "default_value": true,
4626
+ "element_label": "Value",
4627
+ "element_type": "checkbox",
4628
+ "value_name": "show_value",
4629
+ },
4630
+ Object {
4631
+ "clickFn": "[Function]",
4632
+ "default_value": false,
4633
+ "element_label": "% Out of [X Axis]",
4634
+ "element_type": "checkbox",
4635
+ "value_name": "show_out_of_x_axis",
4636
+ },
4637
+ Object {
4638
+ "clickFn": "[Function]",
4639
+ "default_value": false,
4640
+ "element_label": "% Out of [Data Series]",
4641
+ "element_type": "checkbox",
4642
+ "value_name": "show_out_of_data_series",
4643
+ },
4644
+ ],
4645
+ }
4646
+ `;
4647
+
4648
+ exports[`highchartsRenderer.suboptions structure snapshots tooltips_gauge structure matches snapshot 1`] = `
4649
+ Object {
4650
+ "category_class": "google-visualization-charteditor-mini-more",
4651
+ "category_label": "Tooltip",
4652
+ "category_type": "tooltips",
4653
+ "elements": Array [
4654
+ Object {
4655
+ "default_value": true,
4656
+ "element_label": "Show",
4657
+ "element_type": "toggle",
4658
+ "value_name": "show",
4659
+ },
4660
+ Object {
4661
+ "element_type": "devider",
4662
+ },
4663
+ Object {
4664
+ "element_label": "Tooltip Style",
4665
+ "element_type": "devider",
4666
+ },
4667
+ Object {
4668
+ "default_value": "Poppins",
4669
+ "element_label": "Font style",
4670
+ "element_options": Array [
4671
+ "Arial",
4672
+ "Arial Black",
4673
+ "Comic Sans MS",
4674
+ "Courier New",
4675
+ "Helvetica",
4676
+ "Impact",
4677
+ "Nunito Sans",
4678
+ "Tahoma",
4679
+ "Times New Roman",
4680
+ "Verdana",
4681
+ "Poppins",
4682
+ ],
4683
+ "element_type": "select",
4684
+ "value_name": "font_style",
4685
+ },
4686
+ Object {
4687
+ "default_value": "12",
4688
+ "element_label": "Font size",
4689
+ "element_options": Array [
4690
+ Object {
4691
+ "label": 6,
4692
+ "value": 6,
4693
+ },
4694
+ Object {
4695
+ "label": 7,
4696
+ "value": 7,
4697
+ },
4698
+ Object {
4699
+ "label": 8,
4700
+ "value": 8,
4701
+ },
4702
+ Object {
4703
+ "label": 9,
4704
+ "value": 9,
4705
+ },
4706
+ Object {
4707
+ "label": 10,
4708
+ "value": 10,
4709
+ },
4710
+ Object {
4711
+ "label": 11,
4712
+ "value": 11,
4713
+ },
4714
+ Object {
4715
+ "label": 12,
4716
+ "value": 12,
4717
+ },
4718
+ Object {
4719
+ "label": 13,
4720
+ "value": 13,
4721
+ },
4722
+ Object {
4723
+ "label": 14,
4724
+ "value": 14,
4725
+ },
4726
+ Object {
4727
+ "label": 15,
4728
+ "value": 15,
4729
+ },
4730
+ Object {
4731
+ "label": 16,
4732
+ "value": 16,
4733
+ },
4734
+ Object {
4735
+ "label": 17,
4736
+ "value": 17,
4737
+ },
4738
+ Object {
4739
+ "label": 18,
4740
+ "value": 18,
4741
+ },
4742
+ Object {
4743
+ "label": 19,
4744
+ "value": 19,
4745
+ },
4746
+ Object {
4747
+ "label": 20,
4748
+ "value": 20,
4749
+ },
4750
+ Object {
4751
+ "label": 21,
4752
+ "value": 21,
4753
+ },
4754
+ Object {
4755
+ "label": 22,
4756
+ "value": 22,
4757
+ },
4758
+ Object {
4759
+ "label": 23,
4760
+ "value": 23,
4761
+ },
4762
+ Object {
4763
+ "label": 24,
4764
+ "value": 24,
4765
+ },
4766
+ ],
4767
+ "element_type": "select",
4768
+ "value_name": "font_size",
4769
+ },
4770
+ Object {
4771
+ "default_value": "#545a6b",
4772
+ "element_label": "Font Color",
4773
+ "element_type": "color_picker",
4774
+ "value_name": "font_color",
4775
+ },
4776
+ ],
4777
+ }
4778
+ `;
4779
+
4780
+ exports[`highchartsRenderer.suboptions structure snapshots tooltips_pie structure matches snapshot 1`] = `
4781
+ Object {
4782
+ "category_class": "google-visualization-charteditor-mini-more",
4783
+ "category_label": "Tooltip",
4784
+ "category_type": "tooltips",
4785
+ "elements": Array [
4786
+ Object {
4787
+ "default_value": true,
4788
+ "disabled_fn": "[Function]",
4789
+ "disabled_str": "!{var}.show_percentage && !{var}.show_value",
4790
+ "element_label": "Show",
4791
+ "element_type": "toggle",
4792
+ "value_name": "show",
4793
+ },
4794
+ Object {
4795
+ "element_type": "devider",
4796
+ },
4797
+ Object {
4798
+ "element_label": "Tooltip Style",
4799
+ "element_type": "devider",
4800
+ },
4801
+ Object {
4802
+ "default_value": "Poppins",
4803
+ "element_label": "Font style",
4804
+ "element_options": Array [
4805
+ "Arial",
4806
+ "Arial Black",
4807
+ "Comic Sans MS",
4808
+ "Courier New",
4809
+ "Helvetica",
4810
+ "Impact",
4811
+ "Nunito Sans",
4812
+ "Tahoma",
4813
+ "Times New Roman",
4814
+ "Verdana",
4815
+ "Poppins",
4816
+ ],
4817
+ "element_type": "select",
4818
+ "value_name": "font_style",
4819
+ },
4820
+ Object {
4821
+ "default_value": "12",
4822
+ "element_label": "Font size",
4823
+ "element_options": Array [
4824
+ Object {
4825
+ "label": 6,
4826
+ "value": 6,
4827
+ },
4828
+ Object {
4829
+ "label": 7,
4830
+ "value": 7,
4831
+ },
4832
+ Object {
4833
+ "label": 8,
4834
+ "value": 8,
4835
+ },
4836
+ Object {
4837
+ "label": 9,
4838
+ "value": 9,
4839
+ },
4840
+ Object {
4841
+ "label": 10,
4842
+ "value": 10,
4843
+ },
4844
+ Object {
4845
+ "label": 11,
4846
+ "value": 11,
4847
+ },
4848
+ Object {
4849
+ "label": 12,
4850
+ "value": 12,
4851
+ },
4852
+ Object {
4853
+ "label": 13,
4854
+ "value": 13,
4855
+ },
4856
+ Object {
4857
+ "label": 14,
4858
+ "value": 14,
4859
+ },
4860
+ Object {
4861
+ "label": 15,
4862
+ "value": 15,
4863
+ },
4864
+ Object {
4865
+ "label": 16,
4866
+ "value": 16,
4867
+ },
4868
+ Object {
4869
+ "label": 17,
4870
+ "value": 17,
4871
+ },
4872
+ Object {
4873
+ "label": 18,
4874
+ "value": 18,
4875
+ },
4876
+ Object {
4877
+ "label": 19,
4878
+ "value": 19,
4879
+ },
4880
+ Object {
4881
+ "label": 20,
4882
+ "value": 20,
4883
+ },
4884
+ Object {
4885
+ "label": 21,
4886
+ "value": 21,
4887
+ },
4888
+ Object {
4889
+ "label": 22,
4890
+ "value": 22,
4891
+ },
4892
+ Object {
4893
+ "label": 23,
4894
+ "value": 23,
4895
+ },
4896
+ Object {
4897
+ "label": 24,
4898
+ "value": 24,
4899
+ },
4900
+ ],
4901
+ "element_type": "select",
4902
+ "value_name": "font_size",
4903
+ },
4904
+ Object {
4905
+ "default_value": "#545a6b",
4906
+ "element_label": "Font Color",
4907
+ "element_type": "color_picker",
4908
+ "value_name": "font_color",
4909
+ },
4910
+ Object {
4911
+ "element_type": "devider",
4912
+ },
4913
+ Object {
4914
+ "clickFn": "[Function]",
4915
+ "default_value": true,
4916
+ "element_label": "Value",
4917
+ "element_type": "checkbox",
4918
+ "value_name": "show_value",
4919
+ },
4920
+ Object {
4921
+ "clickFn": "[Function]",
4922
+ "default_value": false,
4923
+ "element_label": "Show %",
4924
+ "element_type": "checkbox",
4925
+ "value_name": "show_percentage",
4926
+ },
4927
+ ],
4928
+ }
4929
+ `;
4930
+
4931
+ exports[`highchartsRenderer.suboptions structure snapshots total_value_label_donut structure matches snapshot 1`] = `
4932
+ Object {
4933
+ "category_class": "google-visualization-charteditor-mini-more",
4934
+ "category_label": "Total Value Label",
4935
+ "category_type": "total_value_label",
4936
+ "elements": Array [
4937
+ Object {
4938
+ "default_value": "Total",
4939
+ "element_label": "Total value label text for donut chart",
4940
+ "element_type": "input",
4941
+ "value_name": "total_value_label_text",
4942
+ },
4943
+ ],
4944
+ }
4945
+ `;
4946
+
4947
+ exports[`highchartsRenderer.suboptions structure snapshots value structure matches snapshot 1`] = `
4948
+ Object {
4949
+ "category_class": "google-visualization-charteditor-mini-more",
4950
+ "category_label": "Value",
4951
+ "category_type": "value",
4952
+ "elements": Array [
4953
+ Object {
4954
+ "default_value": "Sum",
4955
+ "element_label": "Aggregated",
4956
+ "element_options": Array [
4957
+ Object {
4958
+ "label": "Avg",
4959
+ "value": "Avg",
4960
+ },
4961
+ Object {
4962
+ "label": "Max",
4963
+ "value": "Max",
4964
+ },
4965
+ Object {
4966
+ "label": "Min",
4967
+ "value": "Min",
4968
+ },
4969
+ Object {
4970
+ "label": "Sum",
4971
+ "value": "Sum",
4972
+ },
4973
+ Object {
4974
+ "label": "Unique",
4975
+ "value": "Unique",
4976
+ },
4977
+ ],
4978
+ "element_type": "radio",
4979
+ "value_name": "value",
4980
+ },
4981
+ ],
4982
+ }
4983
+ `;
4984
+
4985
+ exports[`highchartsRenderer.suboptions structure snapshots widget_library structure matches snapshot 1`] = `
4986
+ Object {
4987
+ "category_class": "google-visualization-charteditor-mini-more",
4988
+ "category_label": "Widget Library",
4989
+ "category_type": "widget_library",
4990
+ "elements": Array [
4991
+ Object {
4992
+ "default_value": "",
4993
+ "element_label": "Category",
4994
+ "element_type": "input",
4995
+ "value_name": "categories",
4996
+ },
4997
+ Object {
4998
+ "default_value": "",
4999
+ "element_label": "Description",
5000
+ "element_type": "textarea",
5001
+ "value_name": "description",
5002
+ },
5003
+ Object {
5004
+ "default_value": Array [],
5005
+ "element_label": "Labels",
5006
+ "element_options": Object {
5007
+ "add_new_tag": true,
5008
+ "multiple": true,
5009
+ "searchable": true,
5010
+ },
5011
+ "element_type": "tag",
5012
+ "value_name": "tags",
5013
+ },
5014
+ ],
5015
+ "is_hidden": true,
5016
+ }
5017
+ `;