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] Horizontal Bar Chart Labels

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Horizontal Bar Chart Labels
 Login/Join
 
Gold member
posted
I need to create a horizontal bar chart sorted by highest volume. I need the labels on the bars to be percent change from year ago without volume showing up. I foolishly thought this would be easy but it seems I may have been mistaken. This chart will end up in a power point deck.

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 74 | Registered: December 23, 2013Report This Post
Guru
posted Hide Post
Hi J.L Hinds,

This is a friendly follow up to your graph question.

While we wait for others to reply may I suggest searching on the forum for words such as 'graph percentage'.


There are many examples that possibly you can pull from. Here are a few I have found.

Changing the 100% in graph to real percentage.
http://forums.informationbuild...891090941#8891090941

[SOLVED] Display Percentage (%) symbol next to Y-Axis values
http://forums.informationbuild...517082926#1517082926

graph percentage
http://forums.informationbuild...711068331#9711068331

You may need to create a HOLD file with the values you need and graph off the HOLD file.

Good luck and keep us posted if you have further questions or if you have figure out a resolution.


Thank you for participating in the Focal Point Forum.

Kindest regards,
Tamra Colangelo
Focal Point Moderator
Information Builders Inc.


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report This Post
Platinum Member
posted Hide Post
Hello J.L.Hinds,

See if this helps. Created with app studio version 8008

ENGINE INT CACHE SET ON
-DEFAULTH &WF_STYLE_UNITS='PIXELS';
-DEFAULTH &WF_STYLE_HEIGHT='405.0';
-DEFAULTH &WF_STYLE_WIDTH='770.0';
-DEFAULTH &WF_TITLE='WebFOCUS Report';
GRAPH FILE CAR
-* Created by Info Assist for Graph
SUM CAR.SPECS.FUEL_CAP AS 'Fuel Capacity'
COMPUTE NEW_SEATS/I9=IF CAR EQ 'DATSUN' OR 'AUDI' THEN ( SEATS * ( 1 - 2 ) ) ELSE SEATS ; AS ''
BY TOTAL HIGHEST CAR.SPECS.FUEL_CAP NOPRINT
BY CAR.COMP.CAR
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET UNITS &WF_STYLE_UNITS
ON GRAPH SET HAXIS &WF_STYLE_WIDTH
ON GRAPH SET VAXIS &WF_STYLE_HEIGHT
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 2
ON GRAPH SET LOOKGRAPH HBRSTK1
ON GRAPH SET AUTOFIT ON
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=&WF_TITLE.QUOTEDSTRING, $
TYPE=DATA, COLUMN=N2, COLOR=RED, WHEN=NEW_SEATS LT 0, $
TYPE=DATA, COLUMN=N2, COLOR=BLUE, WHEN=NEW_SEATS GE 0, $
*GRAPH_SCRIPT
setReportParsingErrors(false);
setSelectionEnableMove(false);
setSeriesType(0,1);
setTransparentFillColor(getSeries(1), true);
setDisplay(getDataText(0), false);
setFillColor(getFrame(),new Color(255,255,255));
setFillColor(getSeries(1),new Color(255,255,255));
setPieTilt(0);
setPieDepth(0);
setDepthRadius(0);
setDepthAngle(0);
setColorMode(1);
setFillColor(getSeries(0),new Color(48,94,213));
setDisplay(getDataText(),false);
setDataTextPosition(0);
setDisplay(getDataText(1), true);
setFillColor(getDataText(),new Color(255,0,0));
setStackedDataValueSum(false);
setDisplay(getDataTextStackedTotalOnTop(),false);
*END
ENDSTYLE
END


WF 8 version 8.2.04. Windows.
In focus since 1990.
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report 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] Horizontal Bar Chart Labels

Copyright © 1996-2020 Information Builders