root page chart table javascript playground wip
This commit is contained in:
parent
05fa317e24
commit
cc4c2f591d
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ function DrawChart() {
|
|||
/* check if data is present */
|
||||
if((ChartJson.chart[j].hasOwnProperty('data')) && (ChartJson.chart[j].data[i] != "undefined")) {
|
||||
cell[j] = row[i].insertCell(j);
|
||||
cell[j].innerHTML = ChartJson.chart[j].data[i];
|
||||
cell[j].innerHTML = '<span class=\'data minw\'> ' + ChartJson.chart[j].data[i] + '</span>';
|
||||
|
||||
/* add chartscss styles for line chart */
|
||||
/* build the css string in a var first */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue