@datarailsshared/dr_renderer 1.2.198 → 1.2.199

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.198",
3
+ "version": "1.2.199",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -6798,16 +6798,18 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
6798
6798
 
6799
6799
  highchartsRenderer.chartsTypesInfo = {
6800
6800
  [highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN]: {
6801
- name: 'Waterfall Breakdown Chart ',
6802
- label: 'Waterfall Breakdown Chart ',
6803
- title: 'TODO: add text',
6804
- description: 'TODO: add text',
6801
+ name: 'Breakdown Chart ',
6802
+ label: 'Breakdown Chart ',
6803
+ title: 'Analyzes what’s contributing to the financial increase or decrease.',
6804
+ description: 'For example, analyzes what’s contributing most to the difference in total revenue between last year and this year.',
6805
6805
  titleInEditor: 'This chart displays the breakdown of variance between two or more total values.',
6806
6806
  axisName: 'Category',
6807
6807
  legendName: 'Breakdown',
6808
6808
  startedMessage: 'To get started, drag one field to the Category and one field to the Value section.',
6809
- axisTooltipTitle: 'TODO: add text',
6810
- legendTooltipTitle: 'TODO: add text',
6809
+ axisTooltipTitle: 'Drag one field to configure your x-axis.',
6810
+ axisTooltipDescription: 'The category (usually an independent variable) is shown on the x-axis and should be between 2 to 5 total columns. ',
6811
+ legendTooltipTitle: 'Drag one field to further configure your x-axis.',
6812
+ legendTooltipDescription: 'The breakdown subdivides the chart by a category field for further analysis of what’s contributing to the increase or decrease.',
6811
6813
  },
6812
6814
  'combo-chart': {
6813
6815
  name: 'Combo Chart ',
@@ -7444,13 +7446,12 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7444
7446
  {
7445
7447
  type: 'waterfall-chart',
7446
7448
  name: 'Waterfall',
7447
- hidden: true,
7448
- class: 'google-visualization-charteditor-mini-column',
7449
+ class: 'google-visualization-charteditor-mini-waterfall',
7449
7450
  subtypes: [
7450
7451
  {
7451
7452
  type: highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN,
7452
7453
  name: highchartsRenderer.chartsTypesInfo[highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN].name,
7453
- class: 'google-visualization-charteditor-thumbs-columnchart',
7454
+ class: 'google-visualization-charteditor-thumbs-breakdown',
7454
7455
  render: highchartsRenderer.ptRenderWaterfallBreakdown,
7455
7456
  suboptions: [
7456
7457
  highchartsRenderer.suboptions["axisY"],