@datarailsshared/dr_renderer 1.2.189-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.189-dragons",
3
+ "version": "1.2.191-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -6781,7 +6781,9 @@ 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: 'This chart is used to show the breakdown of variance between two or more total values.',
6784
+ title: 'Explain financial outcomes differences.',
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.',
6785
6787
  axisName: 'Category',
6786
6788
  legendName: 'Breakdown',
6787
6789
  startedMessage: 'To get started, drag one field to the Category and one field to the Value section.',