@datarailsshared/dr_renderer 1.2.447 → 1.2.450
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
@@ -7365,7 +7365,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
7365
7365
|
element_label: 'Version',
|
7366
7366
|
element_sub_title: 'From latest:',
|
7367
7367
|
element_options: [
|
7368
|
-
{ label: 'All time
|
7368
|
+
{ label: 'All time dimensions', value: '' },
|
7369
7369
|
{ label: 'Submitted', value: 'latest_submitted' },
|
7370
7370
|
{ label: 'Most recent time period', value: 'latest_in_last_chronology_date_dimension' },
|
7371
7371
|
{
|
@@ -7435,7 +7435,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
7435
7435
|
name: 'Combo Chart ',
|
7436
7436
|
label: 'Combo Chart ',
|
7437
7437
|
title: 'Allows for multiple chart display formats in one widget',
|
7438
|
-
description: 'For example, Revenue and Cost of goods sold as
|
7438
|
+
description: 'For example, Revenue and Cost of goods sold as columns, and Gross margin as a line',
|
7439
7439
|
axisName: 'X - Axis',
|
7440
7440
|
legendName: 'Data series',
|
7441
7441
|
startedMessage: 'To add multiple chart types, click on “Combo Chart Options“. A Secondary Axis is available in this chart',
|
@@ -7446,7 +7446,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
7446
7446
|
name: 'Column Combo Chart ',
|
7447
7447
|
label: 'Column Chart',
|
7448
7448
|
title: 'Allows for multiple chart display formats in one widget',
|
7449
|
-
description: 'For example, Revenue and Cost of goods sold as
|
7449
|
+
description: 'For example, Revenue and Cost of goods sold as columns, and Gross margin as a line',
|
7450
7450
|
axisName: 'X - Axis',
|
7451
7451
|
legendName: 'Data series',
|
7452
7452
|
startedMessage: 'To add multiple chart types, click on “Combo Chart Options“. A Secondary Axis is available in this chart.',
|
@@ -7457,7 +7457,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
7457
7457
|
name: 'Stacked Column Combo Chart ',
|
7458
7458
|
label: 'Stacked Column',
|
7459
7459
|
title: 'Allows for multiple chart display formats in one widget.',
|
7460
|
-
description: 'For example, different department stacked
|
7460
|
+
description: 'For example, different department stacked columns, and average as a line.',
|
7461
7461
|
axisName: 'X - Axis',
|
7462
7462
|
legendName: 'Data series',
|
7463
7463
|
startedMessage: 'To add multiple chart types, click on “Combo Chart Options“. A Secondary Axis is available in this chart.',
|