Hi Rahul, there's isn't any code really. We set the flash to be transparent through the JS
chart.setTransparent(true);
And then we set the bgAlpha='0' in the xml.
When you right click to print, the graphs are black. If you set a bgColor and the alpha to 100 then it prints whatever color you set for the bg for the bg of the graph, but it would be nice if it would just treat it as transparent.
Kevin