Hi,
I have a filegeodatabase with two feature tables:
- one table contains a list of meterological stations (points) and stationId, X and Y fields
- the second table contains historical measurements of temperature and stationId, datetime and measure fields.
Both tables are joined by stationId field, and a map showing points of this gdb is published in arcgis enterprise. With WebAppBuilder, I have created an app with this map.
For a selected point, I have to show a scatter plot for (datetime, measure) , but seems that Chart widget doesn't have this option.
Any examples, documentation or advice how to implement this widget would be appreciated.
Thank you in advance!