FusionCharts Forum: Drag Node - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Drag Node

#1 User is offline   aman vishnoi 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 17-February 12

Posted 17 February 2012 - 06:34 AM

Can anyone tell me how to draw drag node chart on asp.net c# page.
0

Other Replies To This Topic

#2 User is offline   Sumedh 

  • Supreme Being
  • Group: Administrators
  • Posts: 668
  • Joined: 21-December 11
  • LocationBangalore

Posted 17 February 2012 - 07:36 AM

Greetings, Posted Image

Please refer the following link for more information:
http://docs.fusionch...sicExample.html

In the same way, you would need to provide pre-defined XML data format (chart specific) to the chart.

You would need to provide 'DragNode. swf' and 'DragNode' chart XML file in the project.

Also, following .js files you would need to add in your project:
FusionCharts.js
FusionCharts.HC.js
FusionCharts.HC.PowerCharts.js
jquery.min.js

Hope this helps.Posted Image
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Thanks,
Sumedh

Follow us @Twitter!
0

Other Replies To This Topic

#3 User is offline   aman vishnoi 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 17-February 12

Posted 19 February 2012 - 06:23 PM

Thanks for your reply.

View PostSumedh, on 17 February 2012 - 07:36 AM, said:

Greetings, Posted Image

Please refer the following link for more information:
http://docs.fusionch...sicExample.html

In the same way, you would need to provide pre-defined XML data format (chart specific) to the chart.

You would need to provide 'DragNode. swf' and 'DragNode' chart XML file in the project.

Also, following .js files you would need to add in your project:
FusionCharts.js
FusionCharts.HC.js
FusionCharts.HC.PowerCharts.js
jquery.min.js

Hope this helps.Posted Image

0

Other Replies To This Topic

#4 User is offline   Sumedh 

  • Supreme Being
  • Group: Administrators
  • Posts: 668
  • Joined: 21-December 11
  • LocationBangalore

Posted 20 February 2012 - 04:31 AM

Happy FusionCharting ! Posted Image
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Thanks,
Sumedh

Follow us @Twitter!
0

Other Replies To This Topic

#5 User is offline   aman vishnoi 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 17-February 12

Posted 22 February 2012 - 06:18 AM

I have created drag node chart bot i am not getting download/save button.
I also want to use scrollbar
0

Other Replies To This Topic

#6 User is offline   Sumedh 

  • Supreme Being
  • Group: Administrators
  • Posts: 668
  • Joined: 21-December 11
  • LocationBangalore

Posted 22 February 2012 - 10:05 AM

Greetings, Posted Image

You can export your charts as images. By allowing you to export as PDFs as well, and also lets you choose whether to export the charts at client-side or server-side.

The entire FusionCharts export process is a multi-step process involving various elements, including:

> The chart itself - This is the SWF file that you embed in your page to generate the chart.
The chart is responsible to take its own snapshot so that further processes can take place.

> FusionCharts JavaScript class (FusionCharts.js) - The JavaScript class used to embed the chart.

> FusionCharts Export Handlers (Server-side)- In case of server-side export, these server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs.

> FusionCharts Export Component (Client-side) - In case of client-side export, FusionCharts Export Component accepts the bitmap snapshot of chart and converts into the required export format.

> FusionCharts Export Component JavaScript class (FusionChartsExportComponent.js) - This JavaScript class helps you initiate the FusionCharts Export Component object
and to set the JavaScript communication channel between the chart and FusionCharts Export Component. It has additional logic for cross-browser compatibility and error handling.

Please refer the following links, for more information:

http://docs.fusionch...erOverview.html

http://docs.fusionch...ntOverview.html

I am afraid, scrolling feature for Drag-Node chart is not supported, as of now.

Hope this helps. Posted Image
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Thanks,
Sumedh

Follow us @Twitter!
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic