@datarailsshared/dr_renderer 1.2.184 → 1.2.186-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.184",
3
+ "version": "1.2.186-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -6794,15 +6794,16 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
6794
6794
 
6795
6795
  highchartsRenderer.chartsTypesInfo = {
6796
6796
  [highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN]: {
6797
- name: 'Waterfall Breakdown Chart ',
6798
- label: 'Waterfall Breakdown Chart ',
6799
- title: 'TODO: add text',
6800
- description: 'TODO: add text',
6797
+ name: 'Breakdown Chart ',
6798
+ label: 'Breakdown Chart ',
6799
+ title: 'This chart is used to show the breakdown of variance between two or more total values.',
6801
6800
  axisName: 'Category',
6802
6801
  legendName: 'Breakdown',
6803
6802
  startedMessage: 'To get started, drag one field to the Category and one field to the Value section.',
6804
- axisTooltipTitle: 'TODO: add text',
6805
- legendTooltipTitle: 'TODO: add text',
6803
+ axisTooltipTitle: 'Drag one field to compare two to five items.',
6804
+ axisTooltipDescription: 'For example, Year over Year or two entities total income. If you are using date field, the chart will present YoY comparison by default.',
6805
+ legendTooltipTitle: 'Drag one field here to analyze the differences.',
6806
+ legendTooltipDescription: 'You can split the differences into 12 items. The rest of the items will be aggregated as “Other”.'
6806
6807
  },
6807
6808
  'combo-chart': {
6808
6809
  name: 'Combo Chart ',
@@ -7439,13 +7440,12 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7439
7440
  {
7440
7441
  type: 'waterfall-chart',
7441
7442
  name: 'Waterfall',
7442
- hidden: true,
7443
- class: 'google-visualization-charteditor-mini-column',
7443
+ class: 'google-visualization-charteditor-mini-waterfall',
7444
7444
  subtypes: [
7445
7445
  {
7446
7446
  type: highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN,
7447
7447
  name: highchartsRenderer.chartsTypesInfo[highchartsRenderer.CHART_TYPES.WATERFALL_BREAKDOWN].name,
7448
- class: 'google-visualization-charteditor-thumbs-columnchart',
7448
+ class: 'google-visualization-charteditor-thumbs-breakdown',
7449
7449
  render: highchartsRenderer.ptRenderWaterfallBreakdown,
7450
7450
  suboptions: [
7451
7451
  highchartsRenderer.suboptions["axisY"],