gurufocus

Members
  • Content count

    14
  • Joined

  • Last visited

About gurufocus

  • Rank
    Junior Member
  1. Size And Poistion Of Canvas

    It won't work if we try to use FusionChart for more flexible charting. We need to set the chart position and size directly.
  2. Size And Poistion Of Canvas

    What I have is a general question, as we are planning for more charts. One example is here: http://www.gurufocus.com/shiller-PE.php We have two charts, we hope that the canvas size is exactly the same. The two charts there have different Canvas size, even the margins are the same. The reason is because the labels on the Y-axis has different length.
  3. Size And Poistion Of Canvas

    Is there a way to set the size and position of Canvas directly. I know you can set them with margins. But the length of the labels affect the size of the canvas even if you set the margins. Thanks!
  4. Single Series 2-D Line Chart In Multi-Series Chart

    I tried that. However, I got an error message which says data error. Then I tried again today, it seems to be working. Anyway, thank you for the help. Other
  5. I noticed that the XML file format for Single series 2-D line-chart is quite different from those in multi-series 2-D line chart. I have charts that are sometimes single series, other times multi-series. It means that I need to generate different format of xml for the same data. Is there a way to create single series line chart in multi-series chart?
  6. Can I create a chart that is combined line and Bubble chart? That is Bubbles overlapped on lines? If yes, please give me some examples. thanks!
  7. 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!
  8. 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.
  9. 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....
  10. 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
  11. 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.
  12. 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.
  13. 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.
  14. 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.