#chartout{$idx} { position: relative; height: ", $height + 2, "px; width: ", $width + 2, "px; background-color: {$border}; } #chartin{$idx} { position: absolute; top: 1px; left: 1px; height: {$height}px; width: {$width}px; background-color: {$bg}; } .bar{$idx} { position: absolute; bottom: 0px; background-color: {$bars}; width: 1px; overflow: hidden; } .grid{$idx} { position: absolute; left: 0px; height: 1px; width: {$width}px; background-color: {$grid}; overflow: hidden; } "; // Now output the basic parts of the chart: echo "