Sign in to follow this  
peris

How to High lights the line

Recommended Posts

In the following chart . I have two queries

1)  If I mouse over "ccmobi" line in any point(not only "round" part in trendline), the "ccmobi" line should be highlighted in different color.

2) Actually the drill down is working only in hotspot(it is shows as a "round" in tredline). Can I do the drill down functionalities in any part of the line. (examle: "ccmobi" line ).

XML:

--------------------------------------------------------------------------------------------------------------------

<chart palette='2' caption='Caption'  showValues='0' divLineDecimalPrecision='1' limitsDecimalPrecision='1'  formatNumberScale='0' areaOverColumns='0' xAxisName='X-axis value' yAxisName='Y-axis value' labelDisplay='rotate' slantLabels='1' canvasPadding='50' seriesNameInToolTip='1' lineThickness='1' exportEnabled='1' exportAtClient='0'  baseFont='Arial' baseFontSize='10'  exportFileName='Filename' exportAction='download'  exportHandler='/fileneme/jsp/ex.jsp'logoURL='/images/copy.gif'>  <categories>   <category label='30.01.2010'/>   <category label='31.01.2010'/>   <category label='01.02.2010'/>   <category label='02.02.2010'/>   <category label='03.02.2010'/>   </categories>   <dataset seriesname='ccmobi' color='FF0000' anchorBorderColor='FF0000' anchorBgColor='FF0000'>   <set value='13701' toolText='xx, 13701  '/>   <set value='12895' toolText='xx, 12895 yy'/>   <set value='13492' toolText='xx, 13492 yy'/>   <set value='13383' toolText='xx, 13383 yy'/>   <set value='13325' toolText='xx, 13325 yy'/>   </dataset>   <dataset seriesname='cc s' color='00FF00' anchorBorderColor='00FF00' anchorBgColor='00FF00' renderAs='Line'>   <set value='367' toolText='cc Symbian, 367 yy'/>   <set value='282' toolText='cc s, 282 yy'/>   <set value='247' toolText='cc s, 247 yy'/>   <set value='189' toolText='cc s, 189 yy'/> <set value='250' toolText='cc s, 250 yy'/>   </dataset>   <dataset seriesname='cc.i' color='0000FF' anchorBorderColor='0000FF' anchorBgColor='0000FF' renderAs='Line'>   <set value='207' toolText='cc.fi, 207 yy'/>   <set value='193' toolText='cc.i, 193 yy'/>   <set value='260' toolText='cc.i, 260 yy'/>   <set value='263' toolText='cc.i, 263 yy'/>   <set value='239' toolText='cc.i, 239 yy'/>   </dataset>   <dataset seriesname='d' color='FFFF00' anchorBorderColor='FFFF00' anchorBgColor='FFFF00' >   <set value='14275' toolText='d, 14275 yy'/>   <set value='13370' toolText='d, 13370 yy'/>   <set value='13999' toolText='d, 13999 yy'/>   <set value='13835' toolText='d, 13835 yy'/>   <set value='13814' toolText='d, 13814 yy'/>   </dataset>   <styles>   <definition>   <style name='XScaleAnim' type='ANIMATION' duration='0.5' start='0' param='_xScale' />   <style name='YScaleAnim' type='ANIMATION' duration='0.5' start='0' param='_yscale' />   <style name='XAnim' type='ANIMATION' duration='0.5' start='0' param='_yscale' />   <style name='AlphaAnim' type='ANIMATION' duration='0.5' start='0' param='_alpha' />   <style name='CaptionFont' font='Arial' size='10' type='font' />   <style name='XAxisFont' font='Arial' size='10' type='font' />   <style name='YAxisFont' font='Arial' size='10' type='font' />   </definition>   <application>   <apply toObject='BACKGROUND' styles='CaptionFont' />   <apply toObject='CANVAS' styles='XScaleAnim,YScaleAnim,AlphaAnim,CaptionFont' />   <apply toObject='CAPTION' styles='CaptionFont' />   <apply toObject='DATALABELS' styles='XAxisFont' />   <apply toObject='DATAPLOT' styles='XAxisFont' />   <apply toObject='DATAVALUES' styles='XAxisFont' />   <apply toObject='DIVLINES' styles='XScaleAnim,AlphaAnim,CaptionFont' />   <apply toObject='HGRID' styles='YScaleAnim,AlphaAnim,CaptionFont' />   <apply toObject='LEGEND' styles='CaptionFont' />   <apply toObject='SUBCAPTION' styles='CaptionFont' />   <apply toObject='TOOLTIP' styles='CaptionFont' />   <apply toObject='TRENDLINES' styles='CaptionFont' />   <apply toObject='TRENDVALUES' styles='CaptionFont' />   <apply toObject='VLINES' styles='CaptionFont' />   <apply toObject='XAXISNAME' styles='CaptionFont' />   <apply toObject='YAXISNAME' styles='CaptionFont' />   <apply toObject='YAXISVALUES' styles='YAxisFont' />   <apply toObject='VDIVLINES' styles='YScaleAnim,AlphaAnim,CaptionFont' />   </application>  </styles></chart>

Sample Chart:

--------------------------------------------------------------------------------------------------------------------

7d359b73-2b1e-4722-94e4-1ccd.JPG

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

1)  If I mouse over "ccmobi" line in any point(not only "round" part in trendline), the "ccmobi" line should be highlighted in different color.

I am afraid, as of now FusionCharts does not support this.

2) Actually the drill down is working only in hotspot(it is shows as a "round" in tredline). Can I do the drill down functionalities in any part of the line. (examle: "ccmobi" line ).

I am afraid, the drill-down functionality with link attribute is applicable to <set> element.

Hope this helps.

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
Sign in to follow this