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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
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