Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     ***CLOSED...Rotation on WF8 Graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
***CLOSED...Rotation on WF8 Graph
 Login/Join
 
Master
posted
another bug a boo....I can rotate my graph column labels 90 degrees - works fine. When I try 45 degrees, it looks fine in preview mode but the labels tend to merge with the lower half of the graph when run in production.

This message has been edited. Last edited by: RobertF,


WebFOCUS 8206.08
Windows, All Outputs
 
Posts: 603 | Registered: June 28, 2013Report This Post
<nick z>
posted
Hi Robert,
Can you please post your Graph code here?
Thanks.
Nick.
 
Report This Post
Master
posted Hide Post
sure...like I said, if I right click and set to 90 degrees it works in preview and actual mode. If I try 45 degrees...looks good on the preview...merges into the graph in production. My colleague has the same issue.

-*IA_GRAPH_BEGIN
.
..
...
ENGINE INT CACHE SET ON
GRAPH FILE HOLDTTLOTHERVISITS
-* Created by Info Assist for Graph
SUM HOLDTTLOTHERVISITS.HOLDTTLO.MTHLYACT AS 'Other Units'
HOLDTTLOTHERVISITS.HOLDTTLO.MthlyBudg
BY HOLDTTLOTHERVISITS.HOLDTTLO.FISCALYEAR
ACROSS HOLDTTLOTHERVISITS.HOLDTTLO.FiscalMonthNbr AS 'Other Units By Month'
HEADING
"Specialty: &IDXSPECIALTYTXT, Rollup: &IDXROLLUPTXT, Billing Provider: &BILLPROVNAMETXT, CC: &RPTBANBRTXT"
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET EMBEDHEADING ON
ON GRAPH SET HAXIS 500.0
ON GRAPH SET VAXIS 225.0
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET STYLE *
*GRAPH_SCRIPT
setPieDepth(0);
setPieTilt(0);
setDepthRadius(0);
setCurveFitEquationDisplay(false);
setPlace(true);
*END
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$
TYPE=REPORT, TITLETEXT='WebFOCUS Report', $
TYPE=HEADING, JUSTIFY=CENTER, FONT='Trebuchet MS', SIZE=8, COLOR=RGB(66 70 73), STYLE=BOLD, $
*GRAPH_SCRIPT
setReportParsingErrors(false);
setSelectionEnableMove(false);
setFillColor(getChartBackground(),new Color(255,255,255,161));
setGradientPinLeftColor0(getSeries(0),new Color(128,128,255));
setGradientPinRightColor0(getSeries(0),new Color(128,128,255));
setGradientPinLeftColor2(getSeries(0),new Color(128,128,255));
setGradientPinRightColor2(getSeries(0),new Color(128,128,255));
setGradientPinLeftColor1(getSeries(0),new Color(128,128,255));
setGradientPinRightColor1(getSeries(0),new Color(128,128,255));
setGradientPinPosition1(getSeries(0),0.5);
setGradientPinPosition2(getSeries(0),1.0);
setGradientPinLeftColor1(getSeries(0),new Color(192,192,192));
setGradientPinRightColor1(getSeries(0),new Color(192,192,192));
setGradientNumPins(getSeries(0),2);
setGradientPinPosition0(getSeries(0),0.0);
setGradientPinPosition1(getSeries(0),1.0);
setGradientPinLeftColor0(getSeries(1),new Color(0,160,160));
setGradientPinRightColor0(getSeries(1),new Color(0,160,160));
setGradientPinLeftColor2(getSeries(1),new Color(0,160,160));
setGradientPinRightColor2(getSeries(1),new Color(0,160,160));
setGradientPinPosition0(getSeries(1),0.0);
setGradientPinPosition1(getSeries(1),1.0);
setFillType(getSeries(0),1);
setFillType(getSeries(1),1);
setFillColor(getSeries(0), new Color(128,128,255,255));
setSeriesType(0,1);
setDisplay(getO1MajorGrid(),false);
setFillColor(getSeries(3),new Color(255,0,0));
setSeriesType(3,2);
setFillColor(getSeries(2),new Color(0,160,160));
setSeriesType(1,2);
setLineStyleLegendMarkers(0);
setFillColor(getSeries(1),new Color(255,255,255));
setTransparentFillColor(getSeries(1), true);
setDisplay(getLegendArea(),true);
setLegendPosition(0);
setFontSizeAbsolute(getO1Label(), true);
setFontSizeInPoints(getO1Label(), 9);
setPlaceResize(getO1Label(), 0);
setTextFormatPreset(getY1Label(),1);
setTextRotation(getO1Label(),3);
*END
ENDSTYLE
END
-*IA_GRAPH_FINISH


WebFOCUS 8206.08
Windows, All Outputs
 
Posts: 603 | Registered: June 28, 2013Report This Post
<nick z>
posted
Ah!
Its a bug with IE8.
Try with IE9 or higher.
Or better yet with Chrome.
Thanks.
 
Report This Post
Master
posted Hide Post
Nick,

I wouldn't call it a bug in IE8. IE8 doesn't have full html5 support, it to old of a browser. That's what jscharts use to build graphs in. This is why IBI has dropped support for IE8. Things that weren't rewritten in wf8.x will continue to work, but any improvements based in html5 won't work anymore. for best results moving forward, I would suggest informing your users that you can no longer support IE8 and ask them to use IE9+. In wf8.x and above, you will have more success this way.

I don't remember exactly where, but the tech support site does have a list of supported browsers for different functionality


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
 
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013Report This Post
Master
posted Hide Post
Booo!
(but thanks)


WebFOCUS 8206.08
Windows, All Outputs
 
Posts: 603 | Registered: June 28, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     ***CLOSED...Rotation on WF8 Graph

Copyright © 1996-2020 Information Builders