With ArcGIS JS API 4.7, is there a way to show/hide graphics per attribute?
There is a property for the graphics called visible, but when I do set it to false myGraphic.visible = false no change occurs.
Any ideas? Thank you.
With ArcGIS JS API 4.7, is there a way to show/hide graphics per attribute?
There is a property for the graphics called visible, but when I do set it to false myGraphic.visible = false no change occurs.
Any ideas? Thank you.
Can you share an example that reproduces your issue. I just did a test, and I do not see any problem with graphic visibility in v4.7. Here is an example plunkr:
Live example: Plunker