Skip to content

Commit

Permalink
imagen de que no hay datos, por que a veces no hay datos
Browse files Browse the repository at this point in the history
  • Loading branch information
danilat committed May 8, 2011
1 parent 5dda49e commit cecd9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/taglib/de/eldisparate/GoogleChartsTagLib.groovy
Expand Up @@ -36,6 +36,8 @@ class GoogleChartsTagLib {
}
String imageSrc = "http://chart.apis.google.com/chart?chf=${background}&chxt=x,y&chbh=23,4,9&chs=${width}x${height}&cht=bhs&chco=${barColor}&chxs=0,000000,14,1,l,000000|1,000000,14,0,l,000000&chxl=1:${countryNames}&chd=t:${percentages}"
out << imageSrc
}else{
out << resource(dir:'img',file:'nohaydatos.png')
}
}

Expand Down
Binary file added web-app/img/nohaydatos.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cecd9e5

Please sign in to comment.