Vedmack Report post Posted July 31, 2012 Hi I have tried to follow the order given int the following thread http://forum.fusioncharts.com/topic/1456-analogue-guage-transparency/ but its not working this is the chart data "chart": { "manageresize": "1", "origw": "400", "origh": "250", "managevalueoverlapping": "1", "autoaligntickvalues": "1", "fillangle": "45", "upperlimit": max, "lowerlimit": 0, "majortmnumber": "10", "majortmheight": "8", "showgaugeborder": "0", "gaugeouterradius": "140", "gaugeoriginx": "205", "gaugeoriginy": "206", "gaugeinnerradius": "2", "formatnumberscale": "0", "decmials": "0", "tickmarkdecimals": "1", "pivotradius": "17", "showpivotborder": "1", "pivotbordercolor": "000000", "pivotborderthickness": "5", "pivotfillmix": "FFFFFF,000000", "tickvaluedistance": "10", "showvalue": "1", "bgAlpha" : '0', "bgColor" : 'ffffff' }, Its almost working... I also did chartReference.setTransparent(true); but the one thing that left is a rectangle that surrounds the chart (if i open the debug tools and change the stroke-width from 1 to 0 , the border disappears... how can I achieve it with the js api ? Thanks ahead, Daniel Share this post Link to post Share on other sites
Vedmack Report post Posted July 31, 2012 ok, solved with "borderalpha": "0", Share this post Link to post Share on other sites