Skip to content

Commit

Permalink
small note added in the code for continuing the table parser integration
Browse files Browse the repository at this point in the history
  • Loading branch information
duboisp committed Aug 1, 2012
1 parent 8f37af9 commit 716a6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/js/pe-ap-min.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions src/js/workers/charts.js
Expand Up @@ -2298,7 +2298,7 @@ charts.graph2dAxis = {
// The following variable is used for auto add ids/headers to the table
var columnIds = []; // The array lenght must equal of parser.seriesHeadingLenght and each item are ids separated by space

/* // Parse the Table Heading
/* // Parse the Table Heading
$('thead', self).each(function(){
var ColumnHeading = [];
Expand Down Expand Up @@ -2474,10 +2474,10 @@ charts.graph2dAxis = {
});
*/



*/



Expand Down Expand Up @@ -3574,6 +3574,9 @@ charts.graph2dAxis = {
currLevel ++;
});


// **** Still miss something to be set as when the old parser was parsing the table header ****

parser.tBodySeries.nbColLevel = tblParserData.theadRowStack.length;
parser.rowPos = tblParserData.theadRowStack.length - 1 ;

Expand Down

0 comments on commit 716a6f3

Please sign in to comment.