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     [NFR] WF8 - JSCHART - HTML Tooltip Sticky For Scatterplot.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[NFR] WF8 - JSCHART - HTML Tooltip Sticky For Scatterplot.
 Login/Join
 
Master
posted
When I run the code below, the tooltip appears upon mouseover, but does not hide when the mouse moves off the riser.

APP PREPENDPATH IBISAMP
GRAPH FILE GGSALES
SUM SEQ_NO
BY  ST
ACROSS SEQ_NO
IF SEQ_NO LE 5
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH SCATTERS
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
*GRAPH_JS
series: [
{series: 0, color: 'lightgreen'},
{series: 1, color: 'tan'},
{series: 2, color: 'lightblue'},
{series: 3, color: 'beige'},
],
htmlToolTip: {enabled: true, snap: true, sticky: false}
*END
END  

If anyone knows how to disable sticky tooltips for scatter plots, I'd be very appreciative.

This message has been edited. Last edited by: David Briars,




Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster
 
Posts: 822 | Registered: April 23, 2003Report This Post
Master
posted Hide Post
I've opened a case on this, still, if anyone has any ideas, I am all ears.
 
Posts: 822 | Registered: April 23, 2003Report This Post
Master
posted Hide Post
Thought I'd bump this thread, just this one time.

Seems like a reasonable request to have the tooltip disappear on the mouseout event.

Haven't heard back from IB on my open case.
 
Posts: 822 | Registered: April 23, 2003Report This Post
Master
posted Hide Post
I've been looking to change the color of the tool tip, without any luck.

IBI says do this within the GRAPH_JS:
htmlToolTip: { fill: 'pink' },

But doesn't seem to work.



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Master
posted Hide Post
I was looking at some of your previous posts David and found the solution.. Google Search never brought it up for some reason..

htmlToolTip: { style: { border: 'solid red', background: 'lavender'}, },



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Master
posted Hide Post
My case with IB on this matter has transitioned to a new feature request.

Updating the thread title accordingly.
 
Posts: 822 | Registered: April 23, 2003Report 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     [NFR] WF8 - JSCHART - HTML Tooltip Sticky For Scatterplot.

Copyright © 1996-2020 Information Builders