Sign in to follow this  
bmcwhorter

XY chart tooltip displays differently in flash and javascript

Recommended Posts

Hi, with the following definition, the javascript chart behaves differently than flash.  In javascript, the tooltip still shows up with label info and value, in flash the tooltip doesn't show up at all.  Is there a way to make these two function the same?  I need to do that.

 

Thanks.

 

  <?xml version="1.0" encoding="utf-8" ?>
- <graph showFCMenuItem="0" animation="1" Caption="" bgColor="ffffff" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" yaxisname="Y-Axis" xaxisname="X-Axis" rotateLabels="1" canvasBgColor="dad9da" divLineColor="000000" showValues="0" rotateValues="1" useRoundEdges="1" lineDashed="0" plotFillColor="008000" plotFillAlpha="0" canvasPadding="0">
- <styles>
- <definition>
  <style name="DataLabelsFontStyle" type="font" font="Helvetica" size="11" color="5b5b5b" />
  <style name="YAXISVALUESFontStyle" type="font" font="Helvetica" size="11" color="5b5b5b" />
  <style name="LegendFontStyle" type="font" font="Helvetica" size="11" color="5b5b5b" />
  </definition>
- <application>
  <apply toObject="DataLabels" styles="DataLabelsFontStyle" />
  <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" />
  <apply toObject="Legend" styles="LegendFontStyle" />
  </application>
  </styles>
  <set value="115387.6500" label="Dairy Products" color="008000" alpha="0" />
  <set value="103924.3100" label="Beverages" color="008000" alpha="0" />
  <set value="82657.7300" label="Confections" color="008000" alpha="0" />
  <set value="80975.1200" label="Meat/Poultry" color="008000" alpha="0" />
  <set value="66959.2100" label="Seafood" color="008000" alpha="0" />
  <set value="56871.8200" label="Grains/Cereals" color="008000" alpha="0" />
  <set value="55368.6000" label="Condiments" color="008000" alpha="0" />
  <set value="54940.7600" label="Produce" color="008000" alpha="0" />
  <trendlines />
  </graph>

 

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Could you please let us know the chart type that you are using and the FusionCharts XT version details, which is being used at your end?

 

In case if you are using XY plots (such as: Bubble/Scatter), please note that the XML data should be in FusionCharts multi series data format.

 

For more information on "Scatter (XY Plot) Chart Specification Sheet", please follow the link below:

http://docs.fusioncharts.com/charts/contents/?ChartSS/Scatter.html

 

Awaiting your valuable response.

Edited by Sashibhusan

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