@datarailsshared/dr_renderer 1.2.192-dragons → 1.2.193-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.192-dragons",
3
+ "version": "1.2.193-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -6785,8 +6785,8 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
6785
6785
  [highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN]: {
6786
6786
  name: 'Breakdown Chart ',
6787
6787
  label: 'Breakdown Chart ',
6788
- title: 'Explain financial outcomes differences.',
6789
- description: 'For example, describe the gaps between last and current year total revenue, breakdown by department.',
6788
+ title: 'Analyzes what’s contributing to the financial increase or decrease.',
6789
+ description: 'For example, analyzes what’s contributing most to the difference in total revenue between last year and this year.',
6790
6790
  titleInEditor: 'This chart displays the breakdown of variance between two or more total values.',
6791
6791
  axisName: 'Category',
6792
6792
  legendName: 'Breakdown',