I have a FeatureClass with millions of events. I would like to add a TimeExtent to my FeatureLayer so that I can limit the data in the HistogramTimeSlider. If TimeExtent is not supported, is there a way to manually use a FeatureCollection to load the HistogramTimeSlider using the v3.18 API?
I tried altering the HistorgramTimeSlider sample to filter the U2 concerts only to a specific year but I was unsuccessful. ArcGIS API for JavaScript Sandbox
Please help! Thanks!!