Alexey A

Members
  • Content count

    8
  • Joined

  • Last visited

Posts posted by Alexey A


  1. Hello Prerana,

     

    thank you for yours response.

    I know about margins attributes but I don't understand why there is huge amount of empty space when margins are zero.

    If you look into the example: http://jsfiddle.net/AlexeyAl/uc249u4v/

    then you will see that there are empty areas: Top - 20 px, Left 30 px, right - 37 px.

     

    The reason of my question is that in version 3.11.1 chart calculation algorithm was changed.

    The difference of rendering the same chart definition you can see in attached images.

     

    Please let me know if I have some workaround to restore 3.10.1 behavior.

    post-28267-0-58896800-1486038265_thumb.png

    post-28267-0-25185100-1486038280_thumb.png


  2. Hi Moonmi,

    thank you for your reply.

    Your sample works fine.

     

    The problem is in parsing xml data source.

    If you get data form chart object in my sample  by "getJSONData" then you can see that property name for connectors array is "connector" instead of valid name "connectors".

    In this case connector's sections ignored.

     

    My workaround for xml data source: I will use tag name 'connectors' for each connector on the chart.

    In this case property name in JS object is properly defined 'connectors'

     

    Best regards,

    Alexey