yanghui4661

Members
  • Content count

    5
  • Joined

  • Last visited

Posts posted by yanghui4661


  1. Hi,

     

    If you are willing to have links on each data point, it can be achieved using link attribute.

     

    Ref. Code:

     

    <dataset seriesName='Product A'>

    <set value='27400' link='http://www.fusioncharts.com'/>

     

    Please find attached illustration for your reference

     

    Hope this helps.

     

    Actually i am looking for the way that set entire area as an hotspot , not just a data point , then i don't need to click a tiny weeny data point for drilling down to an other chart or trigger a js function .

     

    If it supports this feature ,the xml would be like this :

    ....

     

    <dataset seriesName='Product A' link='javascript:func()'>

    <set value='27400'/>

    <set value='29800' />

    <set value='25800' />

    <set value='26800' />

    <set value='29600'/>

    </dataset>

    ...

     

    Is there any luck ? Or any plan about this feature ?


  2. Greetings! smile.gif

     

    You can export charts using server-side exporting without client process :

     

    Refer the following link for your reference:

    http://docs.fusionch...erDownload.html

     

    This will help you.

     

    Have a great day! smile.gif

     

    Thanks for replying.

     

    But still, it could not do "scheduled task", which means the report file should be created all by my server side application.

     

    My server side is a java application, so i need a java model of fusioncharts for creating a chart and embeding the chart image into a PDF or excel file.

     

    How does that work?