|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/11/2008 8:42:59 AM
Posts: 1,
Visits: 7
|
|
Issue: When IE7 browser is "zoomed" to a different size, either lesser or greater %, several of incremented zooms drop the last item in the legend. See the attached jpeg for an example of the problem... three specific screen captures (grouped together in Attach1) are provided for your reference... one at 100%, another at 125%, and finally one at 200%. Attach2 shows a view of the entire URL. Thanks, Smokey ---------------------------------------------------------------------------- Attach1 – Three Screen Captures Combined (CaptureCombo.jpeg) Attach2 - View of entire URL (URL.jpeg) Conditions: - Browser: IE7 - Chart in use: MSCombi2D.swf - Resized Movie (SWF file) to 750 x 230 to eliminate distortion based on screen resolution differences or zoom sizing. Best appearance is when Flash's "ShowAll" rather than "ExactFit" is used. URL Coding: … <script type="text/javascript"> var fschart1 = new FusionCharts("Charts/MSCombi2d.swf","fschart1","750","230", "false", "false","FFFFFF","ShowAll"); var JAVAStr1fs = "<%=varChart1 %>" fschart1.setDataXML(JAVAStr1fs); fschart1.render("FSChart1"); </script>
Smokey
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/2/2008 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
Hi,
The zoom function is not natively supported by FusionCharts - it's a feature of Flash Player, which directly scales the movie, instead of programatically zooming it. As such, this behavior is browser dependent and can cause some mismatches.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|