Sign in to follow this  
cbosier

Height Paramert Broken

Recommended Posts

i've been building fusioncharts using the php class for quite some time now. and the most recent chart ive constructed works fine, except the height parameter i pass in the constructor

is being ignored. ive been digging around for a day and a half already, and have found nothing to help. ive built the same chart, with the same parameters in javascript, to render in javascript, and it worked exactly as it should. i have no clue what else to do, as i need to use the flash renderer for the sake of consistency throughout the web app wherein i'm leveraging

the charts.... suggestions? :)

 

here's what my constructor looks like

 

$FC=new FusionCharts("MSColumn3D","900","980","0","1");

 

 

using fusioncharts 3.2.2

Edited by cbosier

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