Arindam

How to use link in element of Widget AngularGauge.swf

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now