Hi,
I have a filegeodatabase with two feature tables:
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!
Solved! Go to Solution.
You can use third party library to plot scatter graph in a custom widget
An example of third party library
https://plotly.com/javascript/
An example of how to use third party library in the arcgis js.
Another example:
https://esri.github.io/esri-leaflet/examples/dynamic-chart.html
Scatter plot wiidget based on 3.x JS API
https://github.com/Esri/dashboard-samples/tree/master/scatterPlotWidget
You can use third party library to plot scatter graph in a custom widget
An example of third party library
https://plotly.com/javascript/
An example of how to use third party library in the arcgis js.
Another example:
https://esri.github.io/esri-leaflet/examples/dynamic-chart.html
Scatter plot wiidget based on 3.x JS API
https://github.com/Esri/dashboard-samples/tree/master/scatterPlotWidget
You can now make scatter plots in the new map viewer but there is no way to bring these into a webapp that I can find. Does anyone have a solution to this?