ahsiang1001 Report post Posted June 18, 2013 Hi. This is my first post. I am trying to create an Organization Chart using Drag Node by passing XML into the Drag Node. So far so good where I can create the level and all. Now is more of the cosmestic stuff (Please look at the attached image before and after). How can I have my connector line to be like what I am expected in the attached diagram? How can I customise the font using XML? How can I lock the node by default to disable drag and drop? I have disabled submit button. Can I have some of the labels inside as well as outside the box? How can I have background color based on percentage. Eg, if the percentage of sales is 20%, I only want to have 20% of the box colored green while the 80% is white. Any help is appreciated. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 24, 2013 (edited) Hi, Welcome to FusionCharts Forum. Please find the response to your queries inline, below: How can I have my connector line to be like what I am expected in the attached diagram? >>I am afraid, PowerCharts XT Drag Node chart does not support the feature that you are looking for, as of now. How can I customise the font using XML? >>You could make use of some of the provided attributes to define generic font properties for all the text of the chart. However, if you intend to specify font properties for individual chart elements (like Caption, sub-caption etc.), you'll need to use the Styles feature of PowerCharts XT. Using Styles, you can also specify advanced font properties like Bold, Italics, HTML Mode etc. For more information on "Drag-node Chart Specification Sheet", please visit the link : http://docs.fusioncharts.com/powercharts/Contents/?ChartSS/DragNode.htm How can I lock the node by default to disable drag and drop? I have disabled submit button. >>To disable the drag and drop feature, you would need to set allowDrag='0' in the <dataset> or <set> element of your chart XML data. Ref. XML Code: <dataset ... allowDrag='0' > Can I have some of the labels inside as well as outside the box? >>Yes, you can provide the labels outside the box, by using <labels> tag. Ref. Code: <labels> <label text='OutSide' x='49' y='89' alpha='100' /></labels> How can I have background color based on percentage. Eg, if the percentage of sales is 20%, I only want to have 20% of the box colored green while the 80% is white. >>I am afraid, this feature is not support by Drag Node chart, as of now. Please find the attached sample XML code for your reference. Hope this helps! Edited June 24, 2013 by Sashibhusan Share this post Link to post Share on other sites
SumitDembla Report post Posted October 4, 2017 (edited) Hi , Any progress on the question-> How can I have my connector line to be like what I am expected in the attached diagram? I am looking for the same to have different connector line pattern. Edited October 4, 2017 by SumitDembla Share this post Link to post Share on other sites
Prerana Report post Posted October 6, 2017 Hi Sumit, Thanks for the query. Please refer the sample fiddle given below for the implementation. http://jsfiddle.net/Prerana/z6o9av2a/10/ Share this post Link to post Share on other sites
SumitDembla Report post Posted October 7, 2017 Thankyou so much. Was looking for that from so many days. Also can you please let me know how to remove the dotted line appearing at the top and also line at the bottom. Share this post Link to post Share on other sites
Prerana Report post Posted October 11, 2017 Hello, The line appearing at the top is the div line and the line at the bottom is the X-axis line. To remove those line, please set divLineAlpha and xAxisLineAlpha as 0. Please refer the sample given below for the implementation. https://jsfiddle.net/Prerana/z6o9av2a/18/ Share this post Link to post Share on other sites