Scatter plot background image

1050
1
Jump to solution
03-17-2021 03:16 AM
AMarquesEsriPT
New Contributor

Hi everyone,

Does any one know if there is a way of creating in ArcGIS Dashboards (even in the Beta version) a scatter graph (from an serial widget) like this:

AMarquesEsriPT_0-1615975881642.png

It would be great if we could define an image to be used as the graph background (instead of only be able to define a color).

I know it can be done embeding an image but we need it to be dynamic and read from the data.

Thanks in advance!

António

0 Kudos
1 Solution

Accepted Solutions
AMarquesEsriPT
New Contributor

Hello again,

Just to let you all know that I found a solution using Python. I've created an notebook (ran from ArcGIS Pro) where i create an scatter plot image using the matplotlib library, update an image item in ArcGIS Online with it, and then consume the resulting image in an embeded content widget in an ArcGIS Dashboard.

matrizrisco.jpg

In case someone will need to do this implementation in the future...

Regards,

António Marques

View solution in original post

0 Kudos
1 Reply
AMarquesEsriPT
New Contributor

Hello again,

Just to let you all know that I found a solution using Python. I've created an notebook (ran from ArcGIS Pro) where i create an scatter plot image using the matplotlib library, update an image item in ArcGIS Online with it, and then consume the resulting image in an embeded content widget in an ArcGIS Dashboard.

matrizrisco.jpg

In case someone will need to do this implementation in the future...

Regards,

António Marques

0 Kudos