<?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: Related tables chart widget- how to get the graphic location symbol to go away? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55098#M1542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second question, why this widget (Related tables chart), change the symbology (the size of the symbology of the web map)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 22:10:20 GMT</pubDate>
    <dc:creator>SergioCamargo</dc:creator>
    <dc:date>2018-02-20T22:10:20Z</dc:date>
    <item>
      <title>Related tables chart widget- how to get the graphic location symbol to go away?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55094#M1538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The graphic location symbol for this widget seems to persist at its own rate-- how can I get the symbol to turn off? I only have one layer configured in the widget (so far). It does not seem to matter what I do (close widget, use another one, have search results, have no results)-- my symbol stays on the map. &lt;/P&gt;&lt;P&gt;I had my general settings set to 0 because i have no need to refresh my charts. I tried setting to 1 just for kicks but it does not seem to matter. I am mostly working in the builder mode, but the viewer mode also leaves this symbol on.&lt;/P&gt;&lt;P&gt;Is this a bug?&lt;/P&gt;&lt;P&gt;This widget is useful for my several large related tables but the symbol persisting will be confusion to users. I wish you could just use the widget without using the locator 'search'-- just pointing to a feature on the map. These 2 things would make this widget ideal (and I cannot say that about most widgets)&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 19:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55094#M1538</guid>
      <dc:creator>C_EHoward</dc:creator>
      <dc:date>2016-05-04T19:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Related tables chart widget- how to get the graphic location symbol to go away?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55095#M1539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;C E,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not use the chart widget at all but looking at the code the temp graphics layer that is added to the map is cleared when you click the clear button (the clear button on the search widget).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the widget is closed the temp GL is hidden (line 2 - 4):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;onClose: function(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(this.tempResultLayer){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.tempResultLayer.hide();
&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; this._hideInfoWindow();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox.clear();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.preview.onClose();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.inherited(arguments);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change it to use this._removeTempResultLayer() instead of the hide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:05:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55095#M1539</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T22:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Related tables chart widget- how to get the graphic location symbol to go away?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55096#M1540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is a bug. &amp;nbsp;The selected feature should be cleared after closing the Related Table Chart widget. &amp;nbsp;I hope this issue is resolved soon since it is a very nice widget to have on the Web map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 16:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55096#M1540</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-11-01T16:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Related tables chart widget- how to get the graphic location symbol to go away?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55097#M1541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a solution for this error in the widget RelatedTableCharts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this._connectMapEventHandler is not a function&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;at Object.onActive (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fwidgets%2FRelatedTableCharts%2FWidget.js%3Fwab_dv%3D2.6%3A140%3A14" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/widgets/RelatedTableCharts/Widget.js?wab_dv=2.6:140:14&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object._activeWidget (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fjimu.js%2FWidgetManager.js%3Fwab_dv%3D2.6%3A993%3A25" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/jimu.js/WidgetManager.js?wab_dv=2.6:993:25&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object.activateWidget (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fjimu.js%2FWidgetManager.js%3Fwab_dv%3D2.6%3A561%3A12" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/jimu.js/WidgetManager.js?wab_dv=2.6:561:12&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object.onOpen (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fwidgets%2FRelatedTableCharts%2FWidget.js%3Fwab_dv%3D2.6%3A123%3A28" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/widgets/RelatedTableCharts/Widget.js?wab_dv=2.6:123:28&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object.openWidget (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fjimu.js%2FWidgetManager.js%3Fwab_dv%3D2.6%3A538%3A18" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/jimu.js/WidgetManager.js?wab_dv=2.6:538:18&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object._postWidgetStartup (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fjimu.js%2FWidgetManager.js%3Fwab_dv%3D2.6%3A1099%3A12" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/jimu.js/WidgetManager.js?wab_dv=2.6:1099:12&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object.&amp;lt;anonymous&amp;gt; (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.22%2Finit.js%3A62%3A468" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.22/init.js:62:468&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object.c [as startup] (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.22%2Finit.js%3A119%3A235" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.22/init.js:119:235&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Object.&amp;lt;anonymous&amp;gt; (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%2FMinSalud%2Fjimu.js%2FBaseWidgetPanel.js%3Fwab_dv%3D2.6%3A78%3A18" rel="nofollow" target="_blank"&gt;http://localhost/MinSalud/jimu.js/BaseWidgetPanel.js?wab_dv=2.6:78:18&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt; at &lt;A href="https://js.arcgis.com/3.22/init.js:63:277"&gt;https://js.arcgis.com/3.22/init.js:63:277&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 21:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55097#M1541</guid>
      <dc:creator>SergioCamargo</dc:creator>
      <dc:date>2018-02-20T21:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Related tables chart widget- how to get the graphic location symbol to go away?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55098#M1542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second question, why this widget (Related tables chart), change the symbology (the size of the symbology of the web map)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 22:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55098#M1542</guid>
      <dc:creator>SergioCamargo</dc:creator>
      <dc:date>2018-02-20T22:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Related tables chart widget- how to get the graphic location symbol to go away?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55099#M1543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sergio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I mentioned earlier to the original poster that I don't use this widget at all so I am not very familiar with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 22:17:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/related-tables-chart-widget-how-to-get-the-graphic/m-p/55099#M1543</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-02-20T22:17:34Z</dc:date>
    </item>
  </channel>
</rss>

