People would like to know how to search for an image instead of color in this javascript array below Instead:
<script>
array var arrDados = [{title: "Dados 1", value: 1, **color**: "#fe4400"}]
</script>
I wanted to change to search for image, but the form below is not correct:
<script>
var arrDados = [ {title: "Dados 1", value: 1, background-image: "www.site.com.br/imagem/figura.png"}]
</script>
Where color drawing takes an image. Thank you for your help