<arcgis-map basemap="hybrid" id="map1" center="-117.88, 34.46" zoom="6">
hybrid base map labels are on top of graphics layer. I am adding graphics layer to the map components after view load. i tried adding view.graphics.add and it is working as expected and the problem is with graphicslayer.is there a way to set this in arcgis map component?
This is the default behavior for GraphicsLayer and Views
https://codepen.io/odoe/pen/RNWdObm?editors=100
The "view.graphics" or with components, "viewElement.graphics" is a graphics layer under the hood, but is always on top.