Is it possible to change the size of the data point markers in a pop-up's line chart? The circles are a little too large and hide the line. I can't find any setting that would allow me to change this, so I'm hoping I'm just missing something. Thanks!
Solved! Go to Solution.
Not that I have found
Thanks Rickey. Unfortunately, it's not a series chart. It's a chart in the pop-up. See the dashboard here ArcGIS Dashboards (click on a county).
Oh I see. Is this hosted on your own server?
If so you should be able to change it with CSS
CSS
circle.amcharts-graph-bullet {
r: 2;
}
It is not. It's through ArcGIS Online. I assume this would be possible if I hosted it myself by changing some CSS?
But not within AGOL, right? I don't think self-hosting in an option at this time for us.
Not that I have found
Thanks for the quick response! Really appreciate it