Focal Point
[CLOSED] Graph problem: SVG only format that does not display

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3477008316

December 02, 2011, 07:38 PM
Francis Mariani
[CLOSED] Graph problem: SVG only format that does not display
Graph problem: SVG only format that does not display - I get a blank screen with the proverbial image icon. What gives?

This message has been edited. Last edited by: Francis Mariani,


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
December 04, 2011, 03:48 PM
Waz
Are you returning SVG to the browser ?

Browsers don't really support SVG.

I think reason for adding SVG as a format was for PDF documents, as it is scaleable.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

December 05, 2011, 02:25 AM
linnex
Hi everyone,

quote:
Browsers don't really support SVG.


sorry if I am a bit nagging here but that's not correct. Currently all major browsers except for one do natively support SVG images (to a certain degree - not all functions are supported). The one exception (you may have guessed) is the Microsoft Internet Explorer (up to version 8.0). 9.0 will be supporting SVG according to wikipedia.

For older IE versions there are plugins available (e.g. Adobe - discontinued but working up until IE 8.0 - tested by myself, or Google).

@Francis - Please keep in mind that SVG graphs in WebFOCUS lack some features known from PNG etc. e.g. MouseOver Tooltips (while this could programmatically be integrated fairly easy, IBI programmers have not yet seen the necessity to include this).

Cheers Linne


WebFOCUS 7.7.03
December 05, 2011, 12:26 PM
Dimitris Poulos
Francis, for SVG formatted graphs you need to have the SVG Viewer installed.
Please download from the adobe site: http://www.adobe.com/svg/viewer/install/
The latest available version for Windows is 3.03 and it works with XP and Windows 7.


Regards,
Dimitri
December 05, 2011, 01:06 PM
Francis Mariani
Linne, Dimitri,

Thanks - I'll never create an SVG graph again.

Cheers,


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
December 05, 2011, 03:30 PM
Waz
Francis, either return a PNG, JPG or GIF, or stick the SVG in a PDF document.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!