<?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: Time Slider Widget Customization - Single handle in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837104#M8862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar use-case, trying to display data by month. At this point, the default time range will include two months at a time, meaning that one month of the year will be left out. Interested to hear if you or anyone has found a solution to displaying data in a "snapshot" rather than as a range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 21:05:55 GMT</pubDate>
    <dc:creator>GalenKeily1</dc:creator>
    <dc:date>2017-08-29T21:05:55Z</dc:date>
    <item>
      <title>Time Slider Widget Customization - Single handle</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837103#M8861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Time Slider widget appears with two handles or thumbs to define the time period shown on the map. However in many cases for historical data we want to show a "snapshot" i.e. the situation at a single point in time, not over a period, and certainly not over an adjustable period. For example, to show a single census year's data you don't want to bracket more than one decade. The two handles can be brought together, but this may be confusing for the user. I have looked into the Time Slider widget code but cannot find a straightforward way of customizing this. I have also looked through the list of custom Widgets and cannot find it. Anyone tried this or can point me in the right direction? thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 16:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837103#M8861</guid>
      <dc:creator>ByronMoldofsky</dc:creator>
      <dc:date>2017-08-11T16:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Widget Customization - Single handle</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837104#M8862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar use-case, trying to display data by month. At this point, the default time range will include two months at a time, meaning that one month of the year will be left out. Interested to hear if you or anyone has found a solution to displaying data in a "snapshot" rather than as a range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 21:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837104#M8862</guid>
      <dc:creator>GalenKeily1</dc:creator>
      <dc:date>2017-08-29T21:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Widget Customization - Single handle</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837105#M8863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Galen:&lt;/P&gt;&lt;P&gt;I tried a number of things, and also mounted a question to this site. Finally&amp;nbsp; I was directed to an alternative in the Javascript API by an ESRI staff member. This seems custom-made for the situation where one wants the time slider to reference a single date or time rather than a range. It is counter intuitive in that it only works when the time layer on the map is configured as cumulative or "progressive." It is the timeSlider.singleThumbAsTimeInstant() function. See:&lt;BR /&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fjavascript%2F3%2Fjsapi%2Ftimeslider-amd.html%23singlethumbastimeinstant" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;TimeSlider | API Reference | ArcGIS API for JavaScript 3.21&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modify the createTimeSlider() function in Widget.js by adding the bottom line below (around line 299):&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;this.timeSlider.setThumbMovingRate(props.thumbMovingRate);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this.timeSlider.singleThumbAsTimeInstant(true);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 20:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837105#M8863</guid>
      <dc:creator>ByronMoldofsky</dc:creator>
      <dc:date>2017-09-13T20:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Widget Customization - Single handle</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837106#M8864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem recently and I believe I may have figured out a solution to this particular issue. Within the map layer that&amp;nbsp;powers the web app you have the following settings at the bottom of the layer screen:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" height="68" src="https://community.esri.com/legacyfs/online/496024_pastedImage_1.png" width="771" /&gt;&lt;/P&gt;&lt;P&gt;Once you open that up you may go further down in "Show advanced options":&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="496022" class="image-2 jive-image" height="212" src="https://community.esri.com/legacyfs/online/496022_pastedImage_2.png" width="411" /&gt;&lt;/P&gt;&lt;P&gt;Finally, I set that I want the "Start playback at" to "playback position saved with map", as shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="496023" class="image-3 jive-image" height="406" src="https://community.esri.com/legacyfs/online/496023_pastedImage_3.png" width="410" /&gt;&lt;/P&gt;&lt;P&gt;And made sure that whatever I had in that underlying map was what I wanted to be default in the web app (collapsed the ticks on top of each other).&lt;/P&gt;&lt;P&gt;Although this gave me quite reasonable results, I would say it was counter intuitive to have to set that in the underlying layer level as opposed to the "Time Slider" widget within&amp;nbsp;the web app builder. Something for ESRI to consider in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 16:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/time-slider-widget-customization-single-handle/m-p/837106#M8864</guid>
      <dc:creator>AlexDamiao</dc:creator>
      <dc:date>2020-06-09T16:38:48Z</dc:date>
    </item>
  </channel>
</rss>

