<?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 Arcade pop-up chart not showing the correct bar labels in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcade-pop-up-chart-not-showing-the-correct-bar/m-p/1383030#M6946</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to configure a simple pop-up chart using an Arcadis template. I can retrieve values from the linked table using '$feature.FIELDNAME'. However, the labels in the resulting chart all show 'expr', rather than column names (see chart and code below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauJuan_0-1708024690763.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94934iAE3C6D49305A1F2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauJuan_0-1708024690763.png" alt="PauJuan_0-1708024690763.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;return {
    type: 'media',
    // title : 'The title for all media in the element',
    attributes : {A : $feature.REACHSIMNO, B : 3, C : 4},  // replace this dictionary with your own key-value pairs
    mediaInfos: [{
        type : 'barchart', //linechart | barchart | piechart | columnchart
        title : 'The title for the chart in the element',
        caption : 'Optional caption',
        altText : '', // altText will be read by screen readers
        value : {
          fields: ["A", "B", "C"],  // choose what attributes to use in the chart
          //normalizeField : '',  // the name of the attribute to normalize by or value 
        }
}]
  }&lt;/LI-CODE&gt;&lt;P&gt;Any ideas why this is the case? I would expect the labels to be A, B, C, etc.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 19:22:31 GMT</pubDate>
    <dc:creator>PauJuan</dc:creator>
    <dc:date>2024-02-15T19:22:31Z</dc:date>
    <item>
      <title>Arcade pop-up chart not showing the correct bar labels</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-pop-up-chart-not-showing-the-correct-bar/m-p/1383030#M6946</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to configure a simple pop-up chart using an Arcadis template. I can retrieve values from the linked table using '$feature.FIELDNAME'. However, the labels in the resulting chart all show 'expr', rather than column names (see chart and code below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PauJuan_0-1708024690763.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94934iAE3C6D49305A1F2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PauJuan_0-1708024690763.png" alt="PauJuan_0-1708024690763.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;return {
    type: 'media',
    // title : 'The title for all media in the element',
    attributes : {A : $feature.REACHSIMNO, B : 3, C : 4},  // replace this dictionary with your own key-value pairs
    mediaInfos: [{
        type : 'barchart', //linechart | barchart | piechart | columnchart
        title : 'The title for the chart in the element',
        caption : 'Optional caption',
        altText : '', // altText will be read by screen readers
        value : {
          fields: ["A", "B", "C"],  // choose what attributes to use in the chart
          //normalizeField : '',  // the name of the attribute to normalize by or value 
        }
}]
  }&lt;/LI-CODE&gt;&lt;P&gt;Any ideas why this is the case? I would expect the labels to be A, B, C, etc.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:22:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-pop-up-chart-not-showing-the-correct-bar/m-p/1383030#M6946</guid>
      <dc:creator>PauJuan</dc:creator>
      <dc:date>2024-02-15T19:22:31Z</dc:date>
    </item>
  </channel>
</rss>

