@datarailsshared/dr_renderer 1.2.386 → 1.2.387
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
@@ -6442,13 +6442,13 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
6442
6442
|
element_type: 'checkbox',
|
6443
6443
|
element_label: 'Subtotals for columns',
|
6444
6444
|
value_name: 'show_subtotals_for_columns',
|
6445
|
-
default_value:
|
6445
|
+
default_value: false
|
6446
6446
|
},
|
6447
6447
|
{
|
6448
6448
|
element_type: 'checkbox',
|
6449
6449
|
element_label: 'Subtotals for rows',
|
6450
6450
|
value_name: 'show_subtotals_for_rows',
|
6451
|
-
default_value:
|
6451
|
+
default_value: false
|
6452
6452
|
},
|
6453
6453
|
{
|
6454
6454
|
element_type: 'checkbox',
|