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.
Inside the documentation, for the function parameter 'd' description there are Data Modes for maps that we can access to get the lat/lng info.
Any ideas on how i can access those values and add to my tootip return expression?
Sample Code: JOIN POSTALCODE IN centurysales TO MULTIPLE POSTALCODE IN locale END
GRAPH FILE centurysales SUM LINEPRICE BY LATITUDE BY LONGITUDE ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET VZERO OFF ON GRAPH SET HTMLENCODE ON ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET UNITS PIXELS ON GRAPH SET HAXIS 700 ON GRAPH SET VAXIS 400 ON GRAPH SET GRMERGE ADVANCED ON GRAPH SET GRMULTIGRAPH 0 ON GRAPH SET GRLEGEND 0 ON GRAPH SET GRXAXIS 2 ON GRAPH SET LOOKGRAPH BUBBLEMAP ON GRAPH SET AUTOFIT ON ON GRAPH SET STYLE * *GRAPH_SCRIPT setPieDepth(0); setPieTilt(0); setDepthRadius(0); setCurveFitEquationDisplay(false); setPlace(true); setPlace(true); setToolTipStyle("html5"); *END INCLUDE=endeflt.sty,$ *GRAPH_SCRIPT setReportParsingErrors(false); setSelectionEnableMove(false); setDisplay(getLegendArea(),true); *GRAPH_JS "mapProperties": { "leaflet": { "overlayLayers": [{ "layerInfo": { "type": "regions" }, "title": "United States of America", "type": "latlng", "url": function(){ return tdgchart.getScriptPath() + 'map/US.json'} }], "baselayers": [{ "layerInfo": { "maxZoom": 16, "attribution": function() { return "&|copy; Information Builders | " + "Map Tiles: &|copy; Esri"; } }, "title": "ArcGIS_World_Street_Map", "url": function() { return 'http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}'; } }] } }, series: [ {'series': 0, tooltip: function(d,s,g){ return 'Line Price: ' + d + 'Latitude: ' + d.lat + 'longitude: ' + d.lng ; } }] *END ENDSTYLE END -RUNThis message has been edited. Last edited by: WF1326,