I want to fill a symbol or on a map or a filled shape chart using esri data.
I have been requested to make it like a tea cup diagram.
I know this is a static image but was wondering if there is a way to do this dynamically.
https://www.usbr.gov/pn/hydromet/roguetea.html
You should be able to accomplish this using CIMSymbols. Here's an example: https://developers.arcgis.com/javascript/latest/sample-code/cim-primitive-overrides/
@AnneFitz Do they have to be dots or can they be a different symbol?
No they don't have to be dots! Can be any point symbol - or lines and polygons can follow the same pattern, using CIM primitive overrides to override the symbol properties based on data values.
@AnneFitz I will look into this thanks