This video gave me a great idea of embedding my dashboard into my website. Thanks a lot for that.
@chrisblinn13426 жыл бұрын
Could you post where we can see a list of JSON attributes we can add to objects, similar to what was done @4:25?
@davenyenhuis61335 жыл бұрын
Hi Chris. You can use ago-assistant.esri.com/ to modify the JSON. Take note that modifying the JSON is not officially supported and is not documented. I suggest making a copy of the dashboard before doing so. Also, the `pointZoomScale` is now exposed in the configuration dialog of the Map Element.
@franciscoacosta24123 жыл бұрын
Aaron , The Map actions capability described in minute 6.53 map actions, can they be performed in AG Enterprise or is it only for ArcGIS Online?
@geethakafernando82156 жыл бұрын
Could you please share the code for "Inject color from field value, Create tag effect, Float text right" @16:50? Also, is it possible to display 'Attribute Expressions' you've created in operations dashboard? Thanks so much
@davenyenhuis61336 жыл бұрын
Hi Geethaka. The following dashboard uses the tag technique you are referencing. In the menu in the top right you can create a copy of the dashboard. Configure the List element, go to the List tab, edit the List Item Text, and click Source to see the code and preview. www.arcgis.com/apps/opsdashboard/index.html#/37d0e7637f98479e83f5cdcf51038c3e I'll paste it here too. {advisory_text} {WATERBODYNAME} {ADVISORYDESC} At this time, Arcade expressions are not supported in the List element. You would have to reference an actual field with the hex color code. Hope this helps!
@maugrris37045 жыл бұрын
where can i find the svg code for blinking icon?
@ramiramos78064 жыл бұрын
Maybe this can help, generally SVG icons are made with css it s a kinda simple to learn so fast for simple usage, and u can make icons in illustrator and save as SVG code css-tricks.com/using-svg/