Simple.Chen Report post Posted May 29, 2012 I had set the attribute like this bgAlpha='0,0' canvasbgAlpha='0' but my chart also show the bggroud with color white . why ? and how to disable the shadow of the polt ? i already set showPlotBorder='0' plotBorderDashed='0' the parting line of every sector see clearly how i can disable it ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 29, 2012 I had set the attribute like this bgAlpha='0,0' canvasbgAlpha='0' but my chart also show the bggroud with color white . why ? and how to disable the shadow of the polt ? i already set showPlotBorder='0' plotBorderDashed='0' the parting line of every sector see clearly how i can disable it ? Hi, You would need to set bgAlpha attribute to '0,0' in the XML. Ref. Code: <chart ... bgAlpha='0,0'> Also, you would need to call setTransparent function on the chart reference. Ref. Code: myChart.setTransparent(true); Share this post Link to post Share on other sites
Simple.Chen Report post Posted June 26, 2012 (edited) There is another question about the transparent background of the chart, in ie6 the transparent background change to the light gray color , how i can fix it ? waiting for your reply. Hi, You would need to set bgAlpha attribute to '0,0' in the XML. Ref. Code: <chart ... bgAlpha='0,0'> Also, you would need to call setTransparent function on the chart reference. Ref. Code: myChart.setTransparent(true); Edited June 26, 2012 by Simple.Chen Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 26, 2012 There is another question about the transparent background of the chart, in ie6 the transparent background change to the light gray color , how i can fix it ? waiting for your reply. Hi, I am not able to replicate the same. Please find attached screen-shot of chart which is rendered in Internet Explorer 6. Share this post Link to post Share on other sites
Simple.Chen Report post Posted June 29, 2012 Hi, I am not able to replicate the same. Please find attached screen-shot of chart which is rendered in Internet Explorer 6. Thank you very much for your reply! it's the fault of the chart bgground image , a png format image , if display in the IE 6 , the transparent bgground will change to gray…… Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 29, 2012 Thank you very much for your reply! it's the fault of the chart bgground image , a png format image , if display in the IE 6 , the transparent bgground will change to gray…… Hi, I am not able to replicate the same. Its working fine with .png background. Share this post Link to post Share on other sites