Sign in to follow this  
pihrig

javascript: doughnut2d: animation:0 but smart label lines still animate...

Recommended Posts

version: FusionCharts XT(v3.2.2) SR3 (12th March, 2012)

javascript: doughnut2d: animation:0 but smart label lines still animate...

 

i have animate set to 0.

but the smartlabel lines still move when you click on a title...

 

 

{"chart":{    
"startingangle": "90", 
"plotFillAlpha":"FFFFFF", 
"showLegend":"1",
"bgColor":"FFFFFF",
"bgAlpha":"1",
"showBorder":"0",
"legendPosition":"RIGHT",
"legendBorderThickness":"0",
"legendShadow":"0",
"legendBorderColor":"FFFFFF",
"legendBgColor":"FFFFFF",
"enableSmartLabels":"1",
"labelDistance":"2",
"radius3D":"0",
"showShadow":"0",
"enableRotation":"0",
"interactiveLegend":"0",
"animation":"0",
"showValues":"1",
"baseFont":"Tahoma",
"baseFontSize":"14",
"baseFontColor":"000000",
"use3DLighting": "0",
"showPlotBorder": "0",
"theme": "fint",
"drawCustomLegendIcon": "1",
"legendIconAlpha": "50",
"legendIconBorderColor": "#123456",
"legendIconBorderThickness": "3",
"legendIconSides": "5",
"legendIconStartAngle": "60",
"skipOverlapLabels":"1"
  },
  "data":[
{"value":"~tT", "label":"Talk Time", "color":"60b990", "displayValue":"~tT "}, 
{"value":"~hT", "label":"Hold Time", "color":"e57368", "displayValue":"~hT" }, 
{"value":"~aT", "label":"Available","color":"8a6bb1", "displayValue":"~aT"},
{"value":"~nRT", "label":"Not Ready","color":"8db8ff","displayValue":"~nRT"},
{"value":"~wT", "label":"Wrap","color":"5f90b0","displayValue":"~wT"}
  ]
}

 

Share this post


Link to post
Share on other sites

if i cant upgrade due to prod release.... i need to kill the animated line.. how can this be done....

i know i should upgrade, but cant currently. so please help with current version mentioned above. 

 

Thank You

-paul

Share this post


Link to post
Share on other sites

Hi

 

It is not possible to disable animation for the line. Though you can use line annotations to place line between pie and label, but they are static in nature and have to be manually placed. Please refer to this JSFiddle sample for the same: http://jsfiddle.net/sikrigagan/wYj95/1200/

 

Please refer to this link to know more about line annotations: http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/creating-annotations/introduction.html

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this