The graphics object portion of the map function's object return.
graphics
map
map(d) { return { graphics: { items: [ //GraphicsObjects go here. ] } } }
Optional. The array of GraphicsObjects to render.
GraphicsObject
Generated using TypeDoc
The
graphics
object portion of themap
function's object return.