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