1. reverting table:td width back to what nick had set for sparkline
This commit is contained in:
parent
52e3dac91f
commit
461a30092a
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ public class VisualizationCodeGenerator {
|
|||
"sparklineImgTD.attr('class', '" + visualizationStyleClass + "');" +
|
||||
"row.append(sparklineImgTD);" +
|
||||
"var sparklineNumberTD = $('<td>');" +
|
||||
"sparklineNumberTD.attr('width', '36');" +
|
||||
"sparklineNumberTD.attr('width', '5');" +
|
||||
"sparklineNumberTD.attr('align', 'right');" +
|
||||
"sparklineNumberTD.attr('class', 'sparkline_number');" +
|
||||
"row.append(sparklineNumberTD);" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue