@datarailsshared/dr_renderer 1.2.190-dragons → 1.2.191-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
|
@@ -6783,6 +6783,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6783
6783
|
label: 'Breakdown Chart ',
|
|
6784
6784
|
title: 'Explain financial outcomes differences.',
|
|
6785
6785
|
description: 'For example, describe the gaps between last and current year total revenue, breakdown by department.',
|
|
6786
|
+
titleInEditor: 'This chart displays the breakdown of variance between two or more total values.',
|
|
6786
6787
|
axisName: 'Category',
|
|
6787
6788
|
legendName: 'Breakdown',
|
|
6788
6789
|
startedMessage: 'To get started, drag one field to the Category and one field to the Value section.',
|