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 am creating a bubble graph that displays percentages on the X and Y axis scale line. What's happening is that sometimes the X and Y axis shows the same percent value repetitively. The Y axis scale line displays from top to bottom 5% 4% 4% 4% 3% 3% 2%. The X axis scale line displays from left to right -1% 0% 0% 0% 1% 2% 2% 2% 3% 4%. Is there a way to prevent reoetitively percentages from displaying? Pasted below is my code. Thanks. GRAPH FILE GPHFILE " SUM DAYS_1000 COST_DAYS PMPM_12MR SNAPSHOT_MO NOPRINT ACROSS HGROUP2 FOOTING "2" -INCLUDE app/footerfe.fex ON GRAPH SET LOOKGRAPH BUBBLE ON GRAPH SET GRAPHEDIT OFF ON GRAPH SET BARNUMB OFF ON GRAPH SET 3D OFF ON GRAPH SET VZERO ON ON GRAPH SET GRID ON -*ON GRAPH SET VAXIS 530 -*ON GRAPH SET HAXIS 800 ON GRAPH SET GRAPHSTYLE * setUseDefaultBubbleMarker(false); setToolTipDisplay(true); setToolTipMode(false); setMarkerSizeDefault(100); setUserToolTip("[SL] [R] Days per 1000: [XV]% [R] Cost per Day: [YV]% [R] PMPM: $[ZV] "); setLegendAutomatic(true); setLegendPosition(5); setFontSize(getLegendText(),10); setFontSizeAbsolute(getLegendText(),true); setFontSize(getLegendText(),12); setTextRotation(getX1Label(),0); setTextRotation(getY1Label(),0); setY1TitleDisplay(true); setY1TitleString("CPD"); setY1TitleAutofit(false); setFontSizeVC(getY1Title(),888); setFontSizeVC(getY1Label(),888); setX1TitleDisplay(true); setX1TitleAutofit(false); setX1LabelAutofit(false); setFontSizeVC(getX1Title(),888); setFontSizeVC(getX1Label(),888); setX1MajorGridDisplay(false); setY1MajorGridDisplay(false); setY1MinorGridDisplay(false); setLegendDisplay(true); setFontSizeAbsolute(getY1Title(),true); -*Quadrant Lines to intersect at 0,0 setQuadrantLineValueX(0, 0); setQuadrantLineValueY(0, 0); setTextFormatPreset(getX1Label(),-1); setTextFormatPattern(getX1Label(),"#\u066A"); setTextFormatPreset(getY1Label(),-1); setTextFormatPattern(getY1Label(),"#\u066A"); -SET &SIGN = IF (&BUBMAX_Y) OR (&BUBMAX_X) LE 1 THEN 'true' ELSE 'false'; setY1ScaleMaxAuto(&SIGN); setY1OffScaleDisplay(true); setY1ScaleMax(&MAX_Y); -* setX1ScaleMaxAuto(&SIGN); setX1OffScaleDisplay(true); setX1ScaleMax(&MAX_X); setAutofit(getTitle(),false); setFontSize(getTitle(),12); setFontSizeAbsolute(getTitle(),true); setFontStyle(getTitle(),2); setSubtitleDisplay(false); setTitleString("CHART TITLE"); setRect(getTitle(),new Rectangle(-3888,11000,29806,1939)); setDisplay(getAnnotation(0), true); setTextString(getAnnotation(0), "DPT"); setFillColor(getAnnotation(0), new Color(0,0,0)); setRect(getAnnotation(0),new Rectangle(-15999,-5000,30000,-5000)); setFontSizeAbsolute(getAnnotation(0),true); setFontSizeInPoints(getAnnotation(0),9.0); setFontStyle(getAnnotation(0),2); -*setFontStyle(getY1Label(),2); -*setFontStyle(getX1Label(),2); setToolTipFontSize (12); setToolTipFontStyle(3); setY1MajorGridStep(10.0); setX1MajorGridStep(10.0); setX1MajorGridStepAuto(false); setGridStep(getY1MajorGrid(),10.0); setGridStep(getY1MinorGrid(),10.0); ENDSTYLE
W.F. 7.1.7 Windows XP operating systemThis message has been edited. Last edited by: Kerry,
I checked with our internal people and was suggested that this may be an issue to be fixed. Can you please contact Information Builders' Customer Support Services and open a case regarding this one? This way the issue can be directed to appropriate channels to fix it.
To confirm if this is fixed, you may want to contact Information Builders' Customer Support Services for assistance. In case this is to be fixed in a later release, you can also request your name to be added to the list so that you will be notified when this is available.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004