Select to view content in your preferred language

AGS legend symbology

869
1
Jump to solution
06-05-2013 08:15 AM
BradleyNeish1
Deactivated User
on services where the symbology is a color gradient, ags legend service is rendering the gradient as three separate images with space in between as in the attached image. is there any way to have this appear without the spaces inbetween when using the legend widget in a javascript application- either programmatically, through css, service properties, or some other method?
0 Kudos
1 Solution

Accepted Solutions
BradleyNeish1
Deactivated User
For anyone else interested, after much playing around I was able to solve this by adding the css tag [HTML]img {display: table;}[/HTML] to my application.

View solution in original post

0 Kudos
1 Reply
BradleyNeish1
Deactivated User
For anyone else interested, after much playing around I was able to solve this by adding the css tag [HTML]img {display: table;}[/HTML] to my application.
0 Kudos