How do I configure the elevation profile chart to stay open when first opening the app? Thanks
Zach Green when you are configuring the app experience in ArcGIS Online go to the "Theme" tab and at the very bottom of that panel you'll see a section titled 'Custom css' where you can paste in css that modifies the default app behavior. If you add this css and save the panel should be open by default when the app opens.
<SPAN class="selector token">#panelContent</SPAN><SPAN class="punctuation token">{</SPAN> <SPAN class="property token">height</SPAN><SPAN class="punctuation token">:</SPAN>210px<SPAN class="punctuation token">;</SPAN><SPAN class="property token">opacity</SPAN><SPAN class="punctuation token">:</SPAN>1<SPAN class="punctuation token">;</SPAN><SPAN class="property token">visibility</SPAN><SPAN class="punctuation token">:</SPAN>visible<SPAN class="punctuation token">;</SPAN><SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
Awesome! Thanks so much Kelly!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.