@datarailsshared/dr_renderer 1.2.140-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.140-tigers",
3
+ "version": "1.2.142-tigers",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1437,7 +1437,7 @@ let initDRPivotTable = function($, window, document) {
1437
1437
  const val = totalAggregator.value();
1438
1438
  const formattedValue = getFormattedNumber(val, totalAggregator, opts)
1439
1439
 
1440
- let className = " col" + i + " colcol" + 0;
1440
+ const className = "pvtVal col" + i + " colcol" + 0;
1441
1441
  const td = createElement("td", className, formattedValue, {
1442
1442
  "data-value": val,
1443
1443
  "data-for": "col" + 0,
@@ -1457,7 +1457,7 @@ let initDRPivotTable = function($, window, document) {
1457
1457
  const val = totalAggregator.value();
1458
1458
  const formattedValue = getFormattedNumber(val, totalAggregator, opts)
1459
1459
 
1460
- let className = " col" + i + " colcol" + 0;
1460
+ const className = "pvtVal col" + i + " colcol" + 0;
1461
1461
  const td = createElement("td", className, formattedValue, {
1462
1462
  "data-value": val,
1463
1463
  "data-for": "col" + 0,
@@ -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',