danut

Members
  • Content count

    9
  • Joined

  • Last visited

About danut

  • Rank
    Forum Newbie
  1. ScrollColumn2D max items

    Hi, I think that this issue is generated by the XML string beeing to long. If I remove the "color" property then I can see the information for all the machines. Thank you for your help! Danut
  2. ScrollColumn2D max items

    Hi, I'm using the ScrollColumn2D chart that needs to display 460 items (bar charts). So far I was able to display only 445 such columns, but if I try to display all of them the "Invalid XML data" message appears. Do you know if there is a limitation regarding the number of maximum items that this chart supports? If yes, can you please give a solution! The XML looks similar to this one: <chart> <categories> <category label="A1"/> ... </categories> <dataset seriesName="Sum"> <set value="0.21" link="S-A1;_warning" toolText="Name: A1 PM status: Warning" color="0xFFFF00"/> ... </dataset> </chart> Thanks, Danut
  3. Hi, I have a licence for the flash version of the fusioncharts. Do you know if it is possible to upgrade it to also include the javascrip version? Or do I have to buy a new licence for that? Thanks, Danut
  4. Using Arraycollection As Data Provider

    Hi Sashibhusan, I've manage to solve this issue. One more question though: do you know if it is possible to use linked charts in flex? I've seen examples that works for js, but when trying to do the same in Flex the drill-down feature does not work. Thanks! Danut
  5. Hi, I'm new in using the fusion charts, so this may sound a little bit silly. I have an array collection, where each item has the following structure: {color:"0xFFFF00", name:"Item 1"}. When trying to render the chart, I get an "No data to display" message. As far as I've seen, the problem is that the library searches for the "value" attribute. In this case the items in the array collection do not provide such a property. Instead, I want to render the "name" attribute (and not the "value" one). Do you think It is possible? How can I do this? Thanks! Danut
  6. Hi, I need to add a small icon on the bottom of each column within the chart. Do you know if it is possible? Or maybe you could indicate a workaround. I am using the fusion charts for FlexSKD3. Thanks in advance! Danut