Search the Community

Showing results for tags 'rotation'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. Hi, I report a new bug, please see this fiddle : https://jsfiddle.net/8jn9hqws/ The rotation is active while it shouldn't with "enableRotation" :"0"
  2. startingAngle

    Hi, In the rotationEnd event of a chart, the arguments given are 'startingAngle' and 'changeInAngle'. As the former parameter actually gives the angle at completion, In the context of rotationEnd, a better name would be 'endingAngle'. I was under the brief misapprehension that 'startingAngle' here meant the original angle before the rotation. It doesn't make sense to call it 'startingAngle' here. Indeed, the function to set the angle of a chart is also called 'startingAngle()' - why not just 'angle()'? Paul