@datarailsshared/dr_renderer 1.2.107 → 1.2.108
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.
- package/package.json +1 -1
- package/src/highcharts_renderer.js +30 -0
package/package.json
CHANGED
|
@@ -5582,6 +5582,17 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
5582
5582
|
default_value: ''
|
|
5583
5583
|
}]
|
|
5584
5584
|
},
|
|
5585
|
+
'description': {
|
|
5586
|
+
category_class: 'google-visualization-charteditor-mini-more',
|
|
5587
|
+
category_label: 'Description',
|
|
5588
|
+
category_type: 'description',
|
|
5589
|
+
elements: [{
|
|
5590
|
+
element_type: 'textarea',
|
|
5591
|
+
value_name: 'description',
|
|
5592
|
+
element_label: 'Widget Description',
|
|
5593
|
+
default_value: ''
|
|
5594
|
+
}]
|
|
5595
|
+
},
|
|
5585
5596
|
'chart': {
|
|
5586
5597
|
category_class: 'google-visualization-charteditor-mini-more',
|
|
5587
5598
|
category_label: 'Chart',
|
|
@@ -6302,6 +6313,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6302
6313
|
highchartsRenderer.suboptions["tooltips"],
|
|
6303
6314
|
highchartsRenderer.suboptions["label"],
|
|
6304
6315
|
highchartsRenderer.suboptions["subtitle"],
|
|
6316
|
+
highchartsRenderer.suboptions["description"],
|
|
6305
6317
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6306
6318
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6307
6319
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6325,6 +6337,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6325
6337
|
highchartsRenderer.suboptions["tooltips"],
|
|
6326
6338
|
highchartsRenderer.suboptions["label"],
|
|
6327
6339
|
highchartsRenderer.suboptions["subtitle"],
|
|
6340
|
+
highchartsRenderer.suboptions["description"],
|
|
6328
6341
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6329
6342
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6330
6343
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6347,6 +6360,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6347
6360
|
highchartsRenderer.suboptions["tooltips"],
|
|
6348
6361
|
highchartsRenderer.suboptions["label"],
|
|
6349
6362
|
highchartsRenderer.suboptions["subtitle"],
|
|
6363
|
+
highchartsRenderer.suboptions["description"],
|
|
6350
6364
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6351
6365
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6352
6366
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6375,6 +6389,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6375
6389
|
highchartsRenderer.suboptions["tooltips"],
|
|
6376
6390
|
highchartsRenderer.suboptions["label"],
|
|
6377
6391
|
highchartsRenderer.suboptions["subtitle"],
|
|
6392
|
+
highchartsRenderer.suboptions["description"],
|
|
6378
6393
|
highchartsRenderer.suboptions["table_options"],
|
|
6379
6394
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6380
6395
|
highchartsRenderer.suboptions["chart"],
|
|
@@ -6397,6 +6412,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6397
6412
|
highchartsRenderer.suboptions["tooltips"],
|
|
6398
6413
|
highchartsRenderer.suboptions["label_with_percentage"],
|
|
6399
6414
|
highchartsRenderer.suboptions["subtitle"],
|
|
6415
|
+
highchartsRenderer.suboptions["description"],
|
|
6400
6416
|
highchartsRenderer.suboptions["table_options"],
|
|
6401
6417
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6402
6418
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6424,6 +6440,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6424
6440
|
highchartsRenderer.suboptions["tooltips"],
|
|
6425
6441
|
highchartsRenderer.suboptions["label"],
|
|
6426
6442
|
highchartsRenderer.suboptions["subtitle"],
|
|
6443
|
+
highchartsRenderer.suboptions["description"],
|
|
6427
6444
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6428
6445
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6429
6446
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6446,6 +6463,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6446
6463
|
highchartsRenderer.suboptions["tooltips"],
|
|
6447
6464
|
highchartsRenderer.suboptions["label"],
|
|
6448
6465
|
highchartsRenderer.suboptions["subtitle"],
|
|
6466
|
+
highchartsRenderer.suboptions["description"],
|
|
6449
6467
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6450
6468
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6451
6469
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6466,6 +6484,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6466
6484
|
highchartsRenderer.suboptions["tooltips"],
|
|
6467
6485
|
highchartsRenderer.suboptions["label"],
|
|
6468
6486
|
highchartsRenderer.suboptions["subtitle"],
|
|
6487
|
+
highchartsRenderer.suboptions["description"],
|
|
6469
6488
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6470
6489
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6471
6490
|
highchartsRenderer.suboptions["negative_number_format"],
|
|
@@ -6494,6 +6513,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6494
6513
|
highchartsRenderer.suboptions["tooltips"],
|
|
6495
6514
|
highchartsRenderer.suboptions["label"],
|
|
6496
6515
|
highchartsRenderer.suboptions["subtitle"],
|
|
6516
|
+
highchartsRenderer.suboptions["description"],
|
|
6497
6517
|
highchartsRenderer.suboptions["table_options"],
|
|
6498
6518
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6499
6519
|
highchartsRenderer.suboptions["chart"],
|
|
@@ -6516,6 +6536,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6516
6536
|
highchartsRenderer.suboptions["tooltips"],
|
|
6517
6537
|
highchartsRenderer.suboptions["label_with_percentage"],
|
|
6518
6538
|
highchartsRenderer.suboptions["subtitle"],
|
|
6539
|
+
highchartsRenderer.suboptions["description"],
|
|
6519
6540
|
highchartsRenderer.suboptions["table_options"],
|
|
6520
6541
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6521
6542
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6543,6 +6564,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6543
6564
|
highchartsRenderer.suboptions["tooltips"],
|
|
6544
6565
|
highchartsRenderer.suboptions["label"],
|
|
6545
6566
|
highchartsRenderer.suboptions["subtitle"],
|
|
6567
|
+
highchartsRenderer.suboptions["description"],
|
|
6546
6568
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6547
6569
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6548
6570
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6565,6 +6587,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6565
6587
|
highchartsRenderer.suboptions["tooltips"],
|
|
6566
6588
|
highchartsRenderer.suboptions["label"],
|
|
6567
6589
|
highchartsRenderer.suboptions["subtitle"],
|
|
6590
|
+
highchartsRenderer.suboptions["description"],
|
|
6568
6591
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6569
6592
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6570
6593
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6592,6 +6615,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6592
6615
|
highchartsRenderer.suboptions["tooltips"],
|
|
6593
6616
|
highchartsRenderer.suboptions["label_pie"],
|
|
6594
6617
|
highchartsRenderer.suboptions["subtitle"],
|
|
6618
|
+
highchartsRenderer.suboptions["description"],
|
|
6595
6619
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6596
6620
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6597
6621
|
highchartsRenderer.suboptions["chart"],
|
|
@@ -6610,6 +6634,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6610
6634
|
highchartsRenderer.suboptions["tooltips"],
|
|
6611
6635
|
highchartsRenderer.suboptions["label_pie"],
|
|
6612
6636
|
highchartsRenderer.suboptions["subtitle"],
|
|
6637
|
+
highchartsRenderer.suboptions["description"],
|
|
6613
6638
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6614
6639
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6615
6640
|
highchartsRenderer.suboptions["chart"],
|
|
@@ -6639,6 +6664,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6639
6664
|
highchartsRenderer.suboptions["range"],
|
|
6640
6665
|
highchartsRenderer.suboptions["tooltips"],
|
|
6641
6666
|
highchartsRenderer.suboptions["subtitle"],
|
|
6667
|
+
highchartsRenderer.suboptions["description"],
|
|
6642
6668
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6643
6669
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6644
6670
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6657,6 +6683,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6657
6683
|
highchartsRenderer.suboptions["range"],
|
|
6658
6684
|
highchartsRenderer.suboptions["tooltips"],
|
|
6659
6685
|
highchartsRenderer.suboptions["subtitle"],
|
|
6686
|
+
highchartsRenderer.suboptions["description"],
|
|
6660
6687
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6661
6688
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6662
6689
|
highchartsRenderer.suboptions["chart_grid"],
|
|
@@ -6679,6 +6706,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6679
6706
|
highchartsRenderer.suboptions["default_show"],
|
|
6680
6707
|
highchartsRenderer.suboptions["value"],
|
|
6681
6708
|
highchartsRenderer.suboptions["range"],
|
|
6709
|
+
highchartsRenderer.suboptions["description"],
|
|
6682
6710
|
highchartsRenderer.suboptions["name"],
|
|
6683
6711
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6684
6712
|
highchartsRenderer.suboptions["table_design_options"],
|
|
@@ -6700,6 +6728,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6700
6728
|
suboptions: [
|
|
6701
6729
|
highchartsRenderer.suboptions["default_show"],
|
|
6702
6730
|
highchartsRenderer.suboptions["name"],
|
|
6731
|
+
highchartsRenderer.suboptions["description"],
|
|
6703
6732
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6704
6733
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6705
6734
|
highchartsRenderer.suboptions["negative_number_format"],
|
|
@@ -6717,6 +6746,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6717
6746
|
class: 'google-visualization-charteditor-thumbs-table',
|
|
6718
6747
|
render: highchartsRenderer.ptRenderBasicLine,
|
|
6719
6748
|
suboptions: [
|
|
6749
|
+
highchartsRenderer.suboptions["description"],
|
|
6720
6750
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
6721
6751
|
highchartsRenderer.suboptions["table_design_options"],
|
|
6722
6752
|
highchartsRenderer.suboptions["negative_number_format"],
|