PaulK

Members
  • Content count

    4
  • Joined

  • Last visited

Posts posted by PaulK


  1. Hi,

    just implemented the new attribute 'showZeroPies' for my doughnut2d charts.

    Switching between on and off works well with a small amount of labels, in most of my cases 2-4.

    But there is one chart with 21 labels, where always switching from showZeroPies=1 to showZeroPies=0 crashes with error shown in the attached images.

    I'm implementing in Angular 6 and Fusioncharts 3.13.2-sr.1.

    Switching showZeroPies is done with 'chart.setChartAttribute('showZeroPies', '{0|1}')' where 'chart' object is obtained from fusioncharts' component 'initialized' output property.

    Regards,

    Paul

     

    stacktrace_fus_showZeroPies.PNG


  2. Hi,

    during my current project, i came up with following issue. 

    If an ancestor element of a fusioncharts span element is moved by a css transform, the tooltip and highlighting of the bars breaks. 

    As example (attached) i reproduced it in the docs section by moving the chart example container with transform.

    Verified on current Chrome, Firefox and Edge

    Any hint on how this could be fixed?

     

    Thanks 

    Paul

    transformbreaksfusioncharts.png