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 line (JSCHART) chart with many many lines, each representing a 24hr period of the date range selected. It reminds me of like Widows Performance Monitor.
Just like performance monitor, I'd like to click on a series and turn the color to black so that I can see it among the many colored lines.
Anyone done anything like that?
I was thinking I could have the chart drill down to itself, pass the series id and change the color in the style sheet. Currently the series colors are automatically assigned so I'll probably have to take control of that.
I'll probably also want to capture the current color of the selected series so I can restore it when they click on another line.This message has been edited. Last edited by: FP Mod Chuck,
-DEFAULTH &COUNTRY='_FOC_NULL'; GRAPH FILE CAR HEADING SUM CAR.BODY.DEALER_COST BY COUNTRY NOPRINT ON GRAPH SET LOOKGRAPH HBAR ON GRAPH SET GRAPHEDIT SERVER ON GRAPH SET BARNUMB ON ON GRAPH SET 3D OFF ON GRAPH SET VZERO ON ON GRAPH SET GRID ON ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET STYLE * DEFMACRO=COND0001,COLUMN=N2,MACTYPE=RULE,WHEN=COUNTRY EQ '&COUNTRY',$ DEFMACRO=COND0002,COLUMN=N2,MACTYPE=RULE,WHEN=COUNTRY NE '&COUNTRY',$ TYPE=DATA,COLOR=RGB(194 11 11),MACRO=COND0001,$ TYPE=DATA,COLOR=RGB(11 11 194),MACRO=COND0002,$ $ TYPE=DATA, COLUMN=N2, FOCEXEC=jeffrey999( \ COUNTRY=N1 \ ), TARGET='_self', $ ENDSTYLE END