@datarailsshared/dr_renderer 1.2.121 → 1.2.122
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
CHANGED
|
@@ -6628,6 +6628,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6628
6628
|
'text-widget': {
|
|
6629
6629
|
name: 'Text ',
|
|
6630
6630
|
label: 'Text',
|
|
6631
|
+
title: 'Display any type of rich text and media including tables, lists, images and more.'
|
|
6631
6632
|
},
|
|
6632
6633
|
'table_only': {
|
|
6633
6634
|
name: 'Table ',
|
|
@@ -7062,6 +7063,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
7062
7063
|
class: 'google-visualization-charteditor-thumbs-table',
|
|
7063
7064
|
render: highchartsRenderer.ptRenderBasicLine,
|
|
7064
7065
|
suboptions: [
|
|
7066
|
+
highchartsRenderer.suboptions["subtitle"],
|
|
7065
7067
|
highchartsRenderer.suboptions["widget_library"],
|
|
7066
7068
|
highchartsRenderer.suboptions["table_options_transpose"],
|
|
7067
7069
|
highchartsRenderer.suboptions["table_design_options"],
|