@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
|
@@ -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: '
|
|
6798
|
-
label: '
|
|
6799
|
-
title: '
|
|
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: '
|
|
6805
|
-
|
|
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
|
-
|
|
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-
|
|
7448
|
+
class: 'google-visualization-charteditor-thumbs-breakdown',
|
|
7449
7449
|
render: highchartsRenderer.ptRenderWaterfallBreakdown,
|
|
7450
7450
|
suboptions: [
|
|
7451
7451
|
highchartsRenderer.suboptions["axisY"],
|