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.
I have a chart I have created using the column chart type Error Bars.The type takes three series of data - an average value, a high value and a low value - and plots the information as a column with high and low "whiskers."
The chart itself seems to be plotting correctly based on the data, however, when data labels are turned on, the value shown does not correspond to the average value, but the high value. I have reproduced the problem I am having using the Car file. Here is the code:
GRAPH FILE CAR
SUM CAR.SPECS.WIDTH
CAR.SPECS.HEIGHT
CAR.SPECS.LENGTH
BY CAR.COMP.CAR
ON GRAPH PCHOLD FORMAT HTML
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET ARGRAPHENGIN JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET UNITS PIXELS
ON GRAPH SET HAXIS 770.0
ON GRAPH SET VAXIS 405.0
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH ERRORBAR
ON GRAPH SET STYLE *
*GRAPH_SCRIPT
setPieDepth(0);
setPieTilt(0);
setDepthRadius(0);
setCurveFitEquationDisplay(false);
setPlace(true);
*END
ENDSTYLE
END
Has anyone run into this issue before? My initial suspicion was that I might need to set the getDataText series to (0) in order to force the procedure to show the first SUM series (the average value), rather than the last, but it seems to have no effect on the result.
Am I missing something obvious, or have I found a bug to report (WF v8002)? Thanks for any help you can provide.This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.0 Windows, All Outputs
Posts: 4 | Location: Denver, CO | Registered: June 17, 2012