gurufocus Report post Posted August 30, 2011 Hi, I just purchased FusionChartV3. Trying to create a multiseries line chart. I wonder if I can have different numbers of points on different series. For instance, if I have two series, can I have 10 points on one line, but 12 on the other? thanks! GuruFocus. Share this post Link to post Share on other sites
Swarnam Report post Posted August 31, 2011 Hi GuruFocus, Welcome to FusionCharts forum. MultiSeries Line chart could have different number of data points for different series. I hope this helps. Hi, I just purchased FusionChartV3. Trying to create a multiseries line chart. I wonder if I can have different numbers of points on different series. For instance, if I have two series, can I have 10 points on one line, but 12 on the other? thanks! GuruFocus. Share this post Link to post Share on other sites
gurufocus Report post Posted August 31, 2011 Thank you very much for the reply! I managed to make it work. But I have another problem. I created a chart here: http://www.gurufocus.com/xmlswf/fusion/valuation_chart_html5.php?symbol=GD Somehow the tool tip is not displaying. Please let me know how to make the tooltip work. Thanks! GuruFocus. Hi GuruFocus, Welcome to FusionCharts forum. MultiSeries Line chart could have different number of data points for different series. I hope this helps. Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 1, 2011 Hi, Thanks for your response. Could you please try once by setting <showToolTip='1'> attribute inside the <chart> element? I am afraid, we are unable to replicate the issue, as the tool tip is displaying properly from our end. Please find the screenshot attached for your reference. Share this post Link to post Share on other sites
gurufocus Report post Posted September 1, 2011 (edited) I solved the problem. But I have another problem. The charts rendered with Javascript and Flash are different. I am using the latest V3.2. I got the version with the download link I received after purchase. Edited September 1, 2011 by gurufocus Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 2, 2011 Hi, Thanks for your response. FusionCharts v3.2 collaborates with HighCharts to implement the JavaScript charting solution as a graceful fallback for devices that does not support Flash. The goal of FusionCharts JavaScript Library (FusionCharts.js) is to make HighCharts behave and appear as close to FusionCharts as possible. However, due to the inherent nature of the technological difference, it is near impossible to achieve 100% accuracy for the same. But, with minimal effort, it is possible to adapt the JavaScript charts to appear visually aesthetic and functionally identical to FusionCharts Flash charts for specific requirements. More details at: http://kb.fusionchar...nd+Flash+charts Hope this helps. Share this post Link to post Share on other sites
gurufocus Report post Posted September 2, 2011 Thanks! I am working on it. This is what I got so far with Javascript render: http://www.gurufocus.com/xmlswf/fusion/valuation_chart_html5.php?symbol=WMT It has been a struggle. Could you please give me the Javascript code for doing these: 1. Remove anchor point on the series, just lines are displayed. 2. Do not display Null points 3. X-Axis labels needs to be much fewer 4. Legend does not cover labels None of the above problems exist in Flash. Please help. Also I wonder it seems I did not receive email notifications when you reply. Thanks! GuruFocus. Share this post Link to post Share on other sites
gurufocus Report post Posted September 2, 2011 I add these: xAxis: { labels: { step: 3, rotation: 90, align: 'left' }, in JavsScript. The part "step: 3" is not doing anything not matter I do "step: 3" or "step: 5". Please help Share this post Link to post Share on other sites
gurufocus Report post Posted September 2, 2011 I used your original example at http://kb.fusioncharts.com/questions/462/Minimize+visual+and+functional+differences+between+FusionCharts+3.2+JavaScript+and+Flash+charts and put it on our site, it is here: http://www.gurufocus.com/xmlswf/fusion/test_javascript_chart.php. When i add "step: 2" to xAxis: { labels: { rotation: 90, align: 'center', step: 2 }, minorTickLength: 0 }, it does not change the display. Please help! Frustrating.... Share this post Link to post Share on other sites
Sanjukta Report post Posted September 5, 2011 Hi, Please note that you have set "rotation: 90," whereas it is set to '0' in the original code. Naturally, when "rotation" is set to '90', it is rotating the labels vertically. Please try setting it to "rotation: 0," and see if this helps. Hope this helps. Share this post Link to post Share on other sites
gurufocus Report post Posted September 6, 2011 (edited) I don't have problem with rotation. I am talking about "Step" of the labels. the "Step" does not work. Please re-read my previous messages. Edited September 6, 2011 by gurufocus Share this post Link to post Share on other sites
gurufocus Report post Posted September 6, 2011 After I tried other things, I think the javascript files "FusionCharts.js" and "highcharts.js" in my purchased downloads are not current. I tried the zip file in this thread: http://forum.fusioncharts.com/topic/9840-how-to-connectnulldata-in-javascript/, "connectNullData='0' "worked, but it has a "highcharts" link at the bottom-right corner. Please send me the latest javascript files without the "highcharts" link. Thanks! I don't have problem with rotation. I am talking about "Step" of the labels. the "Step" does not work. Also "connectNullData='0' " has not effect. Please re-read my previous messages. Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 7, 2011 Hi, Thanks for your response. Please drop a mail to: [email protected] quoting your orderID and we will get back to you at our earliest. Please mention the forum thread in the mail for our reference. Looking forward to your mail. Share this post Link to post Share on other sites