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.
So I am trying to make the actual chart look realistic to the values. In the following example the 37% for W. Germany appears like it is like 95% in the chart where I want it depict 37% of the width of the chart. Anyone know how to accomplish that. I tried the graphing/chart manual and searching the forum as well.
TABLE FILE CAR
SUM
CAR.BODY.RETAIL_COST AS ''
TOT.CAR.BODY.RETAIL_COST AS ''
COMPUTE COST_PERCENTAGE/I3% = (CAR.BODY.RETAIL_COST / TOT.CAR.BODY.RETAIL_COST) * 100;
BY CAR.ORIGIN.COUNTRY AS ''
END
GRAPH FILE CAR
SUM
COMPUTE COST_PERCENTAGE/I3% = (CAR.BODY.RETAIL_COST / TOT.CAR.BODY.RETAIL_COST) * 100;
BY CAR.ORIGIN.COUNTRY AS ''
ON GRAPH SET LOOKGRAPH HBAR
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID ON
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHSTYLE *
setMarkerDisplay(true);
setConnectLineMarkers(true);
setConnectScatterMarkers(true);
setO1LabelDisplay(false);
setO1AxisSide(0);
setO1MajorGridDisplay(false);
setO1MajorGridStyle(0);
setO1MinorGridDisplay(false);
setAxisAssignment(0,0);
setSeriesType(0,1);
setAxisAssignment(1,0);
setSeriesType(1,2);
setMarkerShape(getSeries(1),3);
setMarkerSize(getSeries(1),100);
setConnectLineMarkers(false);
setY1LabelDisplay(false);
setY1AxisSide(0);
setY1MajorGridDisplay(false);
setY1MajorGridStyle(0);
setY1MinorGridDisplay(false);
setTextFormatPreset(getY1Label(),-1);
setTextFormatPattern(getY1Label(),"#.##");
setPieFeelerTextDisplay(1);
setPieLabelDisplay(0);
setTextFormatPreset(getPieSliceLabel(),1);
setRiserBorderMode(2);
setLegendDisplay(false);
setPlace(true);
setRiserWidth(100);
setFillColor(getSeries(0),new Color(0,0,255));
setFillColor(getSeries(1),new Color(0,0,0));
ENDSTYLE
ON GRAPH SET VAXIS 125
ON GRAPH SET HAXIS 300
END
This message has been edited. Last edited by: neuro,
Currenly working @ Learning Circle Education Services Previously worked @ Nationwide Insurance Prod: WebFOCUS 7.6.11