|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/15/2008 12:55:46 PM
Posts: 6,
Visits: 29
|
|
Hi All.
First thing i want to say is 'I like your charts'.
Currently trying to make it autoresizeable. I found documentation about it here http://fusioncharts.com/Docs/Contents/PercentResize.html
so i added new param 'scaleMode=exactFit' and it worked.
But it is wrong. It resizing all: lines, fonts, anything on chart. It should just redraw chart data depend on new chart size.
i can show example here http://teethgrinder.co.uk/open-flash-chart/gallery-bg-image.php. here resizing works properly.
don't think it is spam.
i realy like fusion charts and using it in my project. but i am wondering it cant normaly autoresized.
may be i am making something wrong? i realy not need resize all visible chart data like fonts, line width, margin, etc. Look how makes it at open-flash-charts.
Thank You
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
| Hi, We recommend using the pixel based resizing instead of percent based resizing. When you set the width/height in percentage, the control for resizing moves out from the chart to browser.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/15/2008 12:55:46 PM
Posts: 6,
Visits: 29
|
|
Hi
but pixel based size will not give me autoresize ability.
i need autoresize chart if browser was resized.
can you show me example what you mean please?
Thank you
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
That's not possible using FusionCharts, as we do not recommend percent based sizing.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/22/2008 6:07:34 PM
Posts: 6,
Visits: 11
|
|
Pallav (7/16/2007) Hi,
We recommend using the pixel based resizing instead of percent based resizing. When you set the width/height in percentage, the control for resizing moves out from the chart to browser.
How do you resize a chart already displayed in pixels then? (From a webpage using JS)
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Once the chart is rendered, the only way to resize it again would be re-draw it.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/22/2008 6:07:34 PM
Posts: 6,
Visits: 11
|
|
Pallav (8/22/2007) Once the chart is rendered, the only way to resize it again would be re-draw it.
you mean that i should remove the object/embed tag from the html dom and recreate it with different parameters?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
|
|
|
| | |