Valeriy

Members
  • Content count

    17
  • Joined

  • Last visited

Posts posted by Valeriy


  1. so basically i am using an xls file to generate my graphs with fusion charts..

     

    my xls file has roughly 4400 lines/set of variables to create the chart.. which shows data over a month's worth of time..

     

    this file is being updated every hour via a cronjob , however I can't get the chart to display all the data...at around 5+ days worth of data.. the charts simply crash and show "no data to display"

     

     

    if i add it manually all the data shows correctly..

     

    any suggestions?

     

    as an option if you have the source code (fla and com folder with classes), split into 2 parts XML and load consistently or make 2 diffirent chart


  2. Hi,

     

    1. Could you please confirm if you are looking for plotting the same data against both Primary (left) and Secondary (Right) axis?

     

    In case yes, you would need to provide similar data for both the Area and the Line plots for both the axes.

     

    2. Also, in case you are trying to display the data that is currently on the primary axis to show on the secondary axis, instead of what is displayed now, please try setting "parentYAxis='S'" for the Area plot. The "Line"{ plot would be plotted against the left axis at this point.

     

    Ex:

    <dataset ... renderAs='LINE' >
      	...
         </dataset>
         <dataset ... renderAs='AREA' parentYAxis='S' >
      	...
         </dataset>

     

     

    If we are unable to comprehend your query and the above reply is not what you are looking for, please specify your requirement a bit elaborately so that we can assist you further.

     

    Hope this helps. :)

     

    Yes, thanks, good, and again prblem with chart, look images please, why i see chart how polyhedron? how i can remove line (red cross)

     

    Thanks

    post-29501-0-31031100-1349863260_thumb.png


  3. Hi,

     

    Of course! Please use anchorColor and AnchorRadius attributes.

     

    Example:

     

    anchorColor='ff0000' anchorRadius='10'

     

    Thanks a lot, but i have any question, i need output display data how and left side

     

    look screenshot please in attache, possible?

    i want just duplicate left and right data is same

    post-29501-0-18963700-1349774565_thumb.png