<?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 valueExpressionTitle not working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073396#M73661</link>
    <description>&lt;P&gt;I'm trying to add labels to both the uniqueValues and the visualVariable parts of my legend.&amp;nbsp; The valueExpressionTitle = "Title" property is not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to &lt;A href="https://codepen.io/jjchi11/pen/ExmxvPX" target="_self"&gt;codepen&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 19:20:11 GMT</pubDate>
    <dc:creator>JayHill</dc:creator>
    <dc:date>2021-06-28T19:20:11Z</dc:date>
    <item>
      <title>valueExpressionTitle not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073396#M73661</link>
      <description>&lt;P&gt;I'm trying to add labels to both the uniqueValues and the visualVariable parts of my legend.&amp;nbsp; The valueExpressionTitle = "Title" property is not working for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to &lt;A href="https://codepen.io/jjchi11/pen/ExmxvPX" target="_self"&gt;codepen&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 19:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073396#M73661</guid>
      <dc:creator>JayHill</dc:creator>
      <dc:date>2021-06-28T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: valueExpressionTitle not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073422#M73663</link>
      <description>&lt;P&gt;A quick glance shows a problem with the agreement with your require modules and your function arguments. They get out of sequence after CalciteMapsArcGIS. I don't know if this affects the visualVariables, but you should fix this first.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 20:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073422#M73663</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-06-28T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: valueExpressionTitle not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073640#M73669</link>
      <description>&lt;P&gt;Thanks Ken&lt;/P&gt;&lt;P&gt;I believe I fixed it but no luck getting the valueExpressionTitle working.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 13:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073640#M73669</guid>
      <dc:creator>JayHill</dc:creator>
      <dc:date>2021-06-29T13:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: valueExpressionTitle not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073657#M73670</link>
      <description>&lt;P&gt;Can you provide a shorter example that highlights just the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 13:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073657#M73670</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-06-29T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: valueExpressionTitle not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073701#M73674</link>
      <description>&lt;P&gt;Should be shorter now. The valueExpressionTitle (line 837), as I understand it, should provide a title to the visual variable (size) in the legend correct?&amp;nbsp; Ultimately I'm trying to label the two different ways the umosRenderer (line 633) is displayed in the legend. One title for the colored uniqueValues and one title for the size.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 14:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073701#M73674</guid>
      <dc:creator>JayHill</dc:creator>
      <dc:date>2021-06-29T14:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: valueExpressionTitle not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073732#M73677</link>
      <description>&lt;P&gt;Ken&lt;/P&gt;&lt;P&gt;Figured it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had this up in the css.&lt;/P&gt;&lt;P&gt;.esri-legend__layer-caption {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got ride of that css and I have them showing up now with this code.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;legendOptions:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;title:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Commodity&amp;nbsp;Type"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Jun 2021 15:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/valueexpressiontitle-not-working/m-p/1073732#M73677</guid>
      <dc:creator>JayHill</dc:creator>
      <dc:date>2021-06-29T15:28:27Z</dc:date>
    </item>
  </channel>
</rss>

