<?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: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710439#M11984</link>
    <description>&lt;P&gt;I think this explains why the update broke these indicators. I had set up this dashboard as an embedded stats bar and it was working before the update yesterday.&amp;nbsp; I had some custom code in there with spacers so the text would stay a uniform size, luckily all I need to do is add a brace on the end of the code to fix it as you can see in the left-hand indicator.&amp;nbsp; I guess the code got truncated when T&lt;SPAN&gt;extMaxSize&amp;nbsp; was removed?&lt;/SPAN&gt; Some of these dashboards are public facing, so this is very disappointing. I'm hoping a patch will be released promptly to fix this an the other issues we have noticed with this rollout&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WillyG_0-1782508057034.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154410i5CEED0DF6294FAD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WillyG_0-1782508057034.png" alt="WillyG_0-1782508057034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2026 21:08:05 GMT</pubDate>
    <dc:creator>WillyG</dc:creator>
    <dc:date>2026-06-26T21:08:05Z</dc:date>
    <item>
      <title>June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710178#M11968</link>
      <description>&lt;P class=""&gt;After the June 2026 ArcGIS Online update, every indicator element using advanced formatting (Arcade) in my org now renders topText, middleText, and bottomText overlapping on a single baseline instead of stacked top / middle / bottom. This happened across multiple dashboards at once with no changes on my end — they rendered correctly the day before the update and broke the day of.&lt;/P&gt;&lt;P class=""&gt;A few things I've confirmed:&lt;/P&gt;&lt;P class=""&gt;The dictionary is still being parsed fine — topTextColor, middleTextColor, bottomTextColor, and backgroundColor all still apply correctly. Only the vertical layout of the three text areas is broken; they collapse to the same anchor point. Font and text size also look different from before.&lt;/P&gt;&lt;P class=""&gt;This is contrary to the current Indicator documentation, which states the visualization is divided into three areas (top, middle, bottom) that scale to fit. Those three areas no longer render as separate regions.&lt;/P&gt;&lt;P class=""&gt;The Dashboard Indicator Formatting Arcade profile is unchanged (still v1.11), and every key I'm using is still documented as valid. The expression contract didn't change — only the rendering did.&lt;/P&gt;&lt;P class=""&gt;I tried adding explicit topTextMaxSize/middleTextMaxSize/bottomTextMaxSize values and removing/normalizing backgroundColor. Neither fixes it, which points to the indicator's text layout rendering rather than the expression.&lt;/P&gt;&lt;P class=""&gt;It reproduces from a clean two-line return:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;return {&lt;/SPAN&gt;&lt;SPAN&gt;  topText: 'TOP LINE',&lt;/SPAN&gt;&lt;SPAN&gt;  topTextColor: '#003B5C',&lt;/SPAN&gt;&lt;SPAN&gt;  middleText: 'MIDDLE LINE',&lt;/SPAN&gt;&lt;SPAN&gt;  middleTextColor: '#f07820',&lt;/SPAN&gt;&lt;SPAN&gt;  bottomText: 'BOTTOM LINE',&lt;/SPAN&gt;&lt;SPAN&gt;  bottomTextColor: '#388E3C'&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;Expected: three stacked lines. Actual: all three overlapping on one baseline.&lt;/P&gt;&lt;P class=""&gt;Workaround that's holding for now: move the top and bottom lines out of the expression into the General tab Top caption / Bottom caption fields via {expression/attributeName}. That restores correct stacking but loses dynamic per-state text color (captions take a static color) and means hand-editing every indicator.&lt;/P&gt;&lt;P class=""&gt;Is anyone else seeing this after the June update? And can anyone from the Dashboards team confirm whether it's a known regression? This is on operational dashboards so a fix or official workaround would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;EDITED TO ADD&lt;/STRONG&gt;&lt;/U&gt;: The June 2026 release notes describe an 'Improved indicator text scaling' change ('standardized text scaling,' 'new text settings give authors precise control over sizing and emphasis'). This standardized text-scaling change appears to be the source of the regression. The advanced-formatting documentation and the Arcade release notes do not expose any new return-dictionary property to control the new scaling, so authors using advanced formatting have no documented way to opt into correct rendering, the three text areas simply collapse onto one baseline. The release also states it 'continues to fully support existing Dashboards,' which this regression contradicts.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 14:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710178#M11968</guid>
      <dc:creator>NateClements</dc:creator>
      <dc:date>2026-06-26T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710214#M11969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/960043"&gt;@NateClements&lt;/a&gt;&amp;nbsp;with this update the TextMaxSize arcade property was removed. Do you continue to see the same behavior if you use TextMaxHeight and TextWeight arcade properties?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 14:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710214#M11969</guid>
      <dc:creator>StephanieW</dc:creator>
      <dc:date>2026-06-26T14:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710223#M11970</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/911598"&gt;@StephanieW&lt;/a&gt;&amp;nbsp;, thanks for the quick reply. That seems to have fixed our issue. However, I don't see this documented anywhere in the update notes. If it was, can you point me to the resource so I can keep an eye on it for future updates? I'll keep testing this morning but this is extremely helpful. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 14:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710223#M11970</guid>
      <dc:creator>NateClements</dc:creator>
      <dc:date>2026-06-26T14:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710226#M11971</link>
      <description>&lt;P&gt;this update looks like a joke, my indicators have lost any logic....&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 14:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710226#M11971</guid>
      <dc:creator>PanGIS</dc:creator>
      <dc:date>2026-06-26T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710228#M11972</link>
      <description>&lt;P&gt;Another interim workaround to consider is adding something like&amp;nbsp;&lt;SPAN&gt;middleTextMaxHeight:30 to the return expression.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 14:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710228#M11972</guid>
      <dc:creator>SandraLuken1</dc:creator>
      <dc:date>2026-06-26T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710439#M11984</link>
      <description>&lt;P&gt;I think this explains why the update broke these indicators. I had set up this dashboard as an embedded stats bar and it was working before the update yesterday.&amp;nbsp; I had some custom code in there with spacers so the text would stay a uniform size, luckily all I need to do is add a brace on the end of the code to fix it as you can see in the left-hand indicator.&amp;nbsp; I guess the code got truncated when T&lt;SPAN&gt;extMaxSize&amp;nbsp; was removed?&lt;/SPAN&gt; Some of these dashboards are public facing, so this is very disappointing. I'm hoping a patch will be released promptly to fix this an the other issues we have noticed with this rollout&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WillyG_0-1782508057034.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154410i5CEED0DF6294FAD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WillyG_0-1782508057034.png" alt="WillyG_0-1782508057034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 21:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1710439#M11984</guid>
      <dc:creator>WillyG</dc:creator>
      <dc:date>2026-06-26T21:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711125#M12037</link>
      <description>&lt;P&gt;We encountered the same problem.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 13:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711125#M12037</guid>
      <dc:creator>LuisBaena1</dc:creator>
      <dc:date>2026-06-30T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711143#M12040</link>
      <description>&lt;P&gt;A fix was installed recently to correct this issue so overlapping text should no longer be encountered. If you are still seeing this issue, please reach out to Technical support so this can be investigated further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 13:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711143#M12040</guid>
      <dc:creator>SandraLuken1</dc:creator>
      <dc:date>2026-06-30T13:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711272#M12058</link>
      <description>&lt;P&gt;I have issue with my advance formatting as well.&amp;nbsp; Mine has removed all the code past line 35&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 19:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711272#M12058</guid>
      <dc:creator>LeviKeys1</dc:creator>
      <dc:date>2026-06-30T19:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711656#M12098</link>
      <description>&lt;P&gt;Another fix was applied several hours ago, has your issue been resolved?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 15:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711656#M12098</guid>
      <dc:creator>SandraLuken1</dc:creator>
      <dc:date>2026-07-01T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711739#M12106</link>
      <description>&lt;P&gt;I'm still getting this&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/225217"&gt;@SandraLuken1&lt;/a&gt;&amp;nbsp;just how it was on Saturday&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WillyG_0-1782935001041.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154737i487D786E371A8CC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WillyG_0-1782935001041.png" alt="WillyG_0-1782935001041.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 19:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711739#M12106</guid>
      <dc:creator>WillyG</dc:creator>
      <dc:date>2026-07-01T19:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711822#M12117</link>
      <description>&lt;P&gt;Dashboards Embedded in experience builder interfaces / hub premium seem to be fixed, which was my main concern. The one I reported above was a save as. Interestingly not fixed there, but that doesn't matter as I just saved it to debug&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 22:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1711822#M12117</guid>
      <dc:creator>WillyG</dc:creator>
      <dc:date>2026-07-01T22:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: June 2026 update breaks indicator advanced formatting — top/middle/bottom text overlapping on one line</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1713187#M12178</link>
      <description>&lt;P&gt;ughh. now my dashboard indicators look horrible. not a fan of this update.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 11:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/june-2026-update-breaks-indicator-advanced/m-p/1713187#M12178</guid>
      <dc:creator>JeffAdams</dc:creator>
      <dc:date>2026-07-08T11:12:30Z</dc:date>
    </item>
  </channel>
</rss>

