<?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 Trouble changing balloon text using cedar for ArcGIS Hub in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/trouble-changing-balloon-text-using-cedar-for/m-p/1317076#M53837</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create custom charts within the ArcGIS Hub Site I&amp;nbsp; created, but I am running into the issue of the pie chart not letting me edit the balloon text within the overrides section of my JSON script.&lt;/P&gt;&lt;PRE&gt;{
  "type": "pie",
  "datasets": [
    {
      "name": "dataset1",
      "query": {
        "where": "query",
        "orderByFields": "taxable_amount_sum DESC",
        "groupByFieldsForStatistics": "Schooldist",
        "outStatistics": [
          {
            "statisticType": "sum",
            "onStatisticField": "Amount * 0.20",
            "outStatisticFieldName": "taxable_amount_sum"
          }
        ]
      },
      "url": "myurl"
    }
  ],
  "series": [
    {
      "source": "dataset1",
      "category": {
        "field": "Schooldist",
        "label": "School Districts"
      },
      "value": {
        "field": "taxable_amount_sum",
        "label": "Total Appraised Value"
      }
    }
  ],
  "style": {
    "colors": [
      "#283250",
      "#2c5e79",
      "#448c96",
      "#7abaa9",
      "#a1cebe",
      "#b6dbbf",
      "#2c5e79",
      "#448c96"
    ],
    "padding": {
      "top": 30,
      "bottom": 10
    },
    "pie": {
      "expand": 0
    }
  },
  "overrides": {
     "startRadius": 300,
     "innerRadius": 40,
     "pullOutRadius": 25,
     "labelRadius": 20,
     "labelText": "[[title]]",
     "balloonText": "[[title]]",
     "outlineAlpha": 0.7,
     "depth3D": 10,
     "angle": 5,
     "balloon": {
      "adjustBorderColor": true,
      "cornerRadius": 5
    },
   "color": "#e6e6e6",
   "groupPercent": 1.3
  },
  "legend": {
    "visible": false
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "labelText" works as expected, but the "balloonText" does not change. If anyone knows if I am putting the "balloonText" in the wrong location or I have the syntax wrong please let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 18:42:05 GMT</pubDate>
    <dc:creator>Jmcdaniel</dc:creator>
    <dc:date>2023-08-09T18:42:05Z</dc:date>
    <item>
      <title>Trouble changing balloon text using cedar for ArcGIS Hub</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/trouble-changing-balloon-text-using-cedar-for/m-p/1317076#M53837</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create custom charts within the ArcGIS Hub Site I&amp;nbsp; created, but I am running into the issue of the pie chart not letting me edit the balloon text within the overrides section of my JSON script.&lt;/P&gt;&lt;PRE&gt;{
  "type": "pie",
  "datasets": [
    {
      "name": "dataset1",
      "query": {
        "where": "query",
        "orderByFields": "taxable_amount_sum DESC",
        "groupByFieldsForStatistics": "Schooldist",
        "outStatistics": [
          {
            "statisticType": "sum",
            "onStatisticField": "Amount * 0.20",
            "outStatisticFieldName": "taxable_amount_sum"
          }
        ]
      },
      "url": "myurl"
    }
  ],
  "series": [
    {
      "source": "dataset1",
      "category": {
        "field": "Schooldist",
        "label": "School Districts"
      },
      "value": {
        "field": "taxable_amount_sum",
        "label": "Total Appraised Value"
      }
    }
  ],
  "style": {
    "colors": [
      "#283250",
      "#2c5e79",
      "#448c96",
      "#7abaa9",
      "#a1cebe",
      "#b6dbbf",
      "#2c5e79",
      "#448c96"
    ],
    "padding": {
      "top": 30,
      "bottom": 10
    },
    "pie": {
      "expand": 0
    }
  },
  "overrides": {
     "startRadius": 300,
     "innerRadius": 40,
     "pullOutRadius": 25,
     "labelRadius": 20,
     "labelText": "[[title]]",
     "balloonText": "[[title]]",
     "outlineAlpha": 0.7,
     "depth3D": 10,
     "angle": 5,
     "balloon": {
      "adjustBorderColor": true,
      "cornerRadius": 5
    },
   "color": "#e6e6e6",
   "groupPercent": 1.3
  },
  "legend": {
    "visible": false
  }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "labelText" works as expected, but the "balloonText" does not change. If anyone knows if I am putting the "balloonText" in the wrong location or I have the syntax wrong please let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 18:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/trouble-changing-balloon-text-using-cedar-for/m-p/1317076#M53837</guid>
      <dc:creator>Jmcdaniel</dc:creator>
      <dc:date>2023-08-09T18:42:05Z</dc:date>
    </item>
  </channel>
</rss>

