<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic visualVariables not resizing based on data in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visualvariables-not-resizing-based-on-data/m-p/577436#M53931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px;"&gt;Hi there,&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;I am trying to make a web app that overlays a map with circles of various sizes, based on data values in a database. I followed &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fjavascript%2Flatest%2Fsample-code%2Fvisualization-vv-size%2Findex.html" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; padding: 0px calc(0.35ex + 12px) 0px 0px;" target="_blank"&gt;this tutorial&lt;/A&gt;, but it isn't resizing the circles, using either the "stops" method or the "min/max value" method.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Here is how I define the layer:&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; border: 0px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;dataLayer&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4ec9b0; border: 0px; font-weight: inherit;"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;source&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [], &lt;/SPAN&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// An empty list of Graphics, will be edited later when options are chosen&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;title&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"Fancy Map"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;objectIdField&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"data_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;geometryType&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"point"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;fields&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"data_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"location_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"location_name"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"age_group_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"age_group_name"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"year_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"cause_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"cause_name"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths_normalizer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"latitude"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"longitude"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"event_count"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"is_active"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;renderer&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"simple"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;symbol&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"simple-marker"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;color&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;226&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;119&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;40&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;0.75&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;], &lt;/SPAN&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// orange&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;outline&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;color&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"white"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;visualVariables&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"size"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;field&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;normalizationField&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths_normalizer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;minDataValue&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;0.0001&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;maxDataValue&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;101.0&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;minSize&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;maxSize&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;50&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// stops: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// value: 0.0001,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// size: 4,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// value: 100.0,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// size: 20,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;popupTemplate&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;content&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"&amp;lt;b&amp;gt;Location&amp;lt;/b&amp;gt;: {location_name} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Cause&amp;lt;/b&amp;gt;: {cause_name} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Age Group&amp;lt;/b&amp;gt;: {age_group_name} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Year&amp;lt;/b&amp;gt;: {year_id} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Number of events&amp;lt;/b&amp;gt;: {event_count} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Deaths&amp;lt;/b&amp;gt;: {deaths}"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;And here is how I define the points when adding them&amp;nbsp;to the layer:&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; border: 0px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;let&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = [];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #c586c0; border: 0px; font-weight: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;of&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;){&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"point"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;longitude&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;longitude&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphic&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4ec9b0; border: 0px; font-weight: inherit;"&gt;Graphic&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;geometry&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;attributes&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa; border: 0px; font-weight: inherit;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphic&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Is there anything obviously wrong with this? I haven't been able to find what is different from my code and the examples.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Thank you in advance,&lt;/P&gt;&lt;P style="border: 0px;"&gt;Taylor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2020 21:15:04 GMT</pubDate>
    <dc:creator>TaylorMatyasz</dc:creator>
    <dc:date>2020-05-01T21:15:04Z</dc:date>
    <item>
      <title>visualVariables not resizing based on data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visualvariables-not-resizing-based-on-data/m-p/577436#M53931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px;"&gt;Hi there,&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;I am trying to make a web app that overlays a map with circles of various sizes, based on data values in a database. I followed &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fjavascript%2Flatest%2Fsample-code%2Fvisualization-vv-size%2Findex.html" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; padding: 0px calc(0.35ex + 12px) 0px 0px;" target="_blank"&gt;this tutorial&lt;/A&gt;, but it isn't resizing the circles, using either the "stops" method or the "min/max value" method.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Here is how I define the layer:&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; border: 0px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;dataLayer&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4ec9b0; border: 0px; font-weight: inherit;"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;source&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [], &lt;/SPAN&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// An empty list of Graphics, will be edited later when options are chosen&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;title&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"Fancy Map"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;objectIdField&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"data_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;geometryType&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"point"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;fields&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"data_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"location_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"location_name"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"age_group_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"age_group_name"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"year_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"cause_id"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"cause_name"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"string"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths_normalizer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"latitude"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"longitude"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"double"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"event_count"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"is_active"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"integer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;renderer&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"simple"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;symbol&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"simple-marker"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;color&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [&lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;226&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;119&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;40&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;0.75&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;], &lt;/SPAN&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// orange&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;outline&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;color&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"white"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;width&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;visualVariables&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"size"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;field&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;normalizationField&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"deaths_normalizer"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;minDataValue&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;0.0001&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;maxDataValue&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;101.0&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;minSize&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;maxSize&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #b5cea8; border: 0px; font-weight: inherit;"&gt;50&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// stops: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// value: 0.0001,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// size: 4,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// value: 100.0,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// size: 20,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #6a9955; border: 0px; font-weight: inherit;"&gt;// ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;popupTemplate&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;content&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"&amp;lt;b&amp;gt;Location&amp;lt;/b&amp;gt;: {location_name} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Cause&amp;lt;/b&amp;gt;: {cause_name} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Age Group&amp;lt;/b&amp;gt;: {age_group_name} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Year&amp;lt;/b&amp;gt;: {year_id} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Number of events&amp;lt;/b&amp;gt;: {event_count} &amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Deaths&amp;lt;/b&amp;gt;: {deaths}"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;And here is how I define the points when adding them&amp;nbsp;to the layer:&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; border: 0px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;let&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = [];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #c586c0; border: 0px; font-weight: inherit;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;of&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;){&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178; border: 0px; font-weight: inherit;"&gt;"point"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;latitude&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;longitude&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;longitude&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphic&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6; border: 0px; font-weight: inherit;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4ec9b0; border: 0px; font-weight: inherit;"&gt;Graphic&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;geometry&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;point&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;attributes&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;event&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #dcdcaa; border: 0px; font-weight: inherit;"&gt;push&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #9cdcfe; border: 0px; font-weight: inherit;"&gt;graphic&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #d4d4d4; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Is there anything obviously wrong with this? I haven't been able to find what is different from my code and the examples.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Thank you in advance,&lt;/P&gt;&lt;P style="border: 0px;"&gt;Taylor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 21:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visualvariables-not-resizing-based-on-data/m-p/577436#M53931</guid>
      <dc:creator>TaylorMatyasz</dc:creator>
      <dc:date>2020-05-01T21:15:04Z</dc:date>
    </item>
  </channel>
</rss>

