uj2011

Members
  • Content count

    16
  • Joined

  • Last visited

Posts posted by uj2011


  1. anyone to help ?? ... how to resolve it any idea ??

     

    Hi,

     

    I wish to give the link to Node in Drag Node chart so that when I click on that node it will navigate me to other page. I am giving Link parameter in <set> but still cant do this navigation. (enableLink='1' this is already set).

     

    Can anyone guide whats going wrong with this?

    Do I have to exclusively give link in XML again for every node?

     

     

    Thanks in Advance

    Uj2011


  2. Hi,

     

    I wish to give the link to Node in Drag Node chart so that when I click on that node it will navigate me to other page. I am giving Link parameter in <set> but still cant do this navigation. (enableLink='1' this is already set).

     

    Can anyone guide whats going wrong with this?

    Do I have to exclusively give link in XML again for every node?

     

     

    Thanks in Advance

    Uj2011


  3. well because of privacy norms I cant send you proj xml file ... but yes the "Arrow At End" and "Arrow At Start" are ticked .

     

    I have tried doing same thing with the other Drag-Node charts, the connectors work fine. But in our apllication for few nodes connectors are not behaving good and they gets disappear at the end of node. (Finally I cant see any arrow for that connector).

     

     

     

    Hi,

     

    Thank you for the post.

     

    Can you please make sure you have checked the tick-boxes "Arrow At End" and "Arrow At Start" visible in the edit-panel ?

     

    If yes, can you please send us the XML file to test it in our labs ?

     

    Also, for more information you can always refer to the below link,

    http://docs.fusionch...Connectors.html

     

    Hope this helps !!

     

    Happy FusionCharting :D


  4. When I want to update the connector pointing to some node ... The arrow head is not coming correct Its just getting vanished when I visit the chart

     

    How do I make is visibile to the end of that specific node?

     

    Do I have to update the connector Length? how?

     

    Opps was updating wrong xml ... I got it

     

     

    Thanks alot !!

    Uj2011

     

     

     


  5. Opps was updating wrong xml ... I got it

     

     

    Thanks alot !!

    Uj2011

     

     

    Hi,

     

    Thank you for the reply.

     

    In order to be able to edit the chart, you should render the chart in edit mode.

     

    Can you please confirm that you have rendered the chart in edit mode, by setting the "viewMode" attribute of the chart to 0 ??

     

    If yes, can you please send us the XML file to test in our lab ??

     

    Awaiting your response :)

     

    Happy FusionCharting :D


  6. Thanks for the reply

     

    I have gone through the links you provided.

    On my Dragnode chart 'Add Connector, Delete Connector' these options are not available.

     

    Do I have to do some settings to enable them?

     

     

     

    Hi,

     

    Welcome to the FuisonCharts Forum :)

     

    Thank you for your post.

     

    Yes, it is possible to update the connector specifications and also to add/delete/update nodes in the Drag-node Chart.

     

    All that you have to do, to update the Drag-node Chart, is to render the chart in edit mode.

     

    In order to render the chart in edit mode you have to use the "viewMode" attribute of the chart and set it to 0.

     

    When in edit mode, you can add a node by right clicking on a position over the chart where the node is to be placed and then selecting "Add a node" option from the context menu.

     

    For more information on "Adding and editing nodes", please refer to the below link,

    http://docs.fusionch...dEditNodes.html

     

    Similarly, you can edit a connector by right clicking on the connector and select "Edit Connector" option from the context menu.

     

    For more information on "Adding and Editing Connectors", please refer to the below link,

    http://docs.fusionch...Connectors.html

     

    You can also add labels at run-time. For more information on "Add text labels", please refer to the below link,

    http://docs.fusionch...TextLabels.html

     

    Hope this helps!!

     

    Happy FusionCharting :D


  7. Hi,

     

     

    i am willing to update the connector specifications(like the arrow is not pointing to the node correctly) and also want to add new items (connector,node) in my existing chart .

     

    how these all things can be done? ... is it possible manually .... or has to be coded / existing code upgrade?

     

     

     

    Thanks,

    uj2011


  8. How do i run this thr IE?

     

    Hi,

     

    Thanks for your response.

     

    I have only added the closing chart tag i.e "</chart>" under setDataXML() method.

     

    Please note that setXMLData() function takes XML embedded as string from the JavaScript.

     

    setDataXML(), which you have already been using in your application, although deprecated, this will continue to work without any problem.

     

    Hope this helps.


  9. Thanks Angshu,

     

    yeah it worked . what was the change as in i can see you have only chaged the chart.setDataXML (What is the difference between setXMLData and setDataXML ? ) ... As in i read its same ?

     

     

     

    Uj2011

     

     

    Hi,

     

    Welcome to FusionCharts Forum! smile.gif

     

    Please find the modified code and the screenshot attached for your reference.

     

    Hope this helps.

     

    Please make sure to edit the path of FusionCharts.js and DragNode.swf in the attached code.

     

    Hope this helps.


  10. This is my html code but didnt get DragNode chart I have Fusioncharts.js on the place too.

     

    Please suggest what cud be the problem to get result.

     

     

    <html>

    <head>

    <title>My First chart using FusionCharts</title>

    <script type="text/javascript" src="FusionCharts/FusionCharts.js">

    </script>

    </head>

     

    <body>

    <div id="chartdiv" align="center">FusionCharts</div>

    <script type="text/javascript"> <!--

     

    var chart = new FusionCharts("FusionCharts/DragNode.swf", "ChartId", "900", "650", "0", "0");

    chart.setDataXML("<chart palette='2' xAxisMinValue='0' xAxisMaxValue='100' yAxisMinValue='0' yAxisMaxValue='100' is3D='1' showFormBtn='1' viewMode='0'> <dataset seriesName='DS1'> <set x='12' y='79' width='70' height='56' name='Node 1 with a long label' color='FE3233' id='1'/> <set x='59' y='15' width='40' height='56' name='Node 2' color='FE9191' id='2' link='n-http://www.fusioncharts.com'/> <set x='88' y='75' radius='37' shape='circle' name='Node 3' color='62D0FE' id='3' link='n-http://www.fusioncharts.com'/> <set x='33' y='35' radius='37' shape='circle' name='Node 4' color='FE8181' id='4' link='n-http://www.fusioncharts.com'/> <set x='40' y='85' width='45' height='67' name='Node 5' color='FE7272' BorderColor='ff5904' id='5' /> <set x='69' y='85' width='45' height='67' name='Node 6' color='72D4FE' id='6' link='n-http://www.fusioncharts.com'/> <set x='87' y='45' radius='47' shape='polygon' numSides='3' name='Node 7' color='FE5151' id='7' link='n-http://www.fusioncharts.com'/> <set x='65' y='60' radius='47' shape='polygon' numSides='5' name='Node 8' color='FE9191' id='8' link='n-http://www.fusioncharts.com'/> <set x='12' y='20' radius='37' shape='circle' name='Node 9' color='33C1FE' id='9' link='n-http://www.fusioncharts.com'/> <set x='80' y='12' radius='47' shape='polygon' numSides='4' name='Node 10' color='33C1FE' id='10' link='n-http://www.fusioncharts.com'/> </dataset> <connectors color='FF0000' stdThickness='5'> <connector strength='0.96' label='link label' from='1' to='9' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.8' label='link12' from='1' to='5' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.8' label='link2' from='1' to='8' color='BBBB00' /> <connector strength='0.3' label='link3' from='1' to='4' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.4' label='link4' from='2' to='4' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.6' label='link5' from='4' to='2' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.33' label='link1' from='2' to='8' color='BBBB00'/> <connector strength='0.66' label='link7' from='8' to='3' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.7' label='link6' from='4' to='5' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.6' from='4' to='8' color='FF5904' arrowAtStart='1' arrowAtEnd='1'/> <connector strength='0.6' label='link9' from='5' to='8' color='BBBB00' /> <connector strength='0.5' label='link10' from='7' to='8' color='BBBB00' arrowAtStart='1' arrowAtEnd='1' /> <connector strength='0.3' label='link11' from='7' to='10' color='BBBB00'/> </connectors> ");

     

    chart.render("chartdiv");

     

    // -->

     

    </script>

    </body>

    </html>

     

     

    Thanks

    Uj2011