We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 644dcac + e4ead19 commit 300471dCopy full SHA for 300471d
package.json
@@ -34,5 +34,9 @@
34
],
35
"dependencies": {
36
"gulp-header": "^1.2.2"
37
+ },
38
+ "engines": {
39
+ "node": "10.15.3",
40
+ "npm": "6.9.0"
41
}
42
source/js/PivotView.js
@@ -1393,7 +1393,7 @@ PivotView.prototype.renderRawData = function (data) {
1393
formatContent(
1394
rawData[y][x].value,
1395
div,
1396
- (rowProps[y] && rowProps[y].format) || columnProps[x].format
+ (columnProps[x] && columnProps[x].format) || (rowProps[y] && rowProps[y].format)
1397
);
1398
if (
1399
colorScale
0 commit comments