|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/25/2008 8:57:06 AM
Posts: 16,
Visits: 20
|
|
| Hi, My charts look find on firefox on my PC, but on other PCs they don't seem to scale properly. The size I set in "new FusionCharts" seems to set the physical size of that area OK, but then the chart itself doesn't shrink enough to get it all in. Any ideas? Here is an extract from my view: <div id="chartdiv_categories" align="left">The chart will appear within this DIV. This text will be replaced by the chart.</span> <script type="text/javascript"> var categoriesChart = new FusionCharts("/flash/FCF_StackedColumn2D.swf", "categoriesChartId", "350", "400"); categoriesChart.setDataURL("/graph/categories"); categoriesChart.render("chartdiv_categories"); </script> <div id="chartdiv_balance" align="right">The chart will appear within this DIV. This text will be replaced by the chart.</span> <script type="text/javascript"> var balanceChart = new FusionCharts("/flash/FCF_MSLine.swf", "balanceChartId", "550", "600"); balanceChart.setDataURL("/graph/balance"); balanceChart.render("chartdiv_balance"); </script>
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 4:10:01 AM
Posts: 136,
Visits: 498
|
|
| Hi, Could you please attach the snapshot of charts (both), also if possible please attach the XML.
Regards, Rahul FusionCharts Team.
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/25/2008 8:57:06 AM
Posts: 16,
Visits: 20
|
|
I've just realised on the other PC's if I increase & decrease the text font size the graphs increase and decrease in size. So if I increase the size the images go further apart and all looks good.
Question - Is there a way in the free version to set percentage based widths for the graphs as opposed to in pixcels? This may assist perhaps.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
I'm afraid FusionCharts doesn't support % based width.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/25/2008 8:57:06 AM
Posts: 16,
Visits: 20
|
|
| is this the case for FusionChart in general (i.e. including commercial as well as free versions)?
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 4:10:01 AM
Posts: 136,
Visits: 498
|
|
| Hi, This is limited to FusionCharts Free version. Our latest FusionCharts V3 supports use of % based width, height.
Regards, Rahul FusionCharts Team.
|
|
|
|