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.
Hope you are enjoying Summit. I'm on it, but plugging away on a few things too.
I have a map that displays fine...
GRAPH FILE
...
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET HAXIS 1008.0
ON GRAPH SET VAXIS 768.0
ON GRAPH SET LOOKGRAPH BUBBLEMAP
ON GRAPH SET EMBEDHEADING ON
ON GRAPH SET AUTOFIT ON
...
*GRAPH_SCRIPT
*GRAPH_JS_FINAL
"chartFrame": {
"border": {
"width": 1.0
}
},
"extensions": {
"com.esri.map": {
"overlayLayers": [
{
"ibiDataLayer": {
"map-geometry": {
"map_by_field": "CARS"
}
}
}
],
"baseMapInfo": {
"customBaseMaps": [
{
"ibiBaseLayer": "dark-gray"
}
]
}
}
},
"matrixProperties": {
"cellBorder": {
"width": 1.0
}
},
"pieProperties": {
"holeSize": "0%"
},
"fill": {
"color": "rgba(0, 0, 0, 1)"
},
"agnosticSettings": {
"chartTypeFullName": "Bubblemap"
}
*END
ENDSTYLE
END
It displays fine most of the time (the extent of the map is correct), but when only one point is displayed on the map, the default extent of the map is the whole world. How can I make it so zooms to the one dot?
Thank you!This message has been edited. Last edited by: FP Mod Chuck,
It looks like you can customize some additional map properties according to the wfschart82.pdf
Introduction to Map Properties WebFOCUS supplies default property values for many map attributes, such as the extent of the map in the frame and the default maximum and minimum zoom. It also finds the center point for the geometry being used. However, you can customize all Esri map properties using their API, described at: https://developers.arcgis.com/...pi/map-amd.html#map1 You can also use several general WebFOCUS chart properties to enhance the charts