<?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 Re: FeatureReduction Clustering in 4.19: Change color of cluster based on number of features in cluster in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051861#M72767</link>
    <description>&lt;P&gt;Ok, so slight correction here. This isn't technically supported for visualization, as "cluster_count" is really used for labels and popups, but try this out and we'd love feedback on how well it works or any issues you might find with it. There is an &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-ideas/arcgis-javascript-4-cluster-renderer/idc-p/1001572#M19" target="_self"&gt;existing idea&lt;/A&gt; to provide an API for rendering clusters, so feedback would be welcome there too. We're currently looking at how to best support this in the future.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 17:44:05 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2021-04-27T17:44:05Z</dc:date>
    <item>
      <title>FeatureReduction Clustering in 4.19: Change color of cluster based on number of features in cluster</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051709#M72758</link>
      <description>&lt;P&gt;Curious if it's possible to adjust the color of the point cluster symbol based on the number of features it contains.&amp;nbsp; Certainly size is important (and the default), but I have found that users are also more easily drawn to colors than size (esp when the screen is covered with many different size circles).&amp;nbsp; The examples show how to adjust the colors based on average attribute values using visual variables, but unclear if this is possible just referencing the cluster count.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051709#M72758</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2021-04-27T13:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureReduction Clustering in 4.19: Change color of cluster based on number of features in cluster</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051758#M72763</link>
      <description>&lt;P&gt;Clustered features have a field called "cluster_count" that you can use for visualizations.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCluster.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/featurereduction-cluster-visualvariables/" target="_self"&gt;This sample&lt;/A&gt;&amp;nbsp;colors clusters based on a TEMP field, but you could change it to "cluster_count" to do it by count. Same for other types of visualizations.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 15:06:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051758#M72763</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-04-27T15:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureReduction Clustering in 4.19: Change color of cluster based on number of features in cluster</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051861#M72767</link>
      <description>&lt;P&gt;Ok, so slight correction here. This isn't technically supported for visualization, as "cluster_count" is really used for labels and popups, but try this out and we'd love feedback on how well it works or any issues you might find with it. There is an &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-ideas/arcgis-javascript-4-cluster-renderer/idc-p/1001572#M19" target="_self"&gt;existing idea&lt;/A&gt; to provide an API for rendering clusters, so feedback would be welcome there too. We're currently looking at how to best support this in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 17:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051861#M72767</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-04-27T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureReduction Clustering in 4.19: Change color of cluster based on number of features in cluster</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051903#M72768</link>
      <description>&lt;P&gt;Right, I was just about to say that it seems that the feature layer renderer doesn't have access to the cluster_count variable - only the popup.&amp;nbsp; When I tried just replacing the visual variable field in the example you sent with cluster_count, nothing happened (i.e. no symbol was rendered, just the label).&amp;nbsp; The symbol property of the cluster config does allow to change the style of the cluster symbol, but still can't really assign a class breaks renderer to the cluster symbols.&amp;nbsp; The feature would be very useful in the future.&amp;nbsp; There was a plugin for the 3.x api I use to cluster features (see screenshot).&amp;nbsp; Not having this kind of control isn't a deal-breaker in refactoring to 4.x, but it would certainly be helpful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 18:46:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1051903#M72768</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2021-04-27T18:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureReduction Clustering in 4.19: Change color of cluster based on number of features in cluster</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1158736#M76844</link>
      <description>&lt;P&gt;I just stumbled across the same problem. I wanted to adjust the cluster's color according to the color of the youngest object inside the cluster. But without success...&lt;/P&gt;&lt;P&gt;This feature would be very interesting for us as well.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;&amp;nbsp; Is there any plan to support this technically for visualization in a newer release?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 09:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurereduction-clustering-in-4-19-change-color/m-p/1158736#M76844</guid>
      <dc:creator>ShariMeier</dc:creator>
      <dc:date>2022-03-29T09:01:31Z</dc:date>
    </item>
  </channel>
</rss>

