mark_kccs

Members
  • Content count

    7
  • Joined

  • Last visited

Posts posted by mark_kccs


  1. Hi Basundhara

    Will do!

    Is it possible to use this with other types of charts?

    I have attached xml to show what I'm trying to achieve.

    <chart caption="Contract Periods" showFCMenuItem="0" formatNumberScale="0">
    <categories>
    <category name="<a href="JavaScript:test();">Comp 1 <a/>" />
    <category name="<a href="JavaScript:test();">Comp 2 <a/>" />
    <category name="<a href="JavaScript:test();">Comp 3 <a/>" />
    <category name="<a href="JavaScript:test();">Comp 4 <a/>" />
    <category name="<a href="JavaScript:test();">Comp 5 <a/>" />
    </categories>
    <dataset seriesName="No contract">
    <set value="4" />
    <set value="0" />
    <set value="0" />
    <set value="0" />
    <set value="0" />
    </dataset>
    <dataset seriesName="0 - 6 months">
    <set value="2" />
    <set value="1" />
    <set value="0" />
    <set value="0" />
    <set value="3" />
    </dataset>
    <dataset seriesName="6 - 12 months">
    <set value="3" />
    <set value="2" />
    <set value="0" />
    <set value="2" />
    <set value="1" />
    </dataset>
    <dataset seriesName="12 - 36 months">
    <set value="1" />
    <set value="0" />
    <set value="0" />
    <set value="0" />
    <set value="0" />
    </dataset>
    <dataset seriesName="36 - 60 months">
    <set value="1" />
    <set value="0" />
    <set value="0" />
    <set value="1" />
    <set value="0" />
    </dataset>
    <dataset seriesName="more than 60 months">
    <set value="2" />
    <set value="0" />
    <set value="0" />
    <set value="1" />
    <set value="0" />
    </dataset>
    </chart>
    

    Cheers.


  2. Hi to all

    Sorry to jump in but I would be very interested to see if this is possible as we have a large project to migrate from flat images to something like FusionCharts. Our current images have lots of varied content that needs quite strict formatting and must be maintianed in the new rollout.

    Many thanks