yangchuan009 Report post Posted April 9, 2013 vLines not showing up (RealTimeLine.swf) when feed real-time data . According to the widgets documentation, the following realtime data should create a vLine: &label=11:45&value=753|345&vline=1&vLineLabel=vLine&vLineColor=666666&vLineThickness=2&vLineDashed=1, when feeddata, However it does not do so on the RealTimeLine.swf chart I have created., Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 10, 2013 vLines not showing up (RealTimeLine) when feed real-time data . According to the widgets documentation, http://docs.fusioncharts.com/widgets/Contents/RealTime/RealTimeDataFormat.html,the following realtime data should create a vLine: &label=11:45&value=753|345&vline=1&vLineLabel=vLine&vLineColor=666666&vLineThickness=2&vLineDashed=1, when feeddata, However it does not do so on the RealTimeLine chart I have created., Share this post Link to post Share on other sites
Haritha Report post Posted April 10, 2013 Hi, We tried using the vLine with RealTimeLine chart and the issue does not get replicated here. Please find the screenshot of the same. Could you please send us the sample of your code so that we can test it here? Awaiting your response. Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 13, 2013 Hi, We tried using the vLine with RealTimeLine chart and the issue does not get replicated here. Please find the screenshot of the same. Could you please send us the sample of your code so that we can test it here? Awaiting your response. function feedChartData(){ var myChart = FusionCharts('chartid'); var strData; for(var i = 0;i<20;i++){ if(i = 10){ strData = "&label=10&value=10&vline=1&vLineLabel=vLine&vLineColor=666666&vLineThickness=2&vLineDashed=1"; } else{ strData = "&label=" + i + "&value=10"; } myChart.feedData(strData); } } vLines not showing up (RealTimeLine) when feed data Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 13, 2013 function feedChartData(){ var myChart = FusionCharts('chartid'); var strData; for(var i = 0;i<20;i++){ if(i = 10){ strData = "&label=10&value=10&vline=1&vLineLabel=vLine&vLineColor=666666&vLineThickness=2&vLineDashed=1"; } else{ strData = "&label=" + i + "&value=10"; } myChart.feedData(strData); } } vLines not showing up (RealTimeLine) when feed data Hi, We tried using the vLine with RealTimeLine chart and the issue does not get replicated here. Please find the screenshot of the same. Could you please send us the sample of your code so that we can test it here? Awaiting your response. <dataset> <set label='Oct 2005' value = '10'/> <set label='Nov 2005' value = '10' /> <set label='Dec 2005' value = '10'/> <vLine color='FF5904' thickness='2' /> <set label='Jan 2006' value = '10'/> <set label='Feb 2006' value = '10'/> </dataset> Did you feeddata in this way?? Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 13, 2013 Hi, We tried using the vLine with RealTimeLine chart and the issue does not get replicated here. Please find the screenshot of the same. Could you please send us the sample of your code so that we can test it here? Awaiting your response. dataset> <set label='Oct 2005' value = '10'/> <set label='Nov 2005' value = '10' /> <set label='Dec 2005' value = '10'/> <vLine color='FF5904' thickness='2' /> <set label='Jan 2006' value = '10'/> <set label='Feb 2006' value = '10'/> </dataset> Did you feeddata in this way?? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 16, 2013 Hi, Could you please use conditional operator "==" instead of "=" in the below code snippet and try once again? Code Snippet: if(i == 10){ strData = "&label=10&value=10&vline=1&vLineLabel=vLine&vLineColor=666666&vLineThickness=2&vLineDashed=1"; } Hope this helps! Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 17, 2013 Hi, Could you please use conditional operator "==" instead of "=" in the below code snippet and try once again? Code Snippet: if(i == 10){ strData = "&label=10&value=10&vline=1&vLineLabel=vLine&vLineColor=666666&vLineThickness=2&vLineDashed=1"; } Hope this helps! oh,it's not that problem, I tried in your way, but it does not works, so i suspect whether the fusionWidgets have some bugs, Can you send me a demo that you have tried successfully??? my email address is [email protected] ,,,Thanks.. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 18, 2013 Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Real-Time_lineChart_with-Vline.zip Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 18, 2013 Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Thank you very much, this demo is usefully, However my version of FusionCharts is V3.3.4, it does not works, the vLine don't appear.........So, had you tried with V3.3.4??? i suspect the V3.3.4 have some bugs..... Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 18, 2013 Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Thank you very much, this demo is usefully, However my version of FusionCharts is V3.3.4, it does not works, the vLine don't appear.........So, had you tried with 3.2.4-sr1.9888 ??? i suspect the 3.2.4-sr1.9888 have some bugs..... my version is 3.2.4-sr1.9888, not 3.3.4 , Share this post Link to post Share on other sites
yangchuan009 Report post Posted April 18, 2013 Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Thank you very much, this demo is usefully, However my version of FusionCharts is 3.2.4-sr1.9888, it does not works, the vLine don't appear.........So, had you tried with 3.2.4-sr1.9888 ??? i suspect the 3.2.4-sr1.9888 have some bugs..... my version is 3.2.4-sr1.9888, not 3.3.4 , Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 19, 2013 Hi, Thank you for your more specific information. The issue will be replicated in the FusionWidgets XT version 3.2.4-sr1.9888, which has fixed in the latest release. So, could you please upgrade to latest version and try once? Please note that the latest version currently available is FusionWidgets XT v3.3.1-release.19520. Hope this helps! Share this post Link to post Share on other sites
yangchuan009 Report post Posted June 17, 2013 Hi, Thank you for your more specific information. The issue will be replicated in the FusionWidgets XT version 3.2.4-sr1.9888, which has fixed in the latest release. So, could you please upgrade to latest version and try once? Please note that the latest version currently available is FusionWidgets XT v3.3.1-release.19520. Hope this helps! Hello, do you have the "FusionCharts.HC.Charts.js" , and the version is 3.3.0-release.18739, I want to test the demo as shown in your website. Thank you !!! Share this post Link to post Share on other sites
yangchuan009 Report post Posted June 17, 2013 Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Hi, Please find the attached sample of the Real-Time Line chart (using Evaluation version of FusionCharts V3.3.0 files), which updates the data with vLine, onClick of an HTML button (placed just below the chart). Also, please find the attached scren shot of the same for your reference. Hope this helps! Hello, do you have the "FusionCharts.HC.Charts.js" , and the version is 3.3.0-release.18739, I want to test the demo as shown in your website. Thank you !!! My email is [email protected] Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 24, 2013 Hi, Could you please upgrade to the latest FusionCharts Suite XT v3.3.1-sr2.19840, which is the latest release, as of now? To download the Trial version of the latest release, please visit the link: http://www.fusioncharts.com/download/trials/ Please note that FusionCharts Suite XT is backward compatible with older versions. So in latest version, you could find the same feature with a lot more bug fixes and improvements. If you still require to use "3.3.0-release.18739", please find the attached trial version of "FusionCharts.HC.Charts.js" file. (Remove the .txt extension from the file, before using it) Hope this helps! FusionCharts.HC.Charts.js.txt Share this post Link to post Share on other sites