@datarailsshared/dr_renderer 1.2.76 → 1.2.77

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.76",
3
+ "version": "1.2.77",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -2017,7 +2017,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
2017
2017
  };
2018
2018
 
2019
2019
  highchartsRenderer.setTitleAndSubTitle = function (chartOptions, opts, additionOptions) {
2020
- chartOptions.title = opts.chartOptions.hideChartHeader ? null : {
2020
+ chartOptions.title = opts.chartOptions.hideChartHeader ? { text: null } : {
2021
2021
  align: 'center',
2022
2022
  text: opts && opts.chart_title ? opts.chart_title : "",
2023
2023
  style: {
@@ -7375,6 +7375,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7375
7375
  minHeight: 16,
7376
7376
  maxHeight: 45,
7377
7377
  x: -3,
7378
+ y: -26,
7378
7379
  layout: "horizontal"
7379
7380
  } : {
7380
7381
  enabled: rowAttrsLength > 0,