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     [Solved] Turn Off 'onclick' filter menus in active graphs?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] Turn Off 'onclick' filter menus in active graphs?
 Login/Join
 
Member
posted
Hello, I've read through all of the documentation for both graphs and active technology and not found a parameter for this. When I generate my active dashboard and view the HTML output, I can click on a series in a graph, which invokes a menu that has series labels and values in it. If one of the series on the menu is clicked, it seems to apply a filter and the chart goes blank with no way to get it back.

I tried
 
*GRAPH_JS
interaction:{
click: 'undefined'
}   

in the graph code but it did not suppress the behavior.

One thing to note is that those filter menus do not appear when I run the procedure directly from dev studio, only when the static html file is created from the active dashboard. I am using document composer syntax to generate the active dashboard.

Any insight much appreciated!
Ryan

This message has been edited. Last edited by: Ryan N,


WF: WebFocus 8.0.02
InfoAssist, Dev Studio, Magnify, Portal/Dashboards, Mobile Favs
Data: DB2
OS: Windows
Output: Multiple
 
Posts: 23 | Location: KC, MO | Registered: August 05, 2013Report This Post
Member
posted Hide Post
Inserting this code snippet into the header of an active dashboard HTML document will suppress the menus for both charts and reports on iPads and desktop browsers.
  
<style type="text/css">div[class^="m0out"], div[class^="iosDIV"] {display: none !important;}</style>

In Section 8 of the Active Technologies User's Guide, "Controlling Active Technologies With Custom JavaScript Code" details how to insert custom javascript into an active dashboard. I was hoping to use that to insert this code into my files, but it doesn't work in our environment as detailed in the guide. I have a case open with IBI on the matter.

In the meantime we are manually inserting the code snippet into the file.


WF: WebFocus 8.0.02
InfoAssist, Dev Studio, Magnify, Portal/Dashboards, Mobile Favs
Data: DB2
OS: Windows
Output: Multiple
 
Posts: 23 | Location: KC, MO | Registered: August 05, 2013Report 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     [Solved] Turn Off 'onclick' filter menus in active graphs?

Copyright © 1996-2020 Information Builders