<?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: Scatter Plot widget for WAB in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1136861#M21836</link>
    <description>&lt;P&gt;You can now make scatter plots in the new map viewer but there is no way to bring these into a webapp that I can find. Does anyone have a solution to this?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 14:21:14 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-01-25T14:21:14Z</dc:date>
    <item>
      <title>Scatter Plot widget for WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1001192#M19962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a filegeodatabase with two feature tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;one table contains a list of meterological stations (points) and &lt;EM&gt;stationId, X and Y&lt;/EM&gt; fields&lt;/LI&gt;&lt;LI&gt;the second table contains historical measurements of temperature and &lt;EM&gt;stationId, datetime and measure&lt;/EM&gt; fields.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Both tables are joined by &lt;EM&gt;stationId&lt;/EM&gt; field, and a map showing points of this gdb is published in arcgis enterprise.&amp;nbsp;With WebAppBuilder, I have created an app with this map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a selected point, I have to show a scatter plot for (datetime, measure) , but seems that Chart widget doesn't have this option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any examples, documentation or advice how to implement this widget would be appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 13:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1001192#M19962</guid>
      <dc:creator>GerardMartin</dc:creator>
      <dc:date>2020-11-13T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot widget for WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1001263#M19963</link>
      <description>&lt;P&gt;You can use third party library to plot scatter graph in a custom widget&lt;/P&gt;&lt;P&gt;An example of third party library&lt;/P&gt;&lt;P&gt;&lt;A href="https://plotly.com/javascript/" target="_blank"&gt;https://plotly.com/javascript/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;An example of how to use third party library in the arcgis js.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/web-appbuilder-custom-widgets/bar-chart-cedar-widget-v1-3-04-18-2018/ta-p/905837" target="_blank"&gt;https://community.esri.com/t5/web-appbuilder-custom-widgets/bar-chart-cedar-widget-v1-3-04-18-2018/ta-p/905837&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Another example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://esri.github.io/esri-leaflet/examples/dynamic-chart.html" target="_blank"&gt;https://esri.github.io/esri-leaflet/examples/dynamic-chart.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Scatter plot wiidget based on 3.x JS API&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/dashboard-samples/tree/master/scatterPlotWidget" target="_blank"&gt;https://github.com/Esri/dashboard-samples/tree/master/scatterPlotWidget&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 16:46:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1001263#M19963</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2020-11-13T16:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot widget for WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1001676#M19968</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/14521"&gt;@LefterisKoumis&lt;/a&gt;, I am going to work with all this documentation !&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 09:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1001676#M19968</guid>
      <dc:creator>GerardMartin</dc:creator>
      <dc:date>2020-11-16T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot widget for WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1136861#M21836</link>
      <description>&lt;P&gt;You can now make scatter plots in the new map viewer but there is no way to bring these into a webapp that I can find. Does anyone have a solution to this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 14:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/scatter-plot-widget-for-wab/m-p/1136861#M21836</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-25T14:21:14Z</dc:date>
    </item>
  </channel>
</rss>

