sdouglas Report post Posted November 24, 2008 How to add a link on this Gauge? (AngularGauge.swf) The data.xml is: bgColor='FFFFFF,FFFFFF' fillAngle='45' lowerLimit='0' upperLimit='27324100' majorTMNumber='6' majorTMHeight='15' showGaugeBorder='0' gaugeOuterRadius='140' gaugeOriginX='205' gaugeOriginY='206' gaugeInnerRadius='2' formatNumberScale='1' displayValueDistance='30' decimalPrecision='2' tickMarkDecimalPrecision='1' pivotRadius='7' showPivotBorder='0' pivotBorderColor='000000' pivotBorderThickness='5' pivotFillMix='FFFFFF,000000' > value='6820520.14' borderAlpha='0' bgColor='000000' baseWidth='10' topWidth='0' radius='135'/> Share this post Link to post Share on other sites
Arindam Report post Posted November 25, 2008 Hi, Could you please use link attribute? i.e <dial value='6820520.14' borderAlpha='0' bgColor='000000' baseWidth='10' topWidth='0' radius='135' link='http://google.com' /> Share this post Link to post Share on other sites
sdouglas Report post Posted November 25, 2008 A need link on the text or rectangle don Share this post Link to post Share on other sites
Arindam Report post Posted November 25, 2008 Hi, Could you please use <annotationGroup> attribute - link='URL' ? i.e <annotations> <annotationGroup id='Grp1' link='http://www.google.com' > <annotation type='text' x='50' y='250' label='MyTextHere' /> </annotationGroup> </annotations> Share this post Link to post Share on other sites
sdouglas Report post Posted November 26, 2008 Hi, I want to change the render parameters from a created series using javascript, is there any method that I can do? For example, I wanto to change the series "Realizado" from column to line. The file with the code and xml is in: http://www.sergiodouglas.com/download/codigo.txt Share this post Link to post Share on other sites
Arindam Report post Posted November 26, 2008 Hi, Could you please follow this example also download it? http://www.fusioncharts.com/Demos/JS/Index.html http://www.fusioncharts.com/Downloads/Demos/FusionChartsJS.zip Share this post Link to post Share on other sites