@datarailsshared/dr_renderer 1.2.141-tigers → 1.2.142-tigers

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.141-tigers",
3
+ "version": "1.2.142-tigers",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1999,7 +1999,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
1999
1999
  chartOptions.subtitle = {
2000
2000
  text: value,
2001
2001
  margin: 0,
2002
- y: 0,
2002
+ y: 20,
2003
2003
  x: 0,
2004
2004
  align: 'center',
2005
2005
  verticalAlign: 'middle',