<?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: ThematicWidget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599851#M17918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; I have a problem with thematicwidget when I configure my xml file and I specifie my layer with fields and aliases, nameand index of layer. it works correctly for some fields, and for other it generates classes null.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;here is a picture that illustrates the problem and the script of my;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;[ATTACH=CONFIG]23795[/ATTACH]&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;My XML file:&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;&amp;lt;configuration&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;layers&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;layer&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;url&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;&lt;A class="jive-link-external-small" href="http://localhost:6080/arcgis/rest/services/SIGMALOGITEC/BaseTest/MapServer" rel="nofollow" target="_blank"&gt;http://localhost:6080/arcgis/rest/services/SIGMALOGITEC/BaseTest/MapServer&lt;/A&gt;&lt;/SPAN&gt;&amp;lt;/url&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationLayerName&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Communes&lt;/SPAN&gt;&amp;lt;/classificationLayerName&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationLayerID&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;2&lt;/SPAN&gt;&amp;lt;/classificationLayerID&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- classification methods: Descs are labels --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationMethodTypeDescs&amp;gt;Natural Breaks,Quantile,Equal Interval&amp;lt;/classificationMethodTypeDescs&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- esriClassifyEqualInterval,esriClassifyGeometricalInterval,esriClassifyNaturalBreaks,esriClassifyQuantile --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationMethodTypes&amp;gt;esriClassifyNaturalBreaks,esriClassifyQuantile,esriClassifyEqualInterval&amp;lt;/classificationMethodTypes&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- classification fields: Descs are labels --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFieldTypeDescs&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Population_2004,Densite_2000,Surface&lt;/SPAN&gt;&amp;lt;/classificationFieldTypeDescs&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- classification fields: Types are fields --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFieldTypes&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Population_2004,Densite_2000,Surface&lt;/SPAN&gt;&amp;lt;/classificationFieldTypes&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationBreaksMin&amp;gt;4&amp;lt;/classificationBreaksMin&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationBreaksMax&amp;gt;12&amp;lt;/classificationBreaksMax&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationBreaksDefault&amp;gt;6&amp;lt;/classificationBreaksDefault&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingPlacement&amp;gt;esriServerPolygonPlacementAlwaysHorizontal&amp;lt;/dynamicLabelingPlacement&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- don't show labels when zoomed out beyond this scale --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingMinScale&amp;gt;18489298&amp;lt;/dynamicLabelingMinScale&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingFontColor&amp;gt;0x191919&amp;lt;/dynamicLabelingFontColor&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingFontFamily&amp;gt;Verdana&amp;lt;/dynamicLabelingFontFamily&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingFontWeight&amp;gt;bold&amp;lt;/dynamicLabelingFontWeight&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;useproxy&amp;gt;false&amp;lt;/useproxy&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/layer&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/layers&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;ui&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;widget_dimensions&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;width&amp;gt;300&amp;lt;/width&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;height&amp;gt;350&amp;lt;/height&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/widget_dimensions&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;icons&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- Path to programmatically find the assets for Application Builder --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;base_url&amp;gt;widgets/Thematic/assets/images/&amp;lt;/base_url&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- Title/label for mainState icon across the top widget panel --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;main_icon&amp;gt;i_thematic_icon.png&amp;lt;/main_icon&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;main_label&amp;gt;Main Panel&amp;lt;/main_label&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- Title/label for settingsState icon across the top widget panel --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;settings_icon&amp;gt;i_options.png&amp;lt;/settings_icon&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;settings_label&amp;gt;Settings Panel&amp;lt;/settings_label&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/icons&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;transparency&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;comp_label&amp;gt;Transparency&amp;lt;/comp_label&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;defaulttransparency&amp;gt;0.9&amp;lt;/defaulttransparency&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/transparency&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;color_ramp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFromColorRampDisplay&amp;gt;Lower values&amp;lt;/classificationFromColorRampDisplay&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFromColorRamp&amp;gt;0xCECECE&amp;lt;/classificationFromColorRamp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationToColorRampDisplay&amp;gt;Higher values&amp;lt;/classificationToColorRampDisplay&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationToColorRamp&amp;gt;0x0D538A&amp;lt;/classificationToColorRamp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/color_ramp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classification&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;methodsLabel&amp;gt;Classification&amp;lt;/methodsLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;fieldsLabel&amp;gt;based on&amp;lt;/fieldsLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;breaksLabel&amp;gt;Number of classes&amp;lt;/breaksLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/classification&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabels&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelsEnabledLabel&amp;gt;Labels&amp;lt;/dynamicLabelsEnabledLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelsOnLabel&amp;gt;Hide / Remove&amp;lt;/dynamicLabelsOnLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelsOffLabel&amp;gt;Show / Display&amp;lt;/dynamicLabelsOffLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/dynamicLabels&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/ui&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;lt;/configuration&amp;gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Need a help please &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/thematic-widget-flex/issues/24" rel="nofollow"&gt;issue on the GitHub repo&lt;/A&gt;&lt;SPAN&gt; related to this, please help identify the issue. I need more information to know if it is an issue with the Legend skin or the version of ArcGIS Server you are using. I am currently not seeing this issue when using the service from sampleserver6.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 18:48:01 GMT</pubDate>
    <dc:creator>LloydHeberlie</dc:creator>
    <dc:date>2014-01-15T18:48:01Z</dc:date>
    <item>
      <title>ThematicWidget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599847#M17914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a problem with thematicwidget when I configure my xml file and I specifie my layer with fields and aliases, nameand index of layer. it works correctly for some fields, and for other it generates classes null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is a picture that illustrates the problem and the script of my;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]23795[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My XML file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:6080/arcgis/rest/services/SIGMALOGITEC/BaseTest/MapServer" rel="nofollow" target="_blank"&gt;http://localhost:6080/arcgis/rest/services/SIGMALOGITEC/BaseTest/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationLayerName&amp;gt;Communes&amp;lt;/classificationLayerName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationLayerID&amp;gt;2&amp;lt;/classificationLayerID&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- classification methods: Descs are labels --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationMethodTypeDescs&amp;gt;Natural Breaks,Quantile,Equal Interval&amp;lt;/classificationMethodTypeDescs&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- esriClassifyEqualInterval,esriClassifyGeometricalInterval,esriClassifyNaturalBreaks,esriClassifyQuantile --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationMethodTypes&amp;gt;esriClassifyNaturalBreaks,esriClassifyQuantile,esriClassifyEqualInterval&amp;lt;/classificationMethodTypes&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- classification fields: Descs are labels --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationFieldTypeDescs&amp;gt;Population_2004,Densite_2000,Surface&amp;lt;/classificationFieldTypeDescs&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- classification fields: Types are fields --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationFieldTypes&amp;gt;Population_2004,Densite_2000,Surface&amp;lt;/classificationFieldTypes&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationBreaksMin&amp;gt;4&amp;lt;/classificationBreaksMin&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationBreaksMax&amp;gt;12&amp;lt;/classificationBreaksMax&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationBreaksDefault&amp;gt;6&amp;lt;/classificationBreaksDefault&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelingPlacement&amp;gt;esriServerPolygonPlacementAlwaysHorizontal&amp;lt;/dynamicLabelingPlacement&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- don't show labels when zoomed out beyond this scale --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelingMinScale&amp;gt;18489298&amp;lt;/dynamicLabelingMinScale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelingFontColor&amp;gt;0x191919&amp;lt;/dynamicLabelingFontColor&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelingFontFamily&amp;gt;Verdana&amp;lt;/dynamicLabelingFontFamily&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelingFontWeight&amp;gt;bold&amp;lt;/dynamicLabelingFontWeight&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;useproxy&amp;gt;false&amp;lt;/useproxy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/layers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;ui&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;widget_dimensions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;width&amp;gt;300&amp;lt;/width&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;height&amp;gt;350&amp;lt;/height&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/widget_dimensions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;icons&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- Path to programmatically find the assets for Application Builder --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;base_url&amp;gt;widgets/Thematic/assets/images/&amp;lt;/base_url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- Title/label for mainState icon across the top widget panel --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;main_icon&amp;gt;i_thematic_icon.png&amp;lt;/main_icon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;main_label&amp;gt;Main Panel&amp;lt;/main_label&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!-- Title/label for settingsState icon across the top widget panel --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;settings_icon&amp;gt;i_options.png&amp;lt;/settings_icon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;settings_label&amp;gt;Settings Panel&amp;lt;/settings_label&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/icons&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;transparency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;comp_label&amp;gt;Transparency&amp;lt;/comp_label&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;defaulttransparency&amp;gt;0.9&amp;lt;/defaulttransparency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/transparency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;color_ramp&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationFromColorRampDisplay&amp;gt;Lower values&amp;lt;/classificationFromColorRampDisplay&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationFromColorRamp&amp;gt;0xCECECE&amp;lt;/classificationFromColorRamp&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationToColorRampDisplay&amp;gt;Higher values&amp;lt;/classificationToColorRampDisplay&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classificationToColorRamp&amp;gt;0x0D538A&amp;lt;/classificationToColorRamp&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/color_ramp&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;classification&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;methodsLabel&amp;gt;Classification&amp;lt;/methodsLabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;fieldsLabel&amp;gt;based on&amp;lt;/fieldsLabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;breaksLabel&amp;gt;Number of classes&amp;lt;/breaksLabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/classification&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabels&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelsEnabledLabel&amp;gt;Labels&amp;lt;/dynamicLabelsEnabledLabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelsOnLabel&amp;gt;Hide / Remove&amp;lt;/dynamicLabelsOnLabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;dynamicLabelsOffLabel&amp;gt;Show / Display&amp;lt;/dynamicLabelsOffLabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/dynamicLabels&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/ui&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Need a help please &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 20:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599847#M17914</guid>
      <dc:creator>brahimmaylal</dc:creator>
      <dc:date>2013-04-26T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: ThematicWidget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599848#M17915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the problem that the integer fields works correctly but the double fields no.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the solution you must not use this skinClass="widgets.Thematic.skins.GRLegendSkin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:Legend id="legend"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left="5" right="5" top="5" bottom="5"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layers="{[thematicLayer]}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map="{map}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass="widgets.Thematic.skins.GRLegendSkin"/&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 22:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599848#M17915</guid>
      <dc:creator>lifeEsri</dc:creator>
      <dc:date>2013-04-27T22:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: ThematicWidget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599849#M17916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you EsriLife, Now It works very goood. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 23:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599849#M17916</guid>
      <dc:creator>brahimmaylal</dc:creator>
      <dc:date>2013-04-27T23:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: ThematicWidget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599850#M17917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It appears not being able to use double fields is either inconsistent or has been addressed in a later release. I am using version 3.6 and am able to display double data as sown below. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know if I am taking a risk it will fail or has it been fixed? It is not mentioned on the change log. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/thematic-widget-flex/blob/develop/CHANGELOG.md"&gt;https://github.com/Esri/thematic-widget-flex/blob/develop/CHANGELOG.md&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]30369[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;n.b.: I added this question to the "main" thread on this widget. The GitHub pages says all questions for it should be posted there.&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/76036-thematic-widget-flex"&gt;http://forums.arcgis.com/threads/76036-thematic-widget-flex&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 13:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599850#M17917</guid>
      <dc:creator>RayCrew</dc:creator>
      <dc:date>2014-01-09T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: ThematicWidget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599851#M17918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; I have a problem with thematicwidget when I configure my xml file and I specifie my layer with fields and aliases, nameand index of layer. it works correctly for some fields, and for other it generates classes null.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;here is a picture that illustrates the problem and the script of my;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;[ATTACH=CONFIG]23795[/ATTACH]&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;My XML file:&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;&amp;lt;configuration&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;layers&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;layer&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;url&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;&lt;A class="jive-link-external-small" href="http://localhost:6080/arcgis/rest/services/SIGMALOGITEC/BaseTest/MapServer" rel="nofollow" target="_blank"&gt;http://localhost:6080/arcgis/rest/services/SIGMALOGITEC/BaseTest/MapServer&lt;/A&gt;&lt;/SPAN&gt;&amp;lt;/url&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationLayerName&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Communes&lt;/SPAN&gt;&amp;lt;/classificationLayerName&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationLayerID&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;2&lt;/SPAN&gt;&amp;lt;/classificationLayerID&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- classification methods: Descs are labels --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationMethodTypeDescs&amp;gt;Natural Breaks,Quantile,Equal Interval&amp;lt;/classificationMethodTypeDescs&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- esriClassifyEqualInterval,esriClassifyGeometricalInterval,esriClassifyNaturalBreaks,esriClassifyQuantile --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationMethodTypes&amp;gt;esriClassifyNaturalBreaks,esriClassifyQuantile,esriClassifyEqualInterval&amp;lt;/classificationMethodTypes&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- classification fields: Descs are labels --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFieldTypeDescs&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Population_2004,Densite_2000,Surface&lt;/SPAN&gt;&amp;lt;/classificationFieldTypeDescs&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- classification fields: Types are fields --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFieldTypes&amp;gt;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Population_2004,Densite_2000,Surface&lt;/SPAN&gt;&amp;lt;/classificationFieldTypes&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationBreaksMin&amp;gt;4&amp;lt;/classificationBreaksMin&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationBreaksMax&amp;gt;12&amp;lt;/classificationBreaksMax&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationBreaksDefault&amp;gt;6&amp;lt;/classificationBreaksDefault&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingPlacement&amp;gt;esriServerPolygonPlacementAlwaysHorizontal&amp;lt;/dynamicLabelingPlacement&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- don't show labels when zoomed out beyond this scale --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingMinScale&amp;gt;18489298&amp;lt;/dynamicLabelingMinScale&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingFontColor&amp;gt;0x191919&amp;lt;/dynamicLabelingFontColor&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingFontFamily&amp;gt;Verdana&amp;lt;/dynamicLabelingFontFamily&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelingFontWeight&amp;gt;bold&amp;lt;/dynamicLabelingFontWeight&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;useproxy&amp;gt;false&amp;lt;/useproxy&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/layer&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/layers&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;ui&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;widget_dimensions&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;width&amp;gt;300&amp;lt;/width&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;height&amp;gt;350&amp;lt;/height&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/widget_dimensions&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;icons&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- Path to programmatically find the assets for Application Builder --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;base_url&amp;gt;widgets/Thematic/assets/images/&amp;lt;/base_url&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- Title/label for mainState icon across the top widget panel --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;main_icon&amp;gt;i_thematic_icon.png&amp;lt;/main_icon&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;main_label&amp;gt;Main Panel&amp;lt;/main_label&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;!-- Title/label for settingsState icon across the top widget panel --&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;settings_icon&amp;gt;i_options.png&amp;lt;/settings_icon&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;settings_label&amp;gt;Settings Panel&amp;lt;/settings_label&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/icons&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;transparency&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;comp_label&amp;gt;Transparency&amp;lt;/comp_label&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;defaulttransparency&amp;gt;0.9&amp;lt;/defaulttransparency&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/transparency&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;color_ramp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFromColorRampDisplay&amp;gt;Lower values&amp;lt;/classificationFromColorRampDisplay&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationFromColorRamp&amp;gt;0xCECECE&amp;lt;/classificationFromColorRamp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationToColorRampDisplay&amp;gt;Higher values&amp;lt;/classificationToColorRampDisplay&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classificationToColorRamp&amp;gt;0x0D538A&amp;lt;/classificationToColorRamp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/color_ramp&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;classification&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;methodsLabel&amp;gt;Classification&amp;lt;/methodsLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;fieldsLabel&amp;gt;based on&amp;lt;/fieldsLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;breaksLabel&amp;gt;Number of classes&amp;lt;/breaksLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/classification&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabels&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelsEnabledLabel&amp;gt;Labels&amp;lt;/dynamicLabelsEnabledLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelsOnLabel&amp;gt;Hide / Remove&amp;lt;/dynamicLabelsOnLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;dynamicLabelsOffLabel&amp;gt;Show / Display&amp;lt;/dynamicLabelsOffLabel&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/dynamicLabels&amp;gt;&amp;nbsp; &lt;BR /&gt; &amp;lt;/ui&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;lt;/configuration&amp;gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Need a help please &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is an &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/thematic-widget-flex/issues/24" rel="nofollow"&gt;issue on the GitHub repo&lt;/A&gt;&lt;SPAN&gt; related to this, please help identify the issue. I need more information to know if it is an issue with the Legend skin or the version of ArcGIS Server you are using. I am currently not seeing this issue when using the service from sampleserver6.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 18:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/thematicwidget/m-p/599851#M17918</guid>
      <dc:creator>LloydHeberlie</dc:creator>
      <dc:date>2014-01-15T18:48:01Z</dc:date>
    </item>
  </channel>
</rss>

