yanghui4661

Members
  • Content count

    5
  • Joined

  • Last visited

Everything posted by yanghui4661

  1. i want to use each area as a hotspot link in StackedArea chart, but seems there is no way could i do that ! Anybody give me a hint? thanks
  2. Use Whole Area As A Hotspot Link In Stackedarea2D

    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 ?
  3. Use Whole Area As A Hotspot Link In Stackedarea2D

    So there is no way could i use each area as a different hotspot link in StackedArea chart... But still , thanks
  4. A Server-Side Export Issue

    Hi i got a problem here, that we need to support server side report exporting without any client operation, it's a server-side scheduled task, so what i suposed to do? Any body would give me an advice? Thanks
  5. A Server-Side Export Issue

    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?