rohit111111 Report post Posted February 8, 2014 (edited) 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, Edited February 8, 2014 by rohit111111 Share this post Link to post Share on other sites
Sanjukta Report post Posted February 8, 2014 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
rohit111111 Report post Posted February 10, 2014 (edited) There are total five values. But only four are visible, if you see the screenshot. Thanks, Edited February 10, 2014 by rohit111111 Share this post Link to post Share on other sites
rohit111111 Report post Posted February 10, 2014 (edited) 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 February 10, 2014 by rohit111111 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 11, 2014 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 yourChart_mod_data.xml Share this post Link to post Share on other sites
rohit111111 Report post Posted February 12, 2014 (edited) Its working in javascript mode only. How we can display it in flash mode? Please give me a demo if possible. Thanks, Rohit Edited February 12, 2014 by rohit111111 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 12, 2014 Hello Rohit, Please find attached sample for your reference. Hope this helps! SparkLine_Flash_Demo.zip Share this post Link to post Share on other sites
rohit111111 Report post Posted February 12, 2014 (edited) Tooltip not showing in flash mode but when i rendered chart as javascript, tooltip is appearing. Kindly look into this. Thanks, Rohit Edited February 12, 2014 by rohit111111 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 13, 2014 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