@datarailsshared/dr_renderer 1.2.188-dragons → 1.2.190-dragons
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
|
@@ -6781,14 +6781,15 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6781
6781
|
[highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN]: {
|
|
6782
6782
|
name: 'Breakdown Chart ',
|
|
6783
6783
|
label: 'Breakdown Chart ',
|
|
6784
|
-
title: '
|
|
6784
|
+
title: 'Explain financial outcomes differences.',
|
|
6785
|
+
description: 'For example, describe the gaps between last and current year total revenue, breakdown by department.',
|
|
6785
6786
|
axisName: 'Category',
|
|
6786
6787
|
legendName: 'Breakdown',
|
|
6787
6788
|
startedMessage: 'To get started, drag one field to the Category and one field to the Value section.',
|
|
6788
|
-
axisTooltipTitle: '
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6789
|
+
axisTooltipTitle: 'Drag one field to configure your x-axis.',
|
|
6790
|
+
axisTooltipDescription: 'The category (usually an independent variable) is shown on the x-axis and should be between 2 to 5 total columns. ',
|
|
6791
|
+
legendTooltipTitle: 'Drag one field to further configure your x-axis.',
|
|
6792
|
+
legendTooltipDescription: 'The breakdown subdivides the chart by a category field for further analysis of what’s contributing to the increase or decrease.',
|
|
6792
6793
|
},
|
|
6793
6794
|
'combo-chart': {
|
|
6794
6795
|
name: 'Combo Chart ',
|