Focal Point
Graph display problem

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

July 13, 2005, 03:05 PM
Ron R
Graph display problem
I'm just starting to work with graphs. When I try to create a graph, I get the header but no graph is displayed.

Is there some Webfocus setting that needs to be set to display graphs.

Thanks,
Ron
July 13, 2005, 03:34 PM
mgrackin
Techniquely NO if your installation is done properly. We need more information as to how you have WebFOCUS installed and what version you are using. Also, what does your code look like?
July 13, 2005, 05:36 PM
Ron R
We are running version 5.2.3 of WebFocus using the Apache web server.

Sample code:
SET LOOKGRAPH = BAR
GRAPH FILE CAR
HEADING CENTER
"Sales By Make"
SUM SALES
ACROSS CAR

ON GRAPH SET GRAPHSTYLE *
setTextRotation(getO1Label(), 0);
ENDSTYLE

END
July 13, 2005, 06:20 PM
Francis Mariani
WebFOCUS 5.3.2 and Apache Tomcat 5.0.28 - Worked correctly.
July 13, 2005, 06:42 PM
Ron R
When I add the SET GAPHEDIT=OFF command the graph appears. It seems like my problem has something to do with server side graphics.

What are the advantages of using server side graphics versus client side graphics.