@datarailsshared/dr_renderer 1.2.187-dragons → 1.2.188-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
|
@@ -6785,10 +6785,10 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6785
6785
|
axisName: 'Category',
|
|
6786
6786
|
legendName: 'Breakdown',
|
|
6787
6787
|
startedMessage: 'To get started, drag one field to the Category and one field to the Value section.',
|
|
6788
|
-
axisTooltipTitle: '
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6788
|
+
axisTooltipTitle: 'Specify what column (usually a time-based column) is responsible for the chart trend.',
|
|
6789
|
+
legendTooltipTitle: 'Specify which column you would like to explore the changes between categories (e.g. location, categories, product, etc.)',
|
|
6790
|
+
valuesTooltipTitle: 'Specify the numeric amount to plot.',
|
|
6791
|
+
filtersTooltipTitle: 'Filter the data.',
|
|
6792
6792
|
},
|
|
6793
6793
|
'combo-chart': {
|
|
6794
6794
|
name: 'Combo Chart ',
|