File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " LightPivotTable" ,
3
3
"author" : " ZitRo" ,
4
- "version" : " 1.6.3 " ,
4
+ "version" : " 1.6.4 " ,
5
5
"description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
6
6
"main" : " test/testServer.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -1390,8 +1390,8 @@ PivotView.prototype.renderRawData = function (data) {
1390
1390
+ "," + Math . round ( ( colorScale . to . b - colorScale . from . b ) * ratio + colorScale . from . b )
1391
1391
+ ");" + ( colorScale . invert ? "color: white;" : "" ) ;
1392
1392
}
1393
- if ( columnProps [ x - info . leftHeaderColumnsNumber ] . style ) {
1394
- cellStyle += columnProps [ x - info . leftHeaderColumnsNumber ] . style ;
1393
+ if ( columnProps [ x ] . style ) {
1394
+ cellStyle += columnProps [ x ] . style ;
1395
1395
}
1396
1396
if ( rawData [ y ] [ x ] . style ) {
1397
1397
cellStyle += rawData [ y ] [ x ] . style ;
You can’t perform that action at this time.
0 commit comments