Sign in to follow this  
rohit111111

Spark Chart

Recommended Posts

Hello,

 

Spark line chart is also not loading correct.

 

 

Xml:

 

<chart caption="Spark Line Mean" palette="2" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart>

 

 

 

One value is not showing. See attached screen shot.

 

 

Thanks,

post-62319-4717_thumb.png

Edited by rohit111111

Share this post


Link to post
Share on other sites

Hello,

 

Spark line chart is also not loading correct.

 

 

Xml:

 

<chart caption="Spark Line Mean" palette="2" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart>

 

 

 

One value is not showing. See attached screen shot.

 

 

Thanks,

Hi,

 

We are unable to identify the issue.

 

The Open and close values are shown in Blue whereas the rest in square brackets.

 

Could you please specify the issue more elaborately?

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

And how we can show tool tip in spark chart?

 

Also, border color, thickness, point colors are not applying in spark chart.

 

Xml:

 

<chart caption="Spark Line" palette="2" borderColor="B6B5B5" openColor="0099FF" closeColor="0099FF" highColor="00CC33" lowColor="FF0000"  borderThickness="8" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart>

 

Kindly look into this.

 

Thanks,

Rohit

Edited by rohit111111

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Rohit,

 

Tooltips can be displayed for only line points not for the entire line plot.

 

And to enable tooltips, you would need to set 'showToolTip' attribute as '1'

 

Ref. Code:

<chart ... showToolTip='1'>

 

And to show border around the chart, you would need to set 'showBorder' attribute as '1'

 

Ref. Code:

<chart ... showBorder='1'>

 

I have tested your chart XML using the latest version files (FusionWidgets XT v3.3.1 Service Release 3) and all the attributes are working fine at our end.

 

Please find attached screen-shost and modified chart XML for your reference.

 

Also, in your chart XML, the color applied to highColor is conflicting with endColor and same for openColor and lowColor points.

 

Since, the openColor starts with low value and highColor is ending with endValue.

 

For more information, please refer this link: http://docs.fusioncharts.com/widgets/Contents/Spark/LineXMLAPI.html

sampleChart_data.xml

post-24802-0-55791000-1392116519_thumb.png

post-24802-0-21965800-1392116521_thumb.png

yourChart_mod_data.xml

Share this post


Link to post
Share on other sites

Tooltip not showing in flash mode but when i rendered chart as javascript, tooltip is appearing.

 

Kindly look into this.

 

 

Thanks,

Rohit

Edited by rohit111111

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Rohit,

 

SparkLine chart does not support toolTips, as a suggestion you can use JavaScript variant.

 

Since, you are already aware that we are discontinuing the Flash variant and there will not be any bug fixes/improvements for Flash variant in future releases.

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