@datarailsshared/dr_renderer 1.2.187-dragons → 1.2.189-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.187-dragons",
3
+ "version": "1.2.189-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -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: 'Drag one field to compare two to five items.',
6789
- 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.',
6790
- legendTooltipTitle: 'Drag one field here to analyze the differences.',
6791
- legendTooltipDescription: 'You can split the differences into 12 items. The rest of the items will be aggregated as “Other”.'
6788
+ axisTooltipTitle: 'Drag one field to configure your x-axis.',
6789
+ axisTooltipDescription: 'The category (usually an independent variable) is shown on the x-axis and should be between 2 to 5 total columns. ',
6790
+ legendTooltipTitle: 'Drag one field to further configure your x-axis.',
6791
+ legendTooltipDescription: 'The breakdown subdivides the chart by a category field for further analysis of what’s contributing to the increase or decrease.',
6792
6792
  },
6793
6793
  'combo-chart': {
6794
6794
  name: 'Combo Chart ',