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