© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Keep up with latest product news
tooltipStyles
data property. specify JSON with css properties to apply on a tooltip. e.g. { "padding": "10px", "font-size": "20px" }
popupStyles
data property. specify JSON with css properties to apply on a popup. e.g. { "padding": "10px", "font-size": "20px" }
index
now contains widget name, if widget shared by namepolygonTitleProperty
, now it displays correctly on polygonspolygonTitleProperty
if value is numberdecimalSeparator
, numericGroupSeparator
, numericGroupSize
options for widgets (#228)dataLabels
data property for map widget (#231). now values can be displayed directly on map.dataLabels=1
to show values. dataLabels
can be set to JSON with options to customize labels,{ "size": 12, "font": "Calibri,Arial,sans-serif", "color": "#000", "stroke": "#FFF", "strokeWidth": 2 }
.{ "color": "#F00", "size": 18 }
http://test.com/#/MAP/map/Map.dashboard?widget=UAMap.geojson
(#230)percentageFormat
data property, to set format of percents for widgets that show percentage values, e.g. #.##
(#229)fixMinZoom
and fixMaxZoom
data properties for map widget. To fix zoom out set fixMinZoom=1
New features: